소스 검색

bug fixed

NorthLan 7 년 전
부모
커밋
8475943e70
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      zen-web/src/main/kotlin/com/gxzc/zen/controller/ExampleController.kt

+ 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()
     }
 }