|
|
|
@ -2505,8 +2505,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
if (flagForDepartmentHeadPass || flagForOpenDepository == 2) { |
|
|
|
map.put("state", userByPort.getName() + "审核通过"); |
|
|
|
map.put("depositoryManagerPass", 4); |
|
|
|
String departmenthead = recordP.getDepartmenthead(); |
|
|
|
if (departmenthead == null) { |
|
|
|
if ("0".equals(departmentheadTime)) { |
|
|
|
map.put("departmenthead", userByPort.getId()); |
|
|
|
map.put("departmentheadPass", 1); |
|
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
|
@ -2522,8 +2521,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
if (flagForDepartmentHeadPass || flagForOpenDepository == 2) { |
|
|
|
map.put("state", userByPort.getName() + "审核未通过"); |
|
|
|
map.put("depositoryManagerPass", 4); |
|
|
|
String departmenthead = recordP.getDepartmenthead(); |
|
|
|
if (departmenthead == null) { |
|
|
|
if ("0".equals(departmentheadTime)) { |
|
|
|
|
|
|
|
map.put("departmentheadPass", 2); |
|
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
|
|