Commit 3a1f9140 by jianan

审批问题17

parent 04d8d65e
......@@ -657,7 +657,7 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
SavePayrollPictureResponseVO resp = new SavePayrollPictureResponseVO();
try {
String mediaId = requestVO.getVxUrl();
if (mediaId == null) {
if (StringUtils.isEmpty(mediaId)) {
resp.setCommonResult(new CommonResult(false, 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