From 4f4e6843b9c16ce646de41e5439fed57853b51d7 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 24 八月 2023 14:19:08 +0800
Subject: [PATCH] 图片多传和查看

---
 src/main/java/com/ruoyi/project/tr/riskMeasure/controller/riskMeasureController.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/ruoyi/project/tr/riskMeasure/controller/riskMeasureController.java b/src/main/java/com/ruoyi/project/tr/riskMeasure/controller/riskMeasureController.java
index 7c97d4c..5f24e09 100644
--- a/src/main/java/com/ruoyi/project/tr/riskMeasure/controller/riskMeasureController.java
+++ b/src/main/java/com/ruoyi/project/tr/riskMeasure/controller/riskMeasureController.java
@@ -82,7 +82,7 @@
         if ("200".equals(code)){
             return toAjax(1);
         }else {
-            return toAjax(0);
+            return AjaxResult.error(resultVO.getMsg());
         }
     }
 
@@ -118,7 +118,7 @@
         if ("200".equals(code)){
             return toAjax(1);
         }else {
-            return toAjax(0);
+            return AjaxResult.error(resultVO.getMsg());
         }
     }
     
@@ -137,7 +137,7 @@
         if ("200".equals(code)){
             return toAjax(1);
         }else {
-            return toAjax(0);
+            return AjaxResult.error(resultVO.getMsg());
         }
     }
 

--
Gitblit v1.9.2