feat: 注掉无用逻辑

This commit is contained in:
super_liu
2022-03-22 09:28:20 +08:00
parent f6ddf25a00
commit 78b0651f0c
@@ -2223,18 +2223,18 @@ public class TodoTaskController extends BaseAction {
}
}
}else{
String end = this.isEnd(busProcessName.getPrcId());
if(end.equals("0")){
ResponseMessage<List<OrgEO>> listUser = lawsUserInfoService.getManagerByOrgIdNew("企业标准管理工程师");
if(listUser.getData()!=null){
// List<String> qbgcs = new ArrayList<>();
for (OrgEO orgEO : listUser.getData()) {
assignee+=orgEO.getRoleName()+"-"+orgEO.getUserName();
}
// String str= StringUtils.join(qbgcs, ",");
// assignee+=str;
}
}
// String end = this.isEnd(busProcessName.getPrcId());
// if(end.equals("0")){
// ResponseMessage<List<OrgEO>> listUser = lawsUserInfoService.getManagerByOrgIdNew("企业标准管理工程师");
// if(listUser.getData()!=null){
//// List<String> qbgcs = new ArrayList<>();
// for (OrgEO orgEO : listUser.getData()) {
// assignee+=orgEO.getRoleName()+"-"+orgEO.getUserName();
// }
//// String str= StringUtils.join(qbgcs, ",");
//// assignee+=str;
// }
// }
}
}
}