Browse Source

bug fixed

NorthLan 7 years ago
parent
commit
8475943e70

+ 2 - 2
zen-web/src/main/kotlin/com/gxzc/zen/controller/ExampleController.kt

@@ -22,11 +22,11 @@ class ExampleController {
 
     @GetMapping("testTransaction")
     fun testTransaction() {
-        mgrFondsService.testTransaction()
+//        mgrFondsService.testTransaction()
     }
 
     @GetMapping("testLoad")
     fun testLoad() {
-        sysUserService.selectListCacheable()
+//        sysUserService.selectListCacheable()
     }
 }