Parcourir la source

影像上传失败提示

Qchen il y a 1 mois
Parent
commit
845cf1b777

+ 1 - 1
tenant/insurance/quotation-summary/src/main/java/com/jzg/quotation/summary/controller/UnifyOrderManager.java

@@ -874,7 +874,7 @@ public class UnifyOrderManager {
         try {
             quoteService.uploadImage(insuranceUploadImageVo);
         }catch (Exception e){
-            throw new SystemException("影像上传异常,请检查影像");
+            throw new SystemException("影像上传异常,请检查影像是否上传或影像是否清晰");
         }
         return HttpResult.ok();
     }