|
|
@ -617,8 +617,10 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
sysClient.put("royalpayindustry", apply.getString("industry"));
|
|
|
|
sysClient.put("royalpayindustry", apply.getString("industry"));
|
|
|
|
sysClient.put("alipayindustry", apply.getString("alipayindustry"));
|
|
|
|
sysClient.put("alipayindustry", apply.getString("alipayindustry"));
|
|
|
|
sysClient.put("industry", apply.getString("wechatindustry"));
|
|
|
|
sysClient.put("industry", apply.getString("wechatindustry"));
|
|
|
|
|
|
|
|
sysClient.put("enable_wechat", 1);
|
|
|
|
if (StringUtils.isBlank(apply.getString("wechatindustry"))) {
|
|
|
|
if (StringUtils.isBlank(apply.getString("wechatindustry"))) {
|
|
|
|
sysClient.put("industry", 331);
|
|
|
|
sysClient.put("industry", 331);
|
|
|
|
|
|
|
|
sysClient.put("enable_wechat", 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
sysClient.put("contact_person", apply.getString("contact_person"));
|
|
|
|
sysClient.put("contact_person", apply.getString("contact_person"));
|
|
|
|
sysClient.put("contact_job", apply.getString("contact_job"));
|
|
|
|
sysClient.put("contact_job", apply.getString("contact_job"));
|
|
|
@ -646,7 +648,6 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
sysClient.put("country", "AUS");
|
|
|
|
sysClient.put("country", "AUS");
|
|
|
|
sysClient.put("credential_code", RandomStringUtils.random(32, true, true));
|
|
|
|
sysClient.put("credential_code", RandomStringUtils.random(32, true, true));
|
|
|
|
sysClient.put("ali_sub_merchant_id", clientMoniker);
|
|
|
|
sysClient.put("ali_sub_merchant_id", clientMoniker);
|
|
|
|
sysClient.put("enable_wechat", 1);
|
|
|
|
|
|
|
|
clientMapper.save(sysClient);
|
|
|
|
clientMapper.save(sysClient);
|
|
|
|
|
|
|
|
|
|
|
|
JSONObject representativeInfo = new JSONObject();
|
|
|
|
JSONObject representativeInfo = new JSONObject();
|
|
|
|