Commit b3b0f35b by Water Wang

optimize

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