|
@@ -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());
|
|
|
}
|
|
|
}
|
|
|
|