feat: 56582 海外法规-相关流程字段跳转至流程中心 点击查看流程数据 界面无数据

This commit is contained in:
396572590@qq.com
2022-08-02 14:25:01 +08:00
parent 8f0437982a
commit 9551e6fd59
@@ -108,6 +108,9 @@ public class TaskController {
// if(ChkUtil.isNotNull(map)) {
// historicTaskInstance.put("assignee", map.get("USR_NAME"));
// }
if(StringUtils.isNotBlank(one.getId())){
historicTaskInstance.put("bpnId",one.getId());
}
if(ChkUtil.isNull(historicTaskInstance.get("assignee"))) {
// ResponseMessage<List<OrgEO>> listUser = lawsUserInfoService.getManagerByOrgIdNew("企业标准管理工程师");
ResponseMessage<List<OrgEO>> listUser = new ResponseMessage<>();