lmstack 3 年之前
父节点
当前提交
c945331ffd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() + "右侧结果返回");
             return ApiDTO.ok(response);
         } catch (Exception e) {
-            throw new ApiRuntimeException(500, e.toString());
+            throw new ApiRuntimeException(500, param.getSn() + e.toString());
         }
     }