|
|
@ -281,6 +281,7 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
sysAccount.put("password_hash",apply.getString("password"));
|
|
|
|
sysAccount.put("password_hash",apply.getString("password"));
|
|
|
|
sysAccount.put("client_id",clientId);
|
|
|
|
sysAccount.put("client_id",clientId);
|
|
|
|
sysAccount.put("create_time",new Date());
|
|
|
|
sysAccount.put("create_time",new Date());
|
|
|
|
|
|
|
|
sysAccount.put("is_password_expired",0);
|
|
|
|
clientAccountMapper.save(sysAccount);
|
|
|
|
clientAccountMapper.save(sysAccount);
|
|
|
|
|
|
|
|
|
|
|
|
JSONObject sysBank = new JSONObject();
|
|
|
|
JSONObject sysBank = new JSONObject();
|
|
|
|