lmstack 3 years ago
parent
commit
c945331ffd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/qx/didi/controller/ShowDataController.java

+ 1 - 1
src/main/java/com/qx/didi/controller/ShowDataController.java

@@ -147,7 +147,7 @@ public class ShowDataController {
             log.info(param.getSn() + "右侧结果返回");
             log.info(param.getSn() + "右侧结果返回");
             return ApiDTO.ok(response);
             return ApiDTO.ok(response);
         } catch (Exception e) {
         } catch (Exception e) {
-            throw new ApiRuntimeException(500, e.toString());
+            throw new ApiRuntimeException(500, param.getSn() + e.toString());
         }
         }
     }
     }