Commit bd54e1f6 by jianan

修复电子报聘保存薪资单照片覆盖人像照片bug

parent d4203913
......@@ -707,7 +707,7 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
}
Long basicInfoId = requestVO.getHiringBasicInfoId();
String imgUrl = this.uploadImageToOss(mediaId, basicInfoId, 2);
String imgUrl = this.uploadImageToOss(mediaId, basicInfoId, 9);
if (imgUrl == null) {
resp.setCommonResult(new CommonResult(false, ZHBErrorConfig.getErrorInfo("830024")));
......
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