Commit b6a2d412 by jianan

报聘审批报错提示内容修改

parent 70853034
...@@ -275,7 +275,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService { ...@@ -275,7 +275,7 @@ public class AgmsHiringServiceImpl implements AgmsHiringService {
if (steps.size() != 1) { if (steps.size() != 1) {
responseVO.setHiringBasicInfoId(requestVO.getHiringBasicInfoId()); responseVO.setHiringBasicInfoId(requestVO.getHiringBasicInfoId());
responseVO.setCommonResult(new CommonResult(false, ZHBErrorConfig.getErrorInfo("830025"))); responseVO.setCommonResult(new CommonResult(false, ZHBErrorConfig.getErrorInfo("830026")));
return; return;
} }
......
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