|
|
|
@ -4780,7 +4780,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
openStatusModify.setApprove_result(4);
|
|
|
|
|
openStatusModify.setApprove_time(new Date());
|
|
|
|
|
clientModifySupport.processClientModify(openStatusModify);
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), null, 1, "提交Card Payment Compliance制作合同", manager, 1);
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), null, 1, "提交Compliance制作合同", manager, 1);
|
|
|
|
|
if (manager != null) {
|
|
|
|
|
// sendAgreeFileMsgtoCompliance(client, manager.getString("display_name"));
|
|
|
|
|
sendCommissionWechatMessage(client);
|
|
|
|
@ -4811,7 +4811,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
|
put("upay_approve_time", new Date());
|
|
|
|
|
}};
|
|
|
|
|
sysClientUpayProfileMapper.update(cardFlow);
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), null, 1, "提交Compliance制作合同", manager, 2);
|
|
|
|
|
saveClientAuditProcess(client.getIntValue("client_id"), null, 1, "提交Card Payment Compliance制作合同", manager, 2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void beforeCommitToDoAgreeValid(JSONObject client, JSONObject manager, String channel) {
|
|
|
|
|