Commit 2a150db1 authored by 徐俊's avatar 徐俊

xujun

parent 8b12cc08
......@@ -166,9 +166,9 @@ public class ComProjectAssignServiceImpl extends BaseServiceImpl<ComProjectAssig
List<ComExpertSpecDTO> FindList = SpecList.stream().filter(e -> e.getSpecId().toLowerCase().equals("a70f06d1-b6aa-11ef-b6cb-0c42a1381189")).collect(Collectors.toList());
//1技术专家、2财务专家
if (null != FindList && FindList.size() > 0)
return 1;
else
return 2;
else
return 1;
}
public List<AssignCount> getAssignCount(String expertId) {
......
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