|
@@ -570,8 +570,10 @@ public class ChuanyunProjectScheduledTask {
|
|
|
page += 1;
|
|
|
updateList.forEach(chuanyunSelfWorkHourDO -> {
|
|
|
try{
|
|
|
+ String departmentId=chuanyunUserCompanyDao.findByUserId(chuanyunSelfWorkHourDO.getUserId()).getDepartmentId();
|
|
|
ChuanyunSelfWorkHourDTO chuanyunSelfWorkHourDTO = new ChuanyunSelfWorkHourDTO();
|
|
|
BeanUtils.copyProperties(chuanyunSelfWorkHourDO,chuanyunSelfWorkHourDTO);
|
|
|
+ chuanyunSelfWorkHourDTO.setDepartmentId(departmentId);
|
|
|
List<String> matchers = new ArrayList<>();
|
|
|
matchers.add("F0000001_2,"+chuanyunSelfWorkHourDO.getProjectId());
|
|
|
matchers.add("F0000002_2,"+chuanyunSelfWorkHourDO.getUserId());
|