Commit a478d585 authored by liwei's avatar liwei

修改了bug

parent 5a1f9dd4
...@@ -279,7 +279,7 @@ public class CmsPriceClickServiceImpl extends ServiceImpl<CmsPriceClickRepositor ...@@ -279,7 +279,7 @@ public class CmsPriceClickServiceImpl extends ServiceImpl<CmsPriceClickRepositor
if (cmsPriceClickDTO.getPhone() == null || cmsPriceClickDTO.getPhone().length() != 11) { if (cmsPriceClickDTO.getPhone() == null || cmsPriceClickDTO.getPhone().length() != 11) {
throw new CyServiceException(AdminUserInfoExceptionEnums.ID_LENGTH_ERROR.getCode(), sum + "行" + AdminUserInfoExceptionEnums.PHONE_LENGTH_ERROR.getMessage()); throw new CyServiceException(AdminUserInfoExceptionEnums.ID_LENGTH_ERROR.getCode(), sum + "行" + AdminUserInfoExceptionEnums.PHONE_LENGTH_ERROR.getMessage());
} }
//3.银行卡号不能为空 19 //3.银行卡号不能为空 30
if (cmsPriceClickDTO.getBankCard() == null || cmsPriceClickDTO.getBankCard().length() > 30) { if (cmsPriceClickDTO.getBankCard() == null || cmsPriceClickDTO.getBankCard().length() > 30) {
throw new CyServiceException(AdminUserInfoExceptionEnums.BANK_LENGTH_ERROR.getCode(), sum + "行" + AdminUserInfoExceptionEnums.BANK_LENGTH_ERROR.getMessage()); throw new CyServiceException(AdminUserInfoExceptionEnums.BANK_LENGTH_ERROR.getCode(), sum + "行" + AdminUserInfoExceptionEnums.BANK_LENGTH_ERROR.getMessage());
} }
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
AND su.business_id = #{userId} AND su.business_id = #{userId}
</if> </if>
<if test="wechatType !=null and wechatType != '' "> <if test="wechatType !=null and wechatType != '' ">
AND su.wechat_type = #{wechatType} AND sun.wechat_type = #{wechatType}
</if> </if>
AND su.del_flag = 0 AND su.del_flag = 0
AND su.flag =1 AND su.flag =1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment