提交 8dc5d2c3 authored 作者: 李秋林's avatar 李秋林

促销员注册时,城市经理与部门动态展示

上级 1be0dbfc
......@@ -114,7 +114,7 @@ public class WxTemporaryEnrollVo {
throw new ParamException(RCode.IDEN_NUMBER_PARAM_ERROR, null);
}
if (StringUtils.isBlank(deptQcId) || StringUtils.isBlank(chargerQcId)){
if (StringUtils.isBlank(deptQcOrgName) || StringUtils.isBlank(chargerName)){
throw new ParamException(RCode.CHARGER_ID_ERROR, null);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论