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