diff --git a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java index 65a34616c..95c222236 100644 --- a/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/application/core/impls/SimpleClientApplyServiceImpl.java @@ -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);