Explorar el Código

中储粮测试接口,注释

hanqingsong hace 5 años
padre
commit
1d6c4caaf8

+ 3 - 3
depot-intelligent/src/main/java/com/chinaitop/depot/intelligent/chinaStoreGrain/controller/TestController.java

@@ -12,13 +12,13 @@ import org.springframework.web.bind.annotation.RestController;
12 12
 
13 13
 /**
14 14
  * @author qingsong.han
15
- * @description: test
15
+ * @description: Test China the store granary controller to 'sendGranaryTemp'
16 16
  * @create 2020-12-16 20:20
17 17
  */
18 18
 @RestController
19 19
 @RequestMapping(value = "/api")
20 20
 public class TestController {
21
-    private Logger logger = LoggerFactory.getLogger(TestController.class);
21
+    /*private Logger logger = LoggerFactory.getLogger(TestController.class);
22 22
 
23 23
     @PostMapping("/sendGranaryTemp")
24 24
     public RespGranaryChildTest getGranaryTest(@RequestBody RespGranaryChildTemp respGranaryChildTemp) {
@@ -28,6 +28,6 @@ public class TestController {
28 28
         test.setRetCode("00");
29 29
         test.setRetMsg("检测处理成功");
30 30
         return test;
31
-    }
31
+    }*/
32 32
 
33 33
 }