update 打印日志

This commit is contained in:
2023-11-14 15:23:48 +08:00
parent 8aea7716f9
commit c6463a3db2
3 changed files with 27 additions and 15 deletions

View File

@@ -81,6 +81,7 @@ public class PileConnectorInfoController extends BaseController {
@Log(title = "充电桩枪口信息", businessType = BusinessType.UPDATE)
@PostMapping("/updateParkNo")
public RestApiResponse<?> updateParkNo(@RequestBody UpdateConnectorParkNoDTO dto) {
logger.info("修改车位号 param:{}", JSONObject.toJSONString(dto));
RestApiResponse<?> response = null;
try {
int i = pileConnectorInfoService.updateConnectorParkNo(dto);