Commit aa21ae64 by guojuxing

错误提示文案修复

parent e5bc2772
......@@ -545,7 +545,7 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
if (pageType == AppletPageTypeEnum.INTEGRAL_SERVICE.getCode() && saveType == 1) {
List<TabAppletCustomPage> integralServiceList = getPageListByAppId(enterpriseId, appType, appId, AppletPageTypeEnum.INTEGRAL_SERVICE.getCode());
if (integralServiceList != null && integralServiceList.size() >= 15) {
throw new CommonException(ErrorCode.PARAMETER_ERROR.getCode(), "积分服务页面只能卡其15个");
throw new CommonException(ErrorCode.PARAMETER_ERROR.getCode(), "积分服务页面只能开启15个");
}
}
}
......
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