|
|
|
@ -669,6 +669,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
boolean checkGreenChannel = client.getIntValue("approve_result") == 2 && (client.getIntValue("source") == 1 || client.getIntValue("source") == 2);
|
|
|
|
|
AuditModify auditModify = new AuditModify(manager, clientMoniker, pass, manager.getString("manager_id"), new Date());
|
|
|
|
|
auditModify.setOpen_status(5);
|
|
|
|
|
client.put("open_status", 5);
|
|
|
|
|
if (client.getIntValue("source") == 5) {
|
|
|
|
|
auditModify.setSource(1);
|
|
|
|
|
}
|
|
|
|
@ -2182,6 +2183,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
if (CollectionUtils.isEmpty(existFiles)) {
|
|
|
|
|
throw new BadRequestException("The Agree File is not Complete!");
|
|
|
|
|
}
|
|
|
|
|
client.put("open_status", 3);
|
|
|
|
|
clientModifySupport.processClientModify(new OpenStatusModify(manager, clientMoniker, 3));
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), 2, 3, "合同制作完成,等待BD处理", manager);
|
|
|
|
|
// sendAgreeFileMsgToBD(client,null);
|
|
|
|
@ -2541,8 +2543,8 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
} else {
|
|
|
|
|
openStatusModify.setApprove_time(new Date());
|
|
|
|
|
openStatusModify.setApprove_result(4);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
client.put("open_status", 4);
|
|
|
|
|
clientModifySupport.processClientModify(openStatusModify);
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), open_status_from, 4, "BD完成签字提交compliance审核", manager);
|
|
|
|
|
if (manager != null) {
|
|
|
|
|