Commit f4af76be authored by shiyu's avatar shiyu

日志记录修改

parent d0b7103e
...@@ -35,7 +35,7 @@ public class ConsignSaleController { ...@@ -35,7 +35,7 @@ public class ConsignSaleController {
@ApiOperation(value = "查询寄售单") @ApiOperation(value = "查询寄售单")
@PostMapping("/findList") @PostMapping("/findList")
public Result findList(@RequestBody ConsignSaleRequestDto dto) { public Result findList(@RequestBody ConsignSaleRequestDto dto) {
logger.info("【请求开始】用户取消寄售单,请求参数:{}", JSON.toJSONString(dto)); logger.info("【请求开始】查询寄售单,请求参数:{}", JSON.toJSONString(dto));
return consignSaleService.findList(dto); return consignSaleService.findList(dto);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment