|
@@ -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 {
|