master
wangning 6 years ago
parent 6b83b79512
commit b4f76e8182

@ -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();

Loading…
Cancel
Save