ソースを参照

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

release_toaliyun_real
luozukai 6年前
コミット
13aefea880
1個のファイルの変更5行の追加0行の削除
  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 ファイルの表示

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

}
}

読み込み中…
キャンセル
保存