1.add country default value

2.generate contract ignore source=4
master
wangning 7 years ago
parent 139eade7ee
commit 5ac7c7322c

@ -297,6 +297,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
sysClient.put("sub_merchant_id",tempSubMerchantId);
sysClient.put("common_sub_merchant_id",1);
sysClient.put("skip_clearing",1);
sysClient.put("country","AUS");
sysClient.put("credential_code", RandomStringUtils.random(32, true, true));
clientMapper.save(sysClient);

@ -2245,7 +2245,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
file.put("file_id", existFile.getString("file_id"));
clientFilesMapper.update(file);
}
if (!renewal) {
if (!renewal && client.getIntValue("source")!=4) {
clientModifySupport.processClientModify(new OpenStatusModify(manager, clientMoniker, 2));
}

Loading…
Cancel
Save