Commit 3cfc38e7 by 周晓航

日志增加打印

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 75e50288
......@@ -38,7 +38,7 @@ public class OrderManagerController {
private OrderManagerAdapter orderManagerAdapter;
@ApiAnnotation(logMessage = "oms订单履单")
@ApiAnnotation(logMessage = "oms订单履单",printInfoLog = true)
@ApiOperation(value = "oms订单履单", notes = "订单履单", produces = "application/json")
@PostMapping("/statusOperate")
public BaseResponse deliveryCreate(@Validated @LogParams @RequestBody OrderManagerRequest request) {
......
......@@ -113,7 +113,7 @@
<dependency>
<groupId>com.freemud.application.service.sdk</groupId>
<artifactId>sdk-common-base</artifactId>
<version>2.1.BETA</version>
<version>2.2.BETA</version>
</dependency>
<!-- mybatis -->
......
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