|
|
@ -1872,6 +1872,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
if(flagForDepartmentHeadPass){ |
|
|
if(flagForDepartmentHeadPass){ |
|
|
map.put("state", "部门负责人审核通过"); |
|
|
map.put("state", "部门负责人审核通过"); |
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
|
|
|
map.put("depositoryManagerTime", "0"); |
|
|
map.put("departmenthead", userByPort.getId()); |
|
|
map.put("departmenthead", userByPort.getId()); |
|
|
map.put("departmentheadPass", 1); |
|
|
map.put("departmentheadPass", 1); |
|
|
} |
|
|
} |
|
|
@ -2326,8 +2327,6 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
} |
|
|
} |
|
|
}).start(); |
|
|
}).start(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
map.put("id", id); |
|
|
map.put("id", id); |
|
|
return depositoryRecordMapper.updateApplicationOutRecord(map); |
|
|
return depositoryRecordMapper.updateApplicationOutRecord(map); |
|
|
} |
|
|
} |
|
|
|