第一版

master
YangNan 2023-12-17 09:18:12 +08:00
parent 8cb5617cd0
commit b38f274e7d
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ public class FloorController {
request.getServletPath(), request.getMethod(), space);
Result result= floorService.upSpace(space);
System.out.println(space);
log.info("功能描述: 修改车位,请求URI: {},请求方式: {},响应结果: {}",
request.getServletPath(), request.getMethod(), JSON.toJSONString(result));