master
yuan 6 years ago
parent 083abdf117
commit 810d3ede34

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

Loading…
Cancel
Save