Commit 6b94438c by jianan

报聘辅导人可以不填

parent 0d630b36
...@@ -86,13 +86,6 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService ...@@ -86,13 +86,6 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
resp.setCommonResult(new CommonResult(false, "报聘职级不能为空")); resp.setCommonResult(new CommonResult(false, "报聘职级不能为空"));
return resp; return resp;
} }
if (!Long.valueOf("30").equals(mdDropOptionId)) {
Long mentorPractitionerId = requestVO.getMentorPractitionerId();
if (mentorPractitionerId == null) {
resp.setCommonResult(new CommonResult(false, "S2级别以下,辅导人不能为空"));
return resp;
}
}
Long basicInfoId = requestVO.getHiringBasicInfoId(); Long basicInfoId = requestVO.getHiringBasicInfoId();
if (basicInfoId == null) { if (basicInfoId == null) {
......
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