瀏覽代碼

查官方的执行结果

sgw 1 天之前
父節點
當前提交
9a5dbf2dd6
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      fs-qw-task/src/main/java/com/fs/app/controller/CommonController.java

+ 9 - 0
fs-qw-task/src/main/java/com/fs/app/controller/CommonController.java

@@ -143,6 +143,15 @@ public class CommonController {
         return R.ok();
     }
 
+    /**
+     * 查官方的执行结果
+     */
+    @GetMapping("/sopguanfantResult")
+    public R sopguanfantResult() throws Exception {
+        qwSopLogsService.qwSopLogsResultNew();
+        return R.ok();
+    }
+
 
     @GetMapping("/testMaterial")
     public void testMaterial() throws Exception {