Ver a proveniência

[审批流][修改][添加判断避免空指针错误]

release_toaliyun_real
luozukai há 6 anos
ascendente
cometimento
13aefea880
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java

+ 5
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java Ver ficheiro

@@ -1439,4 +1439,9 @@ public class WxFlowServiceImpl implements WxFlowService {
public List<WxFlowModel> getModelBybusiness(WxFlowModel wxFlowModel) {
return wxFlowModelMapper.getModelBybusiness(wxFlowModel);
}

public static void main(String[] args) {
new Thread(() -> System.out.println(1 + "hello world")).start();

}
}

Carregando…
Cancelar
Guardar