|
|
@@ -805,7 +805,6 @@ public class TodoCenterManage { |
|
|
|
req.setUserId(String.valueOf(userId)); |
|
|
|
req.setEmployeeCode(employeeCode); |
|
|
|
req.setInstCodes(instCodes); |
|
|
|
BeanUtils.copyProperties(param,req); |
|
|
|
List<ProcessInstanceVo> ccMeList = processInstanceService.getCcMeList(req); |
|
|
|
|
|
|
|
if (CollUtil.isEmpty(ccMeList)) { |
|
|
@@ -874,7 +873,6 @@ public class TodoCenterManage { |
|
|
|
req.setUserId(String.valueOf(userId)); |
|
|
|
req.setEmployeeCode(employeeCode); |
|
|
|
req.setInstCodes(instCodes); |
|
|
|
BeanUtils.copyProperties(param,req); |
|
|
|
ccMeList = processInstanceService.getCcMeList(req); |
|
|
|
} |
|
|
|
|
|
|
|