update 新增企业联系人
This commit is contained in:
+1
-5
@@ -103,11 +103,7 @@ public class PayContactsManagementServiceImpl extends ServiceImpl<PayContactsMan
|
||||
}catch (Exception e){
|
||||
log.error("手机号、邮箱加密异常!",e);
|
||||
}
|
||||
if(StringUtils.isBlank(payContactsManagement.getFlagStatus())){
|
||||
payContactsManagement.setRoleCode(PayContactsManagementCommon.ROLE_CODE1);
|
||||
}else{
|
||||
payContactsManagement.setDelFlag(PayContactsManagementCommon.DEL_FLAG1);
|
||||
}
|
||||
payContactsManagement.setDelFlag(PayContactsManagementCommon.DEL_FLAG0);
|
||||
save(payContactsManagement);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user