Explorar el Código

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

release_toaliyun_real
luozukai hace 6 años
padre
commit
13aefea880
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 fichero

@@ -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();

}
}

Cargando…
Cancelar
Guardar