|
|
|
@ -240,9 +240,6 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
@Override
|
|
|
|
|
@Transactional
|
|
|
|
|
public void saveOrUpdateApplyInfo(JSONObject applyInfo, String username) {
|
|
|
|
|
if(!applyInfo.getBooleanValue("agree")){
|
|
|
|
|
applyInfo.remove("agree");
|
|
|
|
|
}
|
|
|
|
|
JSONObject apply = sysClientPreMapperMapper.findByUserName(username);
|
|
|
|
|
String salt = PasswordUtils.newSalt();
|
|
|
|
|
applyInfo.put("salt", salt);
|
|
|
|
|