Commit 71b27644 by wuwenlong

项目立项bugfix;

parent 22ac8838
...@@ -162,7 +162,6 @@ public class HGSCTools { ...@@ -162,7 +162,6 @@ public class HGSCTools {
objList.stream().forEach( o -> { objList.stream().forEach( o -> {
AssertUtils.isEmpty(o.getUserCode(), "请选择负责人!"); AssertUtils.isEmpty(o.getUserCode(), "请选择负责人!");
}); });
} }
public static List<HGSC001A> save(List<HGSC001A> hgsc001AList, Long projId){ public static List<HGSC001A> save(List<HGSC001A> hgsc001AList, Long projId){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment