Commit b3b0f35b by Water Wang

optimize

parent beb5a84c
...@@ -658,7 +658,7 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService ...@@ -658,7 +658,7 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
try { try {
String mediaId = requestVO.getVxUrl(); String mediaId = requestVO.getVxUrl();
if (StringUtils.isEmpty(mediaId)) { if (StringUtils.isEmpty(mediaId)) {
resp.setCommonResult(new CommonResult(false, ZHBErrorConfig.getErrorInfo("800000"))); resp.setCommonResult(new CommonResult(true, ZHBErrorConfig.getErrorInfo("800000")));
return resp; return resp;
} }
......
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