| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602 |
- 2020-07-14 09:12:41.581 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `sys_job`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/sys_job.(*arModel).All
- D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job_model.go:279
- 3. gfast/app/model/admin/sys_job.GetJobs
- D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job.go:45
- 4. gfast/app/service/admin/monitor_service.init.0
- D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:10
- 2020-07-14 09:12:41.593 [ERRO] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. gfast/app/model/admin/sys_job.(*arModel).All
- D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job_model.go:279
- 2. gfast/app/model/admin/sys_job.GetJobs
- D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job.go:45
- 3. gfast/app/service/admin/monitor_service.init.0
- D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:10
- 2020-07-14 09:12:41 [ERRO] D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:12: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES), SELECT * FROM `sys_job` WHERE `status`=0
- Stack:
- 1. gfast/app/service/admin/monitor_service.init.0
- D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:12
- 2020-07-14 09:13:22.938 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `user`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/user.(*arModel).One
- D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
- 3. gfast/app/model/admin/user.GetUserById
- D:/goProject/p2020/gfast_open/app/model/admin/user/user.go:67
- 4. gfast/app/service/admin/user_service.GetCurrentUser
- D:/goProject/p2020/gfast_open/app/service/admin/user_service/user.go:130
- 5. gfast/app/controller/admin.(*Index).GetInfo
- D:/goProject/p2020/gfast_open/app/controller/admin/index.go:18
- 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
- 7. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
- 9. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 11. gfast/middleWare.Auth
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
- 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
- 13. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
- 15. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 17. gfast/middleWare.CORS
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
- 18. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 19. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 20. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 21. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 22. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 23. gfast/library/service.AuthAfterFunc
- D:/goProject/p2020/gfast_open/library/service/service.go:156
- 24. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
- D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
- 25. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 26. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 27. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 28. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 29. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 30. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
- 2020-07-14 09:13:22.943 [ERRO] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. gfast/app/model/admin/user.(*arModel).One
- D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
- 2. gfast/app/model/admin/user.GetUserById
- D:/goProject/p2020/gfast_open/app/model/admin/user/user.go:67
- 3. gfast/app/service/admin/user_service.GetCurrentUser
- D:/goProject/p2020/gfast_open/app/service/admin/user_service/user.go:130
- 4. gfast/app/controller/admin.(*Index).GetInfo
- D:/goProject/p2020/gfast_open/app/controller/admin/index.go:18
- 5. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
- 6. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 7. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
- 8. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 9. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 10. gfast/middleWare.Auth
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
- 11. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
- 12. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 13. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
- 14. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 15. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 16. gfast/middleWare.CORS
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
- 17. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 18. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 19. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 20. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 21. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 22. gfast/library/service.AuthAfterFunc
- D:/goProject/p2020/gfast_open/library/service/service.go:156
- 23. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
- D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
- 24. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 25. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 26. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 27. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 28. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 29. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
- 2020-07-14 09:13:22 [ERRO] D:/goProject/p2020/gfast_open/app/controller/admin/index.go:20: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES), SELECT * FROM `user` WHERE `id`=1
- Stack:
- 1. gfast/app/controller/admin.(*Index).GetInfo
- D:/goProject/p2020/gfast_open/app/controller/admin/index.go:20
- 2. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
- 3. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 4. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
- 5. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 7. gfast/middleWare.Auth
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
- 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
- 9. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
- 11. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 13. gfast/middleWare.CORS
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
- 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 15. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 17. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 18. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 19. gfast/library/service.AuthAfterFunc
- D:/goProject/p2020/gfast_open/library/service/service.go:156
- 20. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
- D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
- 21. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 22. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 23. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 24. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 25. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 26. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
- 2020-07-14 09:13:22.946 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `auth_rule`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/auth_rule.(*arModel).FindAll
- D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule_model.go:334
- 3. gfast/app/model/admin/auth_rule.GetMenuList
- D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule.go:38
- 4. gfast/app/service/admin/auth_service.GetMenuList
- D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:65
- 5. gfast/hook.OperationLog
- D:/goProject/p2020/gfast_open/hook/hook.go:21
- 6. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
- 7. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
- 8. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
- 2020-07-14 09:13:22.948 [ERRO] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. gfast/app/model/admin/auth_rule.(*arModel).FindAll
- D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule_model.go:334
- 2. gfast/app/model/admin/auth_rule.GetMenuList
- D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule.go:38
- 3. gfast/app/service/admin/auth_service.GetMenuList
- D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:65
- 4. gfast/hook.OperationLog
- D:/goProject/p2020/gfast_open/hook/hook.go:21
- 5. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
- 6. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
- 7. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
- 2020-07-14 09:13:22 [ERRO] D:/goProject/p2020/gfast_open/hook/hook.go:23: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES), SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- Stack:
- 1. gfast/hook.OperationLog
- D:/goProject/p2020/gfast_open/hook/hook.go:23
- 2. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
- 3. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
- 4. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
- 2020-07-14 09:13:32.560 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `user`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/user.(*arModel).One
- D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
- 3. gfast/library/service.signIn
- D:/goProject/p2020/gfast_open/library/service/service.go:188
- 4. gfast/library/service.AdminLogin
- D:/goProject/p2020/gfast_open/library/service/service.go:108
- 5. github.com/goflyfox/gtoken/gtoken.(*GfToken).Login
- D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:236
- 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.8
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:111
- 7. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:110
- 9. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 11. gfast/middleWare.CORS
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
- 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 13. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 15. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 17. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
- 2020-07-14 09:13:32.568 [ERRO] [ 3 ms] SELECT * FROM `user` WHERE user_name='admin' and user_password='IJ1xz+Wve+ZONVMFfXJQMw=='
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. gfast/app/model/admin/user.(*arModel).One
- D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
- 2. gfast/library/service.signIn
- D:/goProject/p2020/gfast_open/library/service/service.go:188
- 3. gfast/library/service.AdminLogin
- D:/goProject/p2020/gfast_open/library/service/service.go:108
- 4. github.com/goflyfox/gtoken/gtoken.(*GfToken).Login
- D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:236
- 5. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.8
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:111
- 6. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 7. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:110
- 8. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 9. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 10. gfast/middleWare.CORS
- D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
- 11. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
- 12. github.com/gogf/gf/net/ghttp.niceCallFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
- 13. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
- 14. github.com/gogf/gf/util/gutil.TryCatch
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
- 15. github.com/gogf/gf/net/ghttp.(*Middleware).Next
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
- 16. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
- 2020-07-14 09:13:32.575 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `sys_login_log`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
- 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
- 4. gfast/library/service.loginLog
- D:/goProject/p2020/gfast_open/library/service/service.go:219
- 2020-07-14 09:13:32.578 [ERRO] [ 2 ms] SHOW FULL COLUMNS FROM `sys_login_log`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
- 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
- 4. gfast/library/service.loginLog
- D:/goProject/p2020/gfast_open/library/service/service.go:219
- 2020-07-14 09:13:32.581 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `sys_login_log`
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
- D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
- 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
- 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
- 4. gfast/library/service.loginLog
- D:/goProject/p2020/gfast_open/library/service/service.go:219
- 2020-07-14 09:13:32.583 [ERRO] [ 1 ms] INSERT INTO `sys_login_log`(`login_time`,`login_name`,`browser`,`os`,`status`,`info_id`,`ipaddr`,`login_location`,`msg`) VALUES(1594689212,'admin','Chrome','Windows 10',0,0,'[::1]','内网IP','Error 1045: Access denied for user \'root\'@\'SC-201910081839\' (using password: YES), SELECT * FROM `user` WHERE user_name=\'admin\' and user_password=\'IJ1xz+Wve+ZONVMFfXJQMw==\'
- ') ON DUPLICATE KEY UPDATE `status`=VALUES(`status`),`login_time`=VALUES(`login_time`),`login_name`=VALUES(`login_name`),`browser`=VALUES(`browser`),`os`=VALUES(`os`),`msg`=VALUES(`msg`),`info_id`=VALUES(`info_id`),`ipaddr`=VALUES(`ipaddr`),`login_location`=VALUES(`login_location`)
- Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
- Stack:
- 1. gfast/app/model/admin/sys_login_log.(*arModel).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
- 2. gfast/app/model/admin/sys_login_log.(*Entity).Save
- D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
- 3. gfast/library/service.loginLog
- D:/goProject/p2020/gfast_open/library/service/service.go:219
- 2020-07-14 09:13:59.390 [DEBU] [ 9 ms] SHOW FULL COLUMNS FROM `sys_job`
- 2020-07-14 09:13:59.402 [DEBU] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
- 2020-07-14 09:14:39.001 [DEBU] [ 16 ms] SHOW FULL COLUMNS FROM `user`
- 2020-07-14 09:14:39.002 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE user_name='admin' and user_password='IJ1xz+Wve+ZONVMFfXJQMw=='
- 2020-07-14 09:14:39.049 [DEBU] [ 46 ms] UPDATE `user` SET `id`=1,`mobile`='18687455555',`create_time`=1557715675,`user_password`='IJ1xz+Wve+ZONVMFfXJQMw==',`avatar`='pub_upload/2020-07-06/c3z4ly6gknispnpjea.jpeg',`last_login_time`=1594689279,`user_name`='admin',`dept_id`=101,`user_status`=1,`sex`=1,`last_login_ip`='[::1]',`is_admin`=1,`user_nickname`='超级管理员',`birthday`=0,`user_email`='yxh669@qq.com',`remark`='' WHERE `id` IN (1)
- 2020-07-14 09:14:39.057 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_login_log`
- 2020-07-14 09:14:39.059 [DEBU] [ 1 ms] INSERT INTO `sys_login_log`(`login_location`,`os`,`status`,`msg`,`login_time`,`info_id`,`login_name`,`ipaddr`,`browser`) VALUES('内网IP','Windows 10',1,'登录成功',1594689279,0,'admin','[::1]','Chrome') ON DUPLICATE KEY UPDATE `info_id`=VALUES(`info_id`),`login_name`=VALUES(`login_name`),`ipaddr`=VALUES(`ipaddr`),`browser`=VALUES(`browser`),`os`=VALUES(`os`),`status`=VALUES(`status`),`msg`=VALUES(`msg`),`login_time`=VALUES(`login_time`),`login_location`=VALUES(`login_location`)
- 2020-07-14 09:14:39.061 [DEBU] [ 10 ms] SHOW FULL COLUMNS FROM `user_online`
- 2020-07-14 09:14:39.062 [DEBU] [ 1 ms] INSERT INTO `user_online`(`ip`,`explorer`,`os`,`id`,`uuid`,`token`,`create_time`,`user_name`) VALUES('[::1]','Chrome','Windows 10',0,'70965993534b37da57ba93e952a8f7b7','lpe0YG9uqSN+sc8zL1tF+9Wcdo668H3tXJxqoKs0sIpULsmmu8SNCn4Y7lyrWhX9MxGyhMP0ksnUkaC1HHCvEPkUIHqjarQw70N/9E8CebISLbUvwzZTcQygi/ruaJIa',1594689279,'admin') ON DUPLICATE KEY UPDATE `uuid`=VALUES(`uuid`),`token`=VALUES(`token`),`create_time`=VALUES(`create_time`),`user_name`=VALUES(`user_name`),`ip`=VALUES(`ip`),`explorer`=VALUES(`explorer`),`os`=VALUES(`os`),`id`=VALUES(`id`)
- 2020-07-14 09:14:39.096 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:14:39.103 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `role`
- 2020-07-14 09:14:39.104 [DEBU] [ 1 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
- 2020-07-14 09:14:39.112 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `casbin_rule`
- 2020-07-14 09:14:39.113 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
- 2020-07-14 09:14:39.122 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `auth_rule`
- 2020-07-14 09:14:39.123 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:14:39.134 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
- 2020-07-14 09:14:39.136 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`error_msg`,`method`,`oper_name`,`oper_url`,`oper_location`,`status`,`request_method`,`operator_type`,`json_result`,`title`,`dept_name`,`oper_id`,`business_type`,`oper_ip`,`oper_param`,`oper_time`) VALUES('','/system/index/getInfo','admin','/system/index/getInfo','内网IP',1,'GET',1,'{"code":0,"msg":"ok"}','','',0,0,'[::1]','{}',1594689279) ON DUPLICATE KEY UPDATE `request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`dept_name`=VALUES(`dept_name`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`oper_time`=VALUES(`oper_time`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:14:39.139 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`method`,`oper_name`,`oper_param`,`status`,`request_method`,`error_msg`,`oper_time`,`oper_id`,`business_type`,`oper_url`,`oper_ip`,`oper_location`,`json_result`,`title`,`operator_type`,`dept_name`) VALUES('/system/index/getRouters','admin','{}',1,'GET','',1594689279,0,0,'/system/index/getRouters','[::1]','内网IP','{"code":0,"msg":"ok"}','',1,'') ON DUPLICATE KEY UPDATE `status`=VALUES(`status`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`oper_param`=VALUES(`oper_param`),`request_method`=VALUES(`request_method`),`error_msg`=VALUES(`error_msg`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`oper_url`=VALUES(`oper_url`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`)
- 2020-07-14 09:14:45.872 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
- 2020-07-14 09:14:45.873 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
- 2020-07-14 09:14:45.873 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
- 2020-07-14 09:14:45.875 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_normal_disable'
- 2020-07-14 09:14:45.880 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
- 2020-07-14 09:14:45.881 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_normal_disable' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:14:45.883 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`request_method`,`operator_type`,`oper_id`,`oper_ip`,`oper_param`,`json_result`,`status`,`oper_time`,`oper_url`,`method`,`oper_name`,`dept_name`,`oper_location`,`error_msg`,`business_type`,`title`) VALUES('GET',1,0,'[::1]','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}','{"code":0,"msg":"字典列表"}',1,1594689285,'/system/config/dict/list?pageNum=1&pageSize=10&beginTime=&endTime=','/system/config/dict/list','admin','','内网IP','',0,'字典管理') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:14:47.876 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_config`
- 2020-07-14 09:14:47.877 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_config`
- 2020-07-14 09:14:47.880 [DEBU] [ 1 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
- 2020-07-14 09:14:47.881 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_yes_no' AND `status`=1
- 2020-07-14 09:14:47.882 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_yes_no' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:14:47.883 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_param`,`oper_id`,`operator_type`,`oper_name`,`request_method`,`dept_name`,`oper_url`,`oper_ip`,`json_result`,`title`,`business_type`,`method`,`error_msg`,`oper_time`,`oper_location`,`status`) VALUES('{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',0,1,'admin','GET','','/system/config/params/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','{"code":0,"msg":"字典列表"}','参数管理',0,'/system/config/params/list','',1594689287,'内网IP',1) ON DUPLICATE KEY UPDATE `oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:14:58 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":4,"pid":0,"name":"system/cms","title":"cms管理","icon":"form","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380573,"weigh":0,"status":1,"alwaysShow":1,"path":"cms","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":32,"pid":4,"name":"system/cms/menu/list","title":"栏目管理","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1592469318,"updatetime":1592469318,"weigh":0,"status":1,"alwaysShow":1,"path":"menu","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":35,"pid":4,"name":"system/cms/news/list","title":"文章管理","icon":"log","condition":"","remark":"","menu_type":1,"createtime":1593331969,"updatetime":1593331991,"weigh":0,"status":1,"alwaysShow":1,"path":"news","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":65,"pid":32,"name":"system/cms/menu/add","title":"添加栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740504,"updatetime":1593740504,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":66,"pid":32,"name":"system/cms/menu/edit","title":"修改栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740521,"updatetime":1593740521,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":67,"pid":32,"name":"system/cms/menu/sort","title":"栏目排序","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740549,"updatetime":1593740549,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":68,"pid":32,"name":"system/cms/menu/delete","title":"删除栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740568,"updatetime":1593740568,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":69,"pid":35,"name":"system/cms/news/add","title":"添加文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740691,"updatetime":1593740691,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":70,"pid":35,"name":"system/cms/news/edit","title":"修改文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740711,"updatetime":1593740711,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":71,"pid":35,"name":"system/cms/news/delete","title":"删除文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740730,"updatetime":1593740730,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":72,"pid":0,"name":"system/model","title":"模型管理","icon":"table","condition":"","remark":"","menu_type":0,"createtime":1593742999,"updatetime":1593742999,"weigh":0,"status":1,"alwaysShow":1,"path":"model","isFrame":0},{"id":73,"pid":72,"name":"system/model/category/list","title":"模型分类","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1593743065,"updatetime":1593743065,"weigh":0,"status":1,"alwaysShow":1,"path":"category","isFrame":0},{"id":74,"pid":72,"name":"system/model/model/list","title":"模型列表","icon":"list","condition":"","remark":"","menu_type":1,"createtime":1593743131,"updatetime":1593743131,"weigh":0,"status":1,"alwaysShow":1,"path":"list","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0},{"id":78,"pid":0,"name":"system/plug","title":"扩展管理","icon":"logininfor","condition":"","remark":"","menu_type":0,"createtime":1594169636,"updatetime":1594169636,"weigh":0,"status":1,"alwaysShow":1,"path":"system/plug","isFrame":0},{"id":79,"pid":78,"name":"system/plug/ad","title":"广告管理","icon":"color","condition":"","remark":"","menu_type":0,"createtime":1594169691,"updatetime":1594169691,"weigh":0,"status":1,"alwaysShow":1,"path":"ad","isFrame":0},{"id":80,"pid":79,"name":"system/plug/ad/type/list","title":"广告位管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1594169783,"updatetime":1594169979,"weigh":0,"status":1,"alwaysShow":1,"path":"adtype","isFrame":0},{"id":81,"pid":79,"name":"system/plug/ad/ad/List","title":"广告列表","icon":"list","condition":"","remark":"","menu_type":1,"createtime":1594169949,"updatetime":1594170007,"weigh":0,"status":1,"alwaysShow":1,"path":"adlist","isFrame":0}]
- 2020-07-14 09:14:58.943 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_show_hide'
- 2020-07-14 09:14:58.945 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_show_hide' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:14:58.948 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`title`,`json_result`,`oper_time`,`oper_ip`,`oper_id`,`business_type`,`request_method`,`operator_type`,`dept_name`,`oper_location`,`method`,`oper_name`,`oper_url`,`oper_param`,`status`,`error_msg`) VALUES('菜单管理','{"code":0,"msg":"成功"}',1594689298,'[::1]',0,0,'GET',1,'','内网IP','/system/auth/menuList','admin','/system/auth/menuList','{}',1,'') ON DUPLICATE KEY UPDATE `oper_ip`=VALUES(`oper_ip`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`oper_id`=VALUES(`oper_id`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`method`=VALUES(`method`),`json_result`=VALUES(`json_result`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`)
- 2020-07-14 09:15:05.179 [DEBU] [ 0 ms] DELETE FROM `auth_rule` WHERE id in (78,79,80,81)
- 2020-07-14 09:15:05.181 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:15:05.187 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`status`,`oper_time`,`business_type`,`request_method`,`oper_location`,`method`,`oper_name`,`dept_name`,`oper_url`,`oper_ip`,`json_result`,`oper_id`,`title`,`operator_type`,`oper_param`,`error_msg`) VALUES(1,1594689305,0,'DELETE','内网IP','/system/auth/deleteMenu','admin','','/system/auth/deleteMenu','[::1]','{"code":0,"msg":"删除成功"}',0,'删除菜单',1,'{"ids":[78]}','') ON DUPLICATE KEY UPDATE `error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`oper_location`=VALUES(`oper_location`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`)
- 2020-07-14 09:15:05 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":4,"pid":0,"name":"system/cms","title":"cms管理","icon":"form","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380573,"weigh":0,"status":1,"alwaysShow":1,"path":"cms","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":32,"pid":4,"name":"system/cms/menu/list","title":"栏目管理","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1592469318,"updatetime":1592469318,"weigh":0,"status":1,"alwaysShow":1,"path":"menu","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":35,"pid":4,"name":"system/cms/news/list","title":"文章管理","icon":"log","condition":"","remark":"","menu_type":1,"createtime":1593331969,"updatetime":1593331991,"weigh":0,"status":1,"alwaysShow":1,"path":"news","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":65,"pid":32,"name":"system/cms/menu/add","title":"添加栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740504,"updatetime":1593740504,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":66,"pid":32,"name":"system/cms/menu/edit","title":"修改栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740521,"updatetime":1593740521,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":67,"pid":32,"name":"system/cms/menu/sort","title":"栏目排序","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740549,"updatetime":1593740549,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":68,"pid":32,"name":"system/cms/menu/delete","title":"删除栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740568,"updatetime":1593740568,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":69,"pid":35,"name":"system/cms/news/add","title":"添加文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740691,"updatetime":1593740691,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":70,"pid":35,"name":"system/cms/news/edit","title":"修改文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740711,"updatetime":1593740711,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":71,"pid":35,"name":"system/cms/news/delete","title":"删除文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740730,"updatetime":1593740730,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":72,"pid":0,"name":"system/model","title":"模型管理","icon":"table","condition":"","remark":"","menu_type":0,"createtime":1593742999,"updatetime":1593742999,"weigh":0,"status":1,"alwaysShow":1,"path":"model","isFrame":0},{"id":73,"pid":72,"name":"system/model/category/list","title":"模型分类","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1593743065,"updatetime":1593743065,"weigh":0,"status":1,"alwaysShow":1,"path":"category","isFrame":0},{"id":74,"pid":72,"name":"system/model/model/list","title":"模型列表","icon":"list","condition":"","remark":"","menu_type":1,"createtime":1593743131,"updatetime":1593743131,"weigh":0,"status":1,"alwaysShow":1,"path":"list","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:15:05.203 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`title`,`dept_name`,`oper_ip`,`oper_param`,`json_result`,`status`,`business_type`,`oper_location`,`error_msg`,`oper_time`,`oper_id`,`method`,`operator_type`,`oper_name`,`request_method`,`oper_url`) VALUES('菜单管理','','[::1]','{}','{"code":0,"msg":"成功"}',1,0,'内网IP','',1594689305,0,'/system/auth/menuList',1,'admin','GET','/system/auth/menuList') ON DUPLICATE KEY UPDATE `request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`title`=VALUES(`title`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`business_type`=VALUES(`business_type`),`oper_location`=VALUES(`oper_location`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`)
- 2020-07-14 09:17:18.152 [DEBU] [ 3 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:17:18.153 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
- 2020-07-14 09:17:18.158 [DEBU] [ 3 ms] INSERT INTO `sys_oper_log`(`business_type`,`method`,`oper_ip`,`oper_location`,`oper_param`,`error_msg`,`title`,`request_method`,`operator_type`,`oper_url`,`status`,`oper_time`,`oper_id`,`oper_name`,`dept_name`,`json_result`) VALUES(0,'/system/index/getInfo','[::1]','内网IP','{}','','','GET',1,'/system/index/getInfo',1,1594689438,0,'admin','','{"code":0,"msg":"ok"}') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`json_result`=VALUES(`json_result`)
- 2020-07-14 09:17:18.171 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`title`,`oper_name`,`dept_name`,`oper_ip`,`request_method`,`status`,`oper_time`,`business_type`,`operator_type`,`oper_url`,`oper_param`,`error_msg`,`oper_id`,`method`,`oper_location`,`json_result`) VALUES('','admin','','[::1]','GET',1,1594689438,0,1,'/system/index/getRouters','{}','',0,'/system/index/getRouters','内网IP','{"code":0,"msg":"ok"}') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`operator_type`=VALUES(`operator_type`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`request_method`=VALUES(`request_method`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:17:18 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":4,"pid":0,"name":"system/cms","title":"cms管理","icon":"form","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380573,"weigh":0,"status":1,"alwaysShow":1,"path":"cms","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":32,"pid":4,"name":"system/cms/menu/list","title":"栏目管理","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1592469318,"updatetime":1592469318,"weigh":0,"status":1,"alwaysShow":1,"path":"menu","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":35,"pid":4,"name":"system/cms/news/list","title":"文章管理","icon":"log","condition":"","remark":"","menu_type":1,"createtime":1593331969,"updatetime":1593331991,"weigh":0,"status":1,"alwaysShow":1,"path":"news","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":65,"pid":32,"name":"system/cms/menu/add","title":"添加栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740504,"updatetime":1593740504,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":66,"pid":32,"name":"system/cms/menu/edit","title":"修改栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740521,"updatetime":1593740521,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":67,"pid":32,"name":"system/cms/menu/sort","title":"栏目排序","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740549,"updatetime":1593740549,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":68,"pid":32,"name":"system/cms/menu/delete","title":"删除栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740568,"updatetime":1593740568,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":69,"pid":35,"name":"system/cms/news/add","title":"添加文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740691,"updatetime":1593740691,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":70,"pid":35,"name":"system/cms/news/edit","title":"修改文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740711,"updatetime":1593740711,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":71,"pid":35,"name":"system/cms/news/delete","title":"删除文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740730,"updatetime":1593740730,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":72,"pid":0,"name":"system/model","title":"模型管理","icon":"table","condition":"","remark":"","menu_type":0,"createtime":1593742999,"updatetime":1593742999,"weigh":0,"status":1,"alwaysShow":1,"path":"model","isFrame":0},{"id":73,"pid":72,"name":"system/model/category/list","title":"模型分类","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1593743065,"updatetime":1593743065,"weigh":0,"status":1,"alwaysShow":1,"path":"category","isFrame":0},{"id":74,"pid":72,"name":"system/model/model/list","title":"模型列表","icon":"list","condition":"","remark":"","menu_type":1,"createtime":1593743131,"updatetime":1593743131,"weigh":0,"status":1,"alwaysShow":1,"path":"list","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:17:18.659 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_id`,`business_type`,`operator_type`,`oper_url`,`status`,`oper_time`,`request_method`,`oper_location`,`title`,`method`,`dept_name`,`oper_param`,`json_result`,`error_msg`,`oper_name`,`oper_ip`) VALUES(0,0,1,'/system/auth/menuList',1,1594689438,'GET','内网IP','菜单管理','/system/auth/menuList','','{}','{"code":0,"msg":"成功"}','','admin','[::1]') ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`operator_type`=VALUES(`operator_type`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`oper_location`=VALUES(`oper_location`)
- 2020-07-14 09:22:48.662 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_job`
- 2020-07-14 09:22:48.674 [DEBU] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
- 2020-07-14 09:22:56.664 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `user`
- 2020-07-14 09:22:56.665 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:22:56.670 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `role`
- 2020-07-14 09:22:56.671 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
- 2020-07-14 09:22:56.677 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `casbin_rule`
- 2020-07-14 09:22:56.678 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
- 2020-07-14 09:22:56.693 [DEBU] [ 12 ms] SHOW FULL COLUMNS FROM `auth_rule`
- 2020-07-14 09:22:56.699 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:22:56.717 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
- 2020-07-14 09:22:56.719 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`dept_name`,`oper_url`,`status`,`oper_time`,`oper_id`,`business_type`,`operator_type`,`oper_name`,`oper_location`,`oper_param`,`json_result`,`oper_ip`,`error_msg`,`title`,`method`,`request_method`) VALUES('','/system/index/getInfo',1,1594689776,0,0,1,'admin','内网IP','{}','{"code":0,"msg":"ok"}','[::1]','','','/system/index/getInfo','GET') ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`oper_ip`=VALUES(`oper_ip`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`)
- 2020-07-14 09:22:56.742 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_url`,`error_msg`,`oper_id`,`title`,`business_type`,`method`,`request_method`,`status`,`operator_type`,`dept_name`,`oper_time`,`oper_name`,`oper_ip`,`oper_location`,`oper_param`,`json_result`) VALUES('/system/index/getRouters','',0,'',0,'/system/index/getRouters','GET',1,1,'',1594689776,'admin','[::1]','内网IP','{}','{"code":0,"msg":"ok"}') ON DUPLICATE KEY UPDATE `oper_url`=VALUES(`oper_url`),`error_msg`=VALUES(`error_msg`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`status`=VALUES(`status`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`oper_time`=VALUES(`oper_time`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`)
- 2020-07-14 09:22:57 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":4,"pid":0,"name":"system/cms","title":"cms管理","icon":"form","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380573,"weigh":0,"status":1,"alwaysShow":1,"path":"cms","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":32,"pid":4,"name":"system/cms/menu/list","title":"栏目管理","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1592469318,"updatetime":1592469318,"weigh":0,"status":1,"alwaysShow":1,"path":"menu","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":35,"pid":4,"name":"system/cms/news/list","title":"文章管理","icon":"log","condition":"","remark":"","menu_type":1,"createtime":1593331969,"updatetime":1593331991,"weigh":0,"status":1,"alwaysShow":1,"path":"news","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":65,"pid":32,"name":"system/cms/menu/add","title":"添加栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740504,"updatetime":1593740504,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":66,"pid":32,"name":"system/cms/menu/edit","title":"修改栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740521,"updatetime":1593740521,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":67,"pid":32,"name":"system/cms/menu/sort","title":"栏目排序","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740549,"updatetime":1593740549,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":68,"pid":32,"name":"system/cms/menu/delete","title":"删除栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740568,"updatetime":1593740568,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":69,"pid":35,"name":"system/cms/news/add","title":"添加文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740691,"updatetime":1593740691,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":70,"pid":35,"name":"system/cms/news/edit","title":"修改文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740711,"updatetime":1593740711,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":71,"pid":35,"name":"system/cms/news/delete","title":"删除文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740730,"updatetime":1593740730,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":72,"pid":0,"name":"system/model","title":"模型管理","icon":"table","condition":"","remark":"","menu_type":0,"createtime":1593742999,"updatetime":1593742999,"weigh":0,"status":1,"alwaysShow":1,"path":"model","isFrame":0},{"id":73,"pid":72,"name":"system/model/category/list","title":"模型分类","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1593743065,"updatetime":1593743065,"weigh":0,"status":1,"alwaysShow":1,"path":"category","isFrame":0},{"id":74,"pid":72,"name":"system/model/model/list","title":"模型列表","icon":"list","condition":"","remark":"","menu_type":1,"createtime":1593743131,"updatetime":1593743131,"weigh":0,"status":1,"alwaysShow":1,"path":"list","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:22:57.129 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
- 2020-07-14 09:22:57.130 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_show_hide'
- 2020-07-14 09:22:57.135 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
- 2020-07-14 09:22:57.137 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_show_hide' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:22:57.139 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
- 2020-07-14 09:22:57.140 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_normal_disable' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:22:57.143 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_url`,`oper_ip`,`oper_param`,`status`,`oper_time`,`method`,`request_method`,`oper_name`,`error_msg`,`title`,`operator_type`,`oper_location`,`json_result`,`oper_id`,`business_type`,`dept_name`) VALUES('/system/auth/menuList','[::1]','{}',1,1594689777,'/system/auth/menuList','GET','admin','','菜单管理',1,'内网IP','{"code":0,"msg":"成功"}',0,0,'') ON DUPLICATE KEY UPDATE `title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:23:09.460 [DEBU] [ 1 ms] DELETE FROM `auth_rule` WHERE id in (72,73,74)
- 2020-07-14 09:23:09.461 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:23:09.468 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`business_type`,`method`,`oper_param`,`oper_id`,`oper_name`,`oper_location`,`json_result`,`title`,`operator_type`,`dept_name`,`status`,`oper_time`,`request_method`,`oper_url`,`oper_ip`,`error_msg`) VALUES(0,'/system/auth/deleteMenu','{"ids":[72]}',0,'admin','内网IP','{"code":0,"msg":"删除成功"}','删除菜单',1,'',1,1594689789,'DELETE','/system/auth/deleteMenu','[::1]','') ON DUPLICATE KEY UPDATE `status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`error_msg`=VALUES(`error_msg`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`),`oper_name`=VALUES(`oper_name`),`oper_location`=VALUES(`oper_location`)
- 2020-07-14 09:23:09 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":4,"pid":0,"name":"system/cms","title":"cms管理","icon":"form","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380573,"weigh":0,"status":1,"alwaysShow":1,"path":"cms","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":32,"pid":4,"name":"system/cms/menu/list","title":"栏目管理","icon":"tree-table","condition":"","remark":"","menu_type":1,"createtime":1592469318,"updatetime":1592469318,"weigh":0,"status":1,"alwaysShow":1,"path":"menu","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":35,"pid":4,"name":"system/cms/news/list","title":"文章管理","icon":"log","condition":"","remark":"","menu_type":1,"createtime":1593331969,"updatetime":1593331991,"weigh":0,"status":1,"alwaysShow":1,"path":"news","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":65,"pid":32,"name":"system/cms/menu/add","title":"添加栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740504,"updatetime":1593740504,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":66,"pid":32,"name":"system/cms/menu/edit","title":"修改栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740521,"updatetime":1593740521,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":67,"pid":32,"name":"system/cms/menu/sort","title":"栏目排序","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740549,"updatetime":1593740549,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":68,"pid":32,"name":"system/cms/menu/delete","title":"删除栏目","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740568,"updatetime":1593740568,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":69,"pid":35,"name":"system/cms/news/add","title":"添加文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740691,"updatetime":1593740691,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":70,"pid":35,"name":"system/cms/news/edit","title":"修改文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740711,"updatetime":1593740711,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":71,"pid":35,"name":"system/cms/news/delete","title":"删除文章","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740730,"updatetime":1593740730,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:23:09.487 [DEBU] [ 2 ms] INSERT INTO `sys_oper_log`(`oper_id`,`operator_type`,`oper_url`,`oper_location`,`oper_param`,`request_method`,`dept_name`,`oper_ip`,`error_msg`,`title`,`business_type`,`oper_name`,`oper_time`,`method`,`json_result`,`status`) VALUES(0,1,'/system/auth/menuList','内网IP','{}','GET','','[::1]','','菜单管理',0,'admin',1594689789,'/system/auth/menuList','{"code":0,"msg":"成功"}',1) ON DUPLICATE KEY UPDATE `oper_ip`=VALUES(`oper_ip`),`error_msg`=VALUES(`error_msg`),`request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_name`=VALUES(`oper_name`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`status`=VALUES(`status`),`method`=VALUES(`method`),`json_result`=VALUES(`json_result`),`oper_url`=VALUES(`oper_url`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`operator_type`=VALUES(`operator_type`)
- 2020-07-14 09:23:21.058 [DEBU] [ 2 ms] DELETE FROM `auth_rule` WHERE id in (4,32,65,66,67,68,35,69,70,71)
- 2020-07-14 09:23:21.059 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:23:21.066 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_time`,`method`,`operator_type`,`dept_name`,`oper_location`,`json_result`,`error_msg`,`title`,`status`,`business_type`,`oper_name`,`oper_url`,`oper_ip`,`oper_param`,`oper_id`,`request_method`) VALUES(1594689801,'/system/auth/deleteMenu',1,'','内网IP','{"code":0,"msg":"删除成功"}','','删除菜单',1,0,'admin','/system/auth/deleteMenu','[::1]','{"ids":[4]}',0,'DELETE') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`status`=VALUES(`status`)
- 2020-07-14 09:23:21 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:23:21.084 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`method`,`operator_type`,`oper_ip`,`title`,`dept_name`,`json_result`,`error_msg`,`oper_time`,`oper_id`,`business_type`,`request_method`,`oper_param`,`oper_name`,`oper_url`,`oper_location`,`status`) VALUES('/system/auth/menuList',1,'[::1]','菜单管理','','{"code":0,"msg":"成功"}','',1594689801,0,0,'GET','{}','admin','/system/auth/menuList','内网IP',1) ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`oper_url`=VALUES(`oper_url`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`oper_name`=VALUES(`oper_name`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`),`method`=VALUES(`method`)
- 2020-07-14 09:23:23.260 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:23:23.264 [DEBU] [ 3 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
- 2020-07-14 09:23:23.266 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`json_result`,`dept_name`,`oper_url`,`oper_param`,`status`,`oper_time`,`title`,`method`,`oper_ip`,`oper_location`,`oper_id`,`business_type`,`request_method`,`operator_type`,`oper_name`,`error_msg`) VALUES('{"code":0,"msg":"ok"}','','/system/index/getInfo','{}',1,1594689803,'','/system/index/getInfo','[::1]','内网IP',0,0,'GET',1,'admin','') ON DUPLICATE KEY UPDATE `json_result`=VALUES(`json_result`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`method`=VALUES(`method`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:23:23.282 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_name`,`oper_location`,`error_msg`,`oper_id`,`request_method`,`operator_type`,`status`,`title`,`oper_ip`,`json_result`,`oper_param`,`business_type`,`method`,`oper_url`,`dept_name`,`oper_time`) VALUES('admin','内网IP','',0,'GET',1,1,'','[::1]','{"code":0,"msg":"ok"}','{}',0,'/system/index/getRouters','/system/index/getRouters','',1594689803) ON DUPLICATE KEY UPDATE `title`=VALUES(`title`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`dept_name`=VALUES(`dept_name`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`oper_location`=VALUES(`oper_location`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:23:23 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:23:23.629 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`title`,`method`,`operator_type`,`dept_name`,`oper_id`,`json_result`,`oper_time`,`request_method`,`oper_name`,`oper_url`,`oper_location`,`oper_param`,`error_msg`,`business_type`,`status`,`oper_ip`) VALUES('菜单管理','/system/auth/menuList',1,'',0,'{"code":0,"msg":"成功"}',1594689803,'GET','admin','/system/auth/menuList','内网IP','{}','',0,1,'[::1]') ON DUPLICATE KEY UPDATE `oper_time`=VALUES(`oper_time`),`request_method`=VALUES(`request_method`),`json_result`=VALUES(`json_result`),`oper_url`=VALUES(`oper_url`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`status`=VALUES(`status`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`)
- 2020-07-14 09:23:27.427 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `user_online`
- 2020-07-14 09:23:27.428 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `user_online`
- 2020-07-14 09:23:27.428 [DEBU] [ 0 ms] SELECT `id`,`uuid`,`create_time`,`user_name`,`ip`,`explorer`,`os` FROM `user_online` ORDER BY `create_time` DESC LIMIT 0,5
- 2020-07-14 09:23:27.430 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`error_msg`,`oper_time`,`method`,`oper_name`,`dept_name`,`oper_url`,`oper_ip`,`oper_location`,`status`,`business_type`,`json_result`,`title`,`request_method`,`operator_type`,`oper_param`) VALUES(0,'',1594689807,'/system/monitor/online/list','admin','','/system/monitor/online/list','[::1]','内网IP',1,0,'{"code":0,"msg":"用户在线状态"}','在线用户','GET',1,'{}') ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`business_type`=VALUES(`business_type`),`json_result`=VALUES(`json_result`),`oper_param`=VALUES(`oper_param`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`)
- 2020-07-14 09:23:29.252 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_job`
- 2020-07-14 09:23:29.252 [DEBU] [ 0 ms] SELECT * FROM `sys_job` ORDER BY `job_id` asc LIMIT 0,10
- 2020-07-14 09:23:29.253 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_status' AND `status`=1
- 2020-07-14 09:23:29.255 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_job_status' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:29.256 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_group' AND `status`=1
- 2020-07-14 09:23:29.257 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_job_group' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:29.259 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`business_type`,`oper_name`,`oper_ip`,`status`,`error_msg`,`oper_id`,`method`,`request_method`,`json_result`,`title`,`operator_type`,`dept_name`,`oper_location`,`oper_param`,`oper_url`,`oper_time`) VALUES(0,'admin','[::1]',1,'',0,'/system/monitor/job/list','GET','{"code":0,"msg":"任务列表"}','',1,'','内网IP','{"pageNum":"1","pageSize":"10"}','/system/monitor/job/list?pageNum=1&pageSize=10',1594689809) ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`oper_url`=VALUES(`oper_url`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:23:32.349 [DEBU] [ 2 ms] INSERT INTO `sys_oper_log`(`business_type`,`request_method`,`method`,`json_result`,`error_msg`,`oper_time`,`oper_id`,`title`,`oper_name`,`dept_name`,`oper_url`,`operator_type`,`oper_ip`,`oper_location`,`oper_param`,`status`) VALUES(0,'GET','/system/monitor/server/info','{"code":0,"msg":"服务监控"}','',1594689812,0,'','admin','','/system/monitor/server/info',1,'[::1]','内网IP','{}',1) ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`method`=VALUES(`method`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:23:34.208 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_login_log`
- 2020-07-14 09:23:34.209 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_login_log`
- 2020-07-14 09:23:34.212 [DEBU] [ 3 ms] SELECT * FROM `sys_login_log` ORDER BY `login_time` DESC LIMIT 0,10
- 2020-07-14 09:23:34.213 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='admin_login_status' AND `status`=1
- 2020-07-14 09:23:34.214 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='admin_login_status' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:34.216 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`method`,`oper_ip`,`oper_param`,`status`,`title`,`request_method`,`oper_location`,`business_type`,`json_result`,`error_msg`,`oper_time`,`oper_id`,`operator_type`,`oper_name`,`dept_name`,`oper_url`) VALUES('/system/monitor/loginlog/list','[::1]','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1,'','GET','内网IP',0,'{"code":0,"msg":"登录日志列表"}','',1594689814,0,1,'admin','','/system/monitor/loginlog/list?pageNum=1&pageSize=10&beginTime=&endTime=') ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`status`=VALUES(`status`),`method`=VALUES(`method`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`oper_location`=VALUES(`oper_location`),`business_type`=VALUES(`business_type`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:23:35.604 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_oper_log`
- 2020-07-14 09:23:35.606 [DEBU] [ 2 ms] SELECT * FROM `sys_oper_log` ORDER BY `oper_time` DESC LIMIT 0,10
- 2020-07-14 09:23:35.607 [DEBU] [ 3 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_oper_log_status' AND `status`=1
- 2020-07-14 09:23:35.608 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_oper_log_status' AND `status`=1
- 2020-07-14 09:23:35.608 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_oper_log_status' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:35.608 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_oper_log_status' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:35.610 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`request_method`,`operator_type`,`oper_name`,`oper_param`,`json_result`,`title`,`business_type`,`dept_name`,`oper_url`,`status`,`method`,`oper_ip`,`error_msg`,`oper_time`,`oper_id`,`oper_location`) VALUES('GET',1,'admin','{}','{"code":0,"msg":"ok"}','',0,'','/system/config/dict/sysCommonStatus',1,'/system/config/dict/sysCommonStatus','[::1]','',1594689815,0,'内网IP') ON DUPLICATE KEY UPDATE `method`=VALUES(`method`),`oper_ip`=VALUES(`oper_ip`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`oper_location`=VALUES(`oper_location`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`)
- 2020-07-14 09:23:35.611 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`request_method`,`oper_url`,`oper_ip`,`status`,`error_msg`,`oper_id`,`business_type`,`method`,`operator_type`,`title`,`oper_location`,`json_result`,`oper_time`,`dept_name`,`oper_param`,`oper_name`) VALUES('GET','/system/monitor/operlog/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]',1,'',0,0,'/system/monitor/operlog/list',1,'','内网IP','{"code":0,"msg":"操作日志列表"}',1594689815,'','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}','admin') ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_time`=VALUES(`oper_time`),`oper_name`=VALUES(`oper_name`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`)
- 2020-07-14 09:23:41.746 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `gen_table`
- 2020-07-14 09:23:41.747 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
- 2020-07-14 09:23:41.747 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
- 2020-07-14 09:23:41.750 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_param`,`json_result`,`error_msg`,`oper_time`,`request_method`,`business_type`,`dept_name`,`status`,`method`,`title`,`operator_type`,`oper_name`,`oper_url`,`oper_ip`,`oper_location`,`oper_id`) VALUES('{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}','{"code":0,"msg":"ok"}','',1594689821,'GET',0,'',1,'/system/tools/gen/tableList','',1,'admin','/system/tools/gen/tableList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP',0) ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`dept_name`=VALUES(`dept_name`),`status`=VALUES(`status`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`request_method`=VALUES(`request_method`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:23:46.437 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
- 2020-07-14 09:23:46.438 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
- 2020-07-14 09:23:46.440 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`json_result`,`title`,`operator_type`,`oper_name`,`oper_url`,`oper_param`,`business_type`,`method`,`dept_name`,`oper_time`,`oper_id`,`request_method`,`oper_ip`,`status`,`error_msg`,`oper_location`) VALUES('{"code":0,"msg":"字典列表"}','字典管理',1,'admin','/system/config/dict/list?pageNum=1&pageSize=10&beginTime=&endTime=','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',0,'/system/config/dict/list','',1594689826,0,'GET','[::1]',1,'','内网IP') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`dept_name`=VALUES(`dept_name`),`oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`oper_ip`=VALUES(`oper_ip`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_location`=VALUES(`oper_location`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`)
- 2020-07-14 09:23:48.131 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_config`
- 2020-07-14 09:23:48.132 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_config`
- 2020-07-14 09:23:48.132 [DEBU] [ 0 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
- 2020-07-14 09:23:48.134 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_yes_no' AND `status`=1
- 2020-07-14 09:23:48.135 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_yes_no' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:23:48.137 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_param`,`status`,`oper_id`,`title`,`method`,`oper_location`,`request_method`,`oper_name`,`json_result`,`business_type`,`operator_type`,`oper_ip`,`dept_name`,`oper_url`,`error_msg`,`oper_time`) VALUES('{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1,0,'参数管理','/system/config/params/list','内网IP','GET','admin','{"code":0,"msg":"字典列表"}',0,1,'[::1]','','/system/config/params/list?pageNum=1&pageSize=10&beginTime=&endTime=','',1594689828) ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`status`=VALUES(`status`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`method`=VALUES(`method`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`json_result`=VALUES(`json_result`),`business_type`=VALUES(`business_type`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`)
- 2020-07-14 09:23:55.015 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:23:55.019 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `user_post`
- 2020-07-14 09:23:55.025 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_post`
- 2020-07-14 09:23:55.026 [DEBU] [ 1 ms] SELECT b.* FROM `user_post` AS a INNER JOIN `sys_post` b ON (a.post_id = b.post_id) WHERE `user_id`=1
- 2020-07-14 09:23:55.031 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dept`
- 2020-07-14 09:23:55.032 [DEBU] [ 1 ms] SELECT * FROM `sys_dept` WHERE `dept_id`=101
- 2020-07-14 09:23:55.034 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`business_type`,`oper_ip`,`status`,`method`,`request_method`,`oper_name`,`dept_name`,`oper_url`,`title`,`operator_type`,`oper_location`,`error_msg`,`oper_time`,`oper_param`,`json_result`) VALUES(0,0,'[::1]',1,'/system/user/profile','GET','admin','','/system/user/profile','',1,'内网IP','',1594689835,'{}','{"code":0,"msg":"ok"}') ON DUPLICATE KEY UPDATE `error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`oper_ip`=VALUES(`oper_ip`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`)
- 2020-07-14 09:27:24.160 [DEBU] [ 9 ms] SHOW FULL COLUMNS FROM `sys_job`
- 2020-07-14 09:27:24.171 [DEBU] [ 10 ms] SELECT * FROM `sys_job` WHERE `status`=0
- 2020-07-14 09:27:37.555 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `user`
- 2020-07-14 09:27:37.556 [DEBU] [ 0 ms] SELECT * FROM `user` WHERE `id`=1
- 2020-07-14 09:27:37.561 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `role`
- 2020-07-14 09:27:37.561 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
- 2020-07-14 09:27:37.567 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `casbin_rule`
- 2020-07-14 09:27:37.568 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
- 2020-07-14 09:27:37.584 [DEBU] [ 11 ms] SHOW FULL COLUMNS FROM `auth_rule`
- 2020-07-14 09:27:37.585 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:27:37.594 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
- 2020-07-14 09:27:37.596 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`request_method`,`dept_name`,`oper_ip`,`method`,`oper_location`,`title`,`business_type`,`oper_url`,`oper_param`,`error_msg`,`oper_id`,`operator_type`,`oper_name`,`json_result`,`status`,`oper_time`) VALUES('GET','','[::1]','/system/index/getInfo','内网IP','',0,'/system/index/getInfo','{}','',0,1,'admin','{"code":0,"msg":"ok"}',1,1594690057) ON DUPLICATE KEY UPDATE `request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`method`=VALUES(`method`),`oper_location`=VALUES(`oper_location`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`)
- 2020-07-14 09:27:37.649 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_param`,`error_msg`,`status`,`oper_time`,`request_method`,`oper_name`,`dept_name`,`oper_ip`,`oper_location`,`json_result`,`oper_id`,`title`,`oper_url`,`business_type`,`method`,`operator_type`) VALUES('{}','',1,1594690057,'GET','admin','','[::1]','内网IP','{"code":0,"msg":"ok"}',0,'','/system/index/getRouters',0,'/system/index/getRouters',1) ON DUPLICATE KEY UPDATE `oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`dept_name`=VALUES(`dept_name`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`)
- 2020-07-14 09:27:42.348 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
- 2020-07-14 09:27:42.349 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
- 2020-07-14 09:27:42.349 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
- 2020-07-14 09:27:42.350 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
- 2020-07-14 09:27:42.356 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
- 2020-07-14 09:27:42.357 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_normal_disable' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:27:42.359 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_param`,`oper_time`,`method`,`operator_type`,`dept_name`,`oper_ip`,`error_msg`,`business_type`,`oper_location`,`json_result`,`status`,`title`,`oper_id`,`request_method`,`oper_name`,`oper_url`) VALUES('{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1594690062,'/system/config/dict/list',1,'','[::1]','',0,'内网IP','{"code":0,"msg":"字典列表"}',1,'字典管理',0,'GET','admin','/system/config/dict/list?pageNum=1&pageSize=10&beginTime=&endTime=') ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_time`=VALUES(`oper_time`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`business_type`=VALUES(`business_type`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`)
- 2020-07-14 09:27:43.934 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_config`
- 2020-07-14 09:27:43.935 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_config`
- 2020-07-14 09:27:43.935 [DEBU] [ 0 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
- 2020-07-14 09:27:43.937 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_yes_no'
- 2020-07-14 09:27:43.938 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_yes_no' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:27:43.940 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`dept_name`,`oper_time`,`request_method`,`oper_name`,`method`,`operator_type`,`oper_ip`,`oper_location`,`oper_param`,`status`,`oper_id`,`title`,`business_type`,`error_msg`,`oper_url`,`json_result`) VALUES('',1594690063,'GET','admin','/system/config/params/list',1,'[::1]','内网IP','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1,0,'参数管理',0,'','/system/config/params/list?pageNum=1&pageSize=10&beginTime=&endTime=','{"code":0,"msg":"字典列表"}') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`error_msg`=VALUES(`error_msg`),`oper_url`=VALUES(`oper_url`),`json_result`=VALUES(`json_result`),`dept_name`=VALUES(`dept_name`),`oper_time`=VALUES(`oper_time`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`)
- 2020-07-14 09:27:46 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:27:46.626 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_show_hide' AND `status`=1
- 2020-07-14 09:27:46.627 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_show_hide' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:27:46.631 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`error_msg`,`title`,`business_type`,`oper_location`,`oper_param`,`json_result`,`status`,`request_method`,`oper_name`,`dept_name`,`oper_time`,`oper_url`,`oper_ip`,`oper_id`,`method`,`operator_type`) VALUES('','菜单管理',0,'内网IP','{}','{"code":0,"msg":"成功"}',1,'GET','admin','',1594690066,'/system/auth/menuList','[::1]',0,'/system/auth/menuList',1) ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_time`=VALUES(`oper_time`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`)
- 2020-07-14 09:27:48.042 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `role`
- 2020-07-14 09:27:48.043 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `id` asc LIMIT 0,10
- 2020-07-14 09:27:48.047 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_param`,`json_result`,`status`,`error_msg`,`oper_time`,`dept_name`,`oper_ip`,`oper_name`,`title`,`business_type`,`request_method`,`oper_url`,`oper_id`,`method`,`operator_type`,`oper_location`) VALUES('{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}','{"code":0,"msg":"成功"}',1,'',1594690068,'','[::1]','admin','角色管理',0,'GET','/system/auth/roleList?pageNum=1&pageSize=10&beginTime=&endTime=',0,'/system/auth/roleList',1,'内网IP') ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`operator_type`=VALUES(`operator_type`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`)
- 2020-07-14 09:27:49 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:27:49.952 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`business_type`,`method`,`request_method`,`dept_name`,`oper_url`,`oper_ip`,`oper_location`,`oper_id`,`title`,`json_result`,`oper_param`,`status`,`error_msg`,`oper_time`,`operator_type`,`oper_name`) VALUES(0,'/system/auth/menuList','GET','','/system/auth/menuList','[::1]','内网IP',0,'菜单管理','{"code":0,"msg":"成功"}','{}',1,'',1594690069,1,'admin') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:27:56.110 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_job`
- 2020-07-14 09:27:56.111 [DEBU] [ 0 ms] SELECT * FROM `sys_job` ORDER BY `job_id` asc LIMIT 0,10
- 2020-07-14 09:27:56.112 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_status' AND `status`=1
- 2020-07-14 09:27:56.114 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_job_status' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:27:56.115 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_group' AND `status`=1
- 2020-07-14 09:27:56.116 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_job_group' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:27:56.119 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`status`,`oper_time`,`oper_param`,`oper_name`,`oper_url`,`oper_ip`,`error_msg`,`business_type`,`method`,`request_method`,`dept_name`,`oper_location`,`json_result`,`oper_id`,`title`,`operator_type`) VALUES(1,1594690076,'{"pageNum":"1","pageSize":"10"}','admin','/system/monitor/job/list?pageNum=1&pageSize=10','[::1]','',0,'/system/monitor/job/list','GET','','内网IP','{"code":0,"msg":"任务列表"}',0,'',1) ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:28:01.093 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `gen_table`
- 2020-07-14 09:28:01.093 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
- 2020-07-14 09:28:01.094 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
- 2020-07-14 09:28:01.098 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`method`,`oper_time`,`title`,`business_type`,`request_method`,`dept_name`,`oper_location`,`error_msg`,`oper_url`,`oper_param`,`status`,`oper_id`,`operator_type`,`oper_name`,`oper_ip`,`json_result`) VALUES('/system/tools/gen/tableList',1594690081,'',0,'GET','','内网IP','','/system/tools/gen/tableList?pageNum=1&pageSize=10&beginTime=&endTime=','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1,0,1,'admin','[::1]','{"code":0,"msg":"ok"}') ON DUPLICATE KEY UPDATE `oper_time`=VALUES(`oper_time`),`method`=VALUES(`method`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`oper_url`=VALUES(`oper_url`),`operator_type`=VALUES(`operator_type`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`)
- 2020-07-14 09:28:03.234 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 ORDER BY `dict_id` ASC
- 2020-07-14 09:28:03.238 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `gen_table_column`
- 2020-07-14 09:28:03.239 [DEBU] [ 1 ms] SELECT * FROM `gen_table_column` WHERE `table_id`=38 ORDER BY `sort` asc,`column_id` asc
- 2020-07-14 09:28:03.240 [DEBU] [ 2 ms] INSERT INTO `sys_oper_log`(`oper_id`,`title`,`request_method`,`oper_ip`,`oper_param`,`json_result`,`error_msg`,`business_type`,`method`,`oper_name`,`dept_name`,`oper_url`,`status`,`operator_type`,`oper_location`,`oper_time`) VALUES(0,'','GET','[::1]','{}','{"code":0,"msg":"ok"}','',0,'/system/config/dict/optionSelect','admin','','/system/config/dict/optionSelect',1,1,'内网IP',1594690083) ON DUPLICATE KEY UPDATE `dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`),`oper_name`=VALUES(`oper_name`),`oper_location`=VALUES(`oper_location`),`oper_time`=VALUES(`oper_time`),`operator_type`=VALUES(`operator_type`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`business_type`=VALUES(`business_type`)
- 2020-07-14 09:28:03.243 [DEBU] [ 1 ms] SELECT * FROM `gen_table` WHERE `table_id`=38
- 2020-07-14 09:28:03.247 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`business_type`,`method`,`operator_type`,`oper_time`,`request_method`,`oper_name`,`dept_name`,`json_result`,`oper_url`,`oper_location`,`status`,`title`,`oper_ip`,`oper_param`,`error_msg`) VALUES(0,0,'/system/tools/gen/columnList',1,1594690083,'GET','admin','','{"code":0,"msg":"ok"}','/system/tools/gen/columnList?tableId=38','内网IP',1,'','[::1]','{"tableId":"38"}','') ON DUPLICATE KEY UPDATE `oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`json_result`=VALUES(`json_result`),`oper_url`=VALUES(`oper_url`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`title`=VALUES(`title`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:28:07.782 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `gen_table`
- 2020-07-14 09:28:07.782 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
- 2020-07-14 09:28:07.786 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`dept_name`,`oper_param`,`status`,`oper_time`,`oper_url`,`oper_ip`,`oper_location`,`json_result`,`error_msg`,`title`,`business_type`,`operator_type`,`method`,`request_method`,`oper_name`) VALUES(0,'','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}',1,1594690087,'/system/tools/gen/tableList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{"code":0,"msg":"ok"}','','',0,1,'/system/tools/gen/tableList','GET','admin') ON DUPLICATE KEY UPDATE `oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`operator_type`=VALUES(`operator_type`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`oper_id`=VALUES(`oper_id`),`dept_name`=VALUES(`dept_name`),`oper_param`=VALUES(`oper_param`)
- 2020-07-14 09:28:37.309 [DEBU] [ 8 ms] SHOW FULL COLUMNS FROM `sys_job`
- 2020-07-14 09:28:37.322 [DEBU] [ 12 ms] SELECT * FROM `sys_job` WHERE `status`=0
- 2020-07-14 09:28:41.110 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `gen_table_column`
- 2020-07-14 09:28:41.112 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
- 2020-07-14 09:28:41.113 [DEBU] [ 1 ms] SELECT * FROM `gen_table_column` WHERE `table_id`=39 ORDER BY `sort` asc,`column_id` asc
- 2020-07-14 09:28:41.119 [DEBU] [ 6 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 ORDER BY `dict_id` ASC
- 2020-07-14 09:28:41.125 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `gen_table`
- 2020-07-14 09:28:41.127 [DEBU] [ 1 ms] SELECT * FROM `gen_table` WHERE `table_id`=39
- 2020-07-14 09:28:41.130 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `auth_rule`
- 2020-07-14 09:28:41.131 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:28:41.133 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `auth_rule`
- 2020-07-14 09:28:41.134 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
- 2020-07-14 09:28:41.143 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
- 2020-07-14 09:28:41.144 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_url`,`oper_ip`,`oper_location`,`oper_param`,`title`,`request_method`,`oper_name`,`dept_name`,`oper_id`,`business_type`,`method`,`oper_time`,`operator_type`,`json_result`,`status`,`error_msg`) VALUES('/system/config/dict/optionSelect','[::1]','内网IP','{}','','GET','admin','',0,0,'/system/config/dict/optionSelect',1594690121,1,'{"code":0,"msg":"ok"}',1,'') ON DUPLICATE KEY UPDATE `oper_time`=VALUES(`oper_time`),`operator_type`=VALUES(`operator_type`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`)
- 2020-07-14 09:28:41.146 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
- 2020-07-14 09:28:41.148 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_param`,`request_method`,`oper_url`,`oper_ip`,`oper_location`,`method`,`dept_name`,`status`,`json_result`,`error_msg`,`oper_time`,`oper_id`,`title`,`business_type`,`operator_type`,`oper_name`) VALUES('{"tableId":"39"}','GET','/system/tools/gen/columnList?tableId=39','[::1]','内网IP','/system/tools/gen/columnList','',1,'{"code":0,"msg":"ok"}','',1594690121,0,'',0,1,'admin') ON DUPLICATE KEY UPDATE `oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`status`=VALUES(`status`),`method`=VALUES(`method`),`dept_name`=VALUES(`dept_name`),`business_type`=VALUES(`business_type`),`operator_type`=VALUES(`operator_type`),`json_result`=VALUES(`json_result`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`)
- 2020-07-14 09:28:42.582 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`business_type`,`method`,`oper_name`,`oper_url`,`oper_param`,`oper_time`,`oper_id`,`title`,`oper_ip`,`oper_location`,`operator_type`,`dept_name`,`error_msg`,`json_result`,`status`,`request_method`) VALUES(0,'/system/tools/gen/editSave','admin','/system/tools/gen/editSave','{"business_name":"category","class_name":"model_category","columns":[{"column_comment":"主键","column_id":417,"column_name":"c_id","column_type":"int(10) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"CId","go_type":"int","html_field":"cId","html_type":"input","is_edit":"0","is_increment":"1","is_insert":"1","is_list":"1","is_pk":"1","is_query":"1","is_required":"0","query_type":"EQ","sort":1,"table_id":39,"update_by":"","update_time":null},{"column_comment":"模型分类名称","column_id":418,"column_name":"c_name","column_type":"varchar(60)","create_by":"admin","create_time":null,"dict_type":"","go_field":"CName","go_type":"string","html_field":"cName","html_type":"input","is_edit":"1","is_increment":"0","is_insert":"1","is_list":"1","is_pk":"0","is_query":"1","is_required":"1","query_type":"LIKE","sort":2,"table_id":39,"update_by":"","update_time":null},{"column_comment":"排序","column_id":419,"column_name":"c_sort","column_type":"int(11)","create_by":"admin","create_time":null,"dict_type":"","go_field":"CSort","go_type":"int64","html_field":"cSort","html_type":"input","is_edit":"1","is_increment":"0","is_insert":"1","is_list":"1","is_pk":"0","is_query":"1","is_required":"0","query_type":"EQ","sort":3,"table_id":39,"update_by":"","update_time":null},{"column_comment":"创建人","column_id":420,"column_name":"create_by","column_type":"int(10) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"CreateBy","go_type":"int","html_field":"createBy","html_type":"input","is_edit":"0","is_increment":"0","is_insert":"0","is_list":"0","is_pk":"0","is_query":"0","is_required":"0","query_type":"EQ","sort":4,"table_id":39,"update_by":"","update_time":null},{"column_comment":"创建时间","column_id":421,"column_name":"create_time","column_type":"bigint(20) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"CreateTime","go_type":"int64","html_field":"createTime","html_type":"input","is_edit":"0","is_increment":"0","is_insert":"0","is_list":"0","is_pk":"0","is_query":"0","is_required":"0","query_type":"EQ","sort":5,"table_id":39,"update_by":"","update_time":null},{"column_comment":"修改人","column_id":422,"column_name":"update_by","column_type":"int(10) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"UpdateBy","go_type":"int","html_field":"updateBy","html_type":"input","is_edit":"0","is_increment":"0","is_insert":"0","is_list":"0","is_pk":"0","is_query":"0","is_required":"0","query_type":"EQ","sort":6,"table_id":39,"update_by":"","update_time":null},{"column_comment":"修改时间","column_id":423,"column_name":"update_time","column_type":"bigint(20) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"UpdateTime","go_type":"int64","html_field":"updateTime","html_type":"input","is_edit":"0","is_increment":"0","is_insert":"0","is_list":"0","is_pk":"0","is_query":"0","is_required":"0","query_type":"EQ","sort":7,"table_id":39,"update_by":"","update_time":null},{"column_comment":"状态","column_id":424,"column_name":"c_status","column_type":"tinyint(3) unsigned","create_by":"admin","create_time":null,"dict_type":"","go_field":"CStatus","go_type":"int","html_field":"cStatus","html_type":"radio","is_edit":"1","is_increment":"0","is_insert":"1","is_list":"1","is_pk":"0","is_query":"1","is_required":"1","query_type":"EQ","sort":8,"table_id":39,"update_by":"","update_time":null}],"create_by":"admin","create_time":"2020-07-09 15:11:08","function_author":"gfast","function_name":"模型分类","module_name":"module","options":"","package_name":"gfast","params":{},"remark":"","table_comment":"模型分类表","table_id":39,"table_name":"model_category","tpl_category":"crud","update_by":"","update_time":null}',1594690122,0,'','[::1]','内网IP',1,'','','{"code":-1,"msg":"演示系统禁止操作"}',0,'PUT') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`oper_url`=VALUES(`oper_url`),`oper_param`=VALUES(`oper_param`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`error_msg`=VALUES(`error_msg`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`request_method`=VALUES(`request_method`)
- 2020-07-14 09:28:44.982 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
- 2020-07-14 09:28:44.984 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
- 2020-07-14 09:28:44.988 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`operator_type`,`dept_name`,`json_result`,`oper_url`,`error_msg`,`method`,`oper_name`,`oper_ip`,`status`,`oper_time`,`oper_id`,`title`,`business_type`,`request_method`,`oper_location`,`oper_param`) VALUES(1,'','{"code":0,"msg":"ok"}','/system/tools/gen/tableList?pageNum=1&pageSize=10&beginTime=&endTime=','','/system/tools/gen/tableList','admin','[::1]',1,1594690124,0,'',0,'GET','内网IP','{"beginTime":"","endTime":"","pageNum":"1","pageSize":"10"}') ON DUPLICATE KEY UPDATE `operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`json_result`=VALUES(`json_result`),`oper_url`=VALUES(`oper_url`),`error_msg`=VALUES(`error_msg`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`oper_ip`=VALUES(`oper_ip`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`oper_param`=VALUES(`oper_param`),`oper_id`=VALUES(`oper_id`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`request_method`=VALUES(`request_method`),`oper_location`=VALUES(`oper_location`)
- 2020-07-14 09:28:52.856 [DEBU] [ 0 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
- 2020-07-14 09:28:52.880 [DEBU] [ 23 ms] UPDATE `sys_job` SET `job_name`='测试任务3',`job_params`='hello|gfast',`job_group`='DEFAULT',`misfire_policy`=1,`create_time`=1583811085,`update_by`=31,`update_time`=1593398575,`invoke_target`='test2',`cron_expression`='* * * * * *',`create_by`=1,`job_id`=6,`concurrent`=0,`remark`='备注',`status`=0 WHERE `job_id` IN (6)
- 2020-07-14 09:28:52.882 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`oper_name`,`dept_name`,`oper_ip`,`json_result`,`title`,`business_type`,`method`,`request_method`,`oper_url`,`operator_type`,`oper_location`,`oper_param`,`status`,`error_msg`,`oper_time`) VALUES(0,'admin','','[::1]','{"code":0,"msg":"定时任务管理启动成功"}','开启任务',0,'/system/monitor/job/start','GET','/system/monitor/job/start?id=6',1,'内网IP','{"id":"6"}',1,'',1594690132) ON DUPLICATE KEY UPDATE `json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_ip`=VALUES(`oper_ip`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`operator_type`=VALUES(`operator_type`),`oper_location`=VALUES(`oper_location`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`)
- 2020-07-14 09:28:56.801 [DEBU] [ 1 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
- 2020-07-14 09:28:56.840 [DEBU] [ 39 ms] UPDATE `sys_job` SET `job_name`='测试任务3',`invoke_target`='test2',`cron_expression`='* * * * * *',`misfire_policy`=1,`concurrent`=0,`status`=1,`create_time`=1583811085,`update_by`=31,`update_time`=1593398575,`remark`='备注',`job_id`=6,`job_params`='hello|gfast',`job_group`='DEFAULT',`create_by`=1 WHERE `job_id` IN (6)
- 2020-07-14 09:28:56.842 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`oper_id`,`json_result`,`oper_time`,`method`,`operator_type`,`oper_name`,`oper_param`,`status`,`title`,`business_type`,`request_method`,`oper_url`,`oper_ip`,`oper_location`,`dept_name`,`error_msg`) VALUES(0,'{"code":0,"msg":"定时任务管理停止成功"}',1594690136,'/system/monitor/job/stop',1,'admin','{"id":"6"}',1,'停止任务',0,'GET','/system/monitor/job/stop?id=6','[::1]','内网IP','','') ON DUPLICATE KEY UPDATE `request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`dept_name`=VALUES(`dept_name`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`json_result`=VALUES(`json_result`),`oper_name`=VALUES(`oper_name`),`oper_param`=VALUES(`oper_param`),`status`=VALUES(`status`),`method`=VALUES(`method`),`operator_type`=VALUES(`operator_type`)
- 2020-07-14 09:29:01.024 [DEBU] [ 0 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
- 2020-07-14 09:29:01.026 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`method`,`oper_param`,`error_msg`,`request_method`,`oper_url`,`json_result`,`business_type`,`oper_name`,`dept_name`,`oper_time`,`title`,`operator_type`,`oper_ip`,`oper_location`,`status`) VALUES(0,'/system/monitor/job/details','{"id":"6"}','','GET','/system/monitor/job/details?id=6','{"code":0,"msg":"success"}',0,'admin','',1594690141,'',1,'[::1]','内网IP',1) ON DUPLICATE KEY UPDATE `oper_time`=VALUES(`oper_time`),`business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`title`=VALUES(`title`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`),`error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`oper_param`=VALUES(`oper_param`),`request_method`=VALUES(`request_method`),`oper_url`=VALUES(`oper_url`),`json_result`=VALUES(`json_result`)
- 2020-07-14 09:29:02.046 [DEBU] [ 0 ms] INSERT INTO `sys_oper_log`(`method`,`request_method`,`operator_type`,`oper_ip`,`oper_location`,`json_result`,`oper_id`,`dept_name`,`oper_url`,`title`,`oper_param`,`error_msg`,`business_type`,`status`,`oper_time`,`oper_name`) VALUES('/system/monitor/job/edit','POST',1,'[::1]','内网IP','{"code":-1,"msg":"演示系统禁止操作"}',0,'','/system/monitor/job/edit','修改任务','{"concurrent":0,"create_by":1,"create_time":1583811085,"cron_expression":"* * * * * *","invoke_target":"test2","job_group":"DEFAULT","job_id":6,"job_name":"测试任务3","job_params":"hello|gfast","misfire_policy":1,"remark":"备注","status":1,"update_by":31,"update_time":1593398575}','',0,0,1594690142,'admin') ON DUPLICATE KEY UPDATE `oper_name`=VALUES(`oper_name`),`status`=VALUES(`status`),`oper_time`=VALUES(`oper_time`),`operator_type`=VALUES(`operator_type`),`oper_ip`=VALUES(`oper_ip`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`request_method`=VALUES(`request_method`),`title`=VALUES(`title`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`business_type`=VALUES(`business_type`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`)
- 2020-07-14 09:29:05 [DEBU] D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:83: [{"id":1,"pid":0,"name":"system/config","title":"系统配置","icon":"system","condition":"","remark":"Admin tips","menu_type":0,"createtime":1497429920,"updatetime":1497430320,"weigh":0,"status":1,"alwaysShow":1,"path":"config","isFrame":0},{"id":2,"pid":0,"name":"system/auth","title":"权限管理","icon":"peoples","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380524,"weigh":0,"status":1,"alwaysShow":1,"path":"system/auth","isFrame":0},{"id":3,"pid":0,"name":"system/monitor","title":"系统监控","icon":"monitor","condition":"","remark":"","menu_type":0,"createtime":1497429920,"updatetime":1592380560,"weigh":0,"status":1,"alwaysShow":1,"path":"monitor","isFrame":0},{"id":5,"pid":1,"name":"system/config/dict/list","title":"字典管理","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380469,"weigh":0,"status":1,"alwaysShow":1,"path":"dict/list","isFrame":0},{"id":6,"pid":1,"name":"system/config/params/list","title":"参数管理","icon":"date-range","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380510,"weigh":0,"status":1,"alwaysShow":1,"path":"params/list","isFrame":0},{"id":8,"pid":2,"name":"system/auth/menuList","title":"菜单管理","icon":"nested","condition":"","remark":"","menu_type":1,"createtime":1497429920,"updatetime":1592380548,"weigh":0,"status":1,"alwaysShow":1,"path":"menuList","isFrame":0},{"id":16,"pid":8,"name":"system/auth/addMenu","title":"添加菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357208,"updatetime":1592357280,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":17,"pid":8,"name":"system/auth/editMenu","title":"修改菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357231,"updatetime":1592357274,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":18,"pid":8,"name":"system/auth/deleteMenu","title":"删除菜单","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592357268,"updatetime":1592357268,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":19,"pid":5,"name":"system/config/dict/add","title":"添加字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363585,"updatetime":1592363585,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":20,"pid":5,"name":"system/config/dict/edit","title":"修改字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363604,"updatetime":1592363604,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":21,"pid":5,"name":"system/config/dict/delete","title":"删除字典","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363629,"updatetime":1592363629,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":22,"pid":5,"name":"system/config/dict/dataList","title":"字典数据管理","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592363790,"updatetime":1592365455,"weigh":0,"status":1,"alwaysShow":1,"path":"dataList","isFrame":0},{"id":23,"pid":5,"name":"system/config/dict/dataAdd","title":"添加字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380398,"updatetime":1593411393,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":24,"pid":5,"name":"system/config/dict/dataEdit","title":"修改字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380417,"updatetime":1593411398,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":25,"pid":5,"name":"system/config/dict/dataDelete","title":"删除字典数据","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592380449,"updatetime":1593411403,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":26,"pid":2,"name":"system/auth/roleList","title":"角色管理","icon":"logininfor","condition":"","remark":"","menu_type":1,"createtime":1592385260,"updatetime":1592385291,"weigh":0,"status":1,"alwaysShow":1,"path":"role","isFrame":0},{"id":27,"pid":26,"name":"system/auth/addRole","title":"添加角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592389821,"updatetime":1592389821,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":28,"pid":2,"name":"system/auth/dept","title":"部门管理","icon":"peoples","condition":"","remark":"","menu_type":1,"createtime":1592449845,"updatetime":1592449845,"weigh":0,"status":1,"alwaysShow":1,"path":"dept","isFrame":0},{"id":29,"pid":26,"name":"system/auth/editRole","title":"修改角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469153,"updatetime":1592469153,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":30,"pid":26,"name":"system/auth/statusSetRole","title":"设置角色状态","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469201,"updatetime":1592469201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":31,"pid":26,"name":"system/auth/deleteRole","title":"删除角色","icon":"","condition":"","remark":"","menu_type":2,"createtime":1592469234,"updatetime":1592469234,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":33,"pid":2,"name":"system/auth/post","title":"岗位管理","icon":"tab","condition":"","remark":"","menu_type":1,"createtime":1592558968,"updatetime":1592558968,"weigh":0,"status":1,"alwaysShow":1,"path":"post","isFrame":0},{"id":34,"pid":3,"name":"system/monitor/online/list","title":"在线用户","icon":"cascader","condition":"","remark":"","menu_type":1,"createtime":1593328511,"updatetime":1593328511,"weigh":0,"status":1,"alwaysShow":1,"path":"online","isFrame":0},{"id":36,"pid":3,"name":"system/monitor/job","title":"定时任务","icon":"clipboard","condition":"","remark":"","menu_type":1,"createtime":1593332305,"updatetime":1593332434,"weigh":0,"status":1,"alwaysShow":1,"path":"job","isFrame":0},{"id":37,"pid":3,"name":"system/monitor/server","title":"服务监控","icon":"dict","condition":"","remark":"","menu_type":1,"createtime":1593419394,"updatetime":1593419394,"weigh":0,"status":1,"alwaysShow":1,"path":"server","isFrame":0},{"id":38,"pid":3,"name":"system/monitor/logininfor","title":"登录日志","icon":"chart","condition":"","remark":"","menu_type":1,"createtime":1593423378,"updatetime":1593423505,"weigh":0,"status":1,"alwaysShow":1,"path":"logininfor","isFrame":0},{"id":39,"pid":3,"name":"system/monitor/operlog","title":"操作日志","icon":"dashboard","condition":"","remark":"","menu_type":1,"createtime":1593485097,"updatetime":1593485097,"weigh":0,"status":1,"alwaysShow":1,"path":"operlog","isFrame":0},{"id":40,"pid":2,"name":"system/auth/userList","title":"用户管理","icon":"user","condition":"","remark":"","menu_type":1,"createtime":1593572523,"updatetime":1593572523,"weigh":0,"status":1,"alwaysShow":1,"path":"user","isFrame":0},{"id":41,"pid":6,"name":"system/config/params/add","title":"添加参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684331,"updatetime":1593684331,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":42,"pid":6,"name":"system/config/params/edit","title":"修改参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684351,"updatetime":1593684351,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":43,"pid":6,"name":"system/config/params/delete","title":"删除参数","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593684470,"updatetime":1593684470,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":44,"pid":28,"name":"system/dept/addDept","title":"添加部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738070,"updatetime":1593738070,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":45,"pid":28,"name":"system/dept/editDept","title":"修改部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738097,"updatetime":1593738097,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":46,"pid":28,"name":"system/dept/delDept","title":"删除部门","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738125,"updatetime":1593738125,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":47,"pid":33,"name":"system/post/add","title":"添加岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738444,"updatetime":1593738444,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":48,"pid":33,"name":"system/post/edit","title":"修改岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738567,"updatetime":1593738567,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":49,"pid":33,"name":"system/post/delete","title":"删除岗位","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738590,"updatetime":1593738590,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":50,"pid":40,"name":"system/auth/addUser","title":"添加用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738798,"updatetime":1593738798,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":51,"pid":40,"name":"system/auth/editUser","title":"修改用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593738950,"updatetime":1593738950,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":52,"pid":40,"name":"system/auth/resetUserPwd","title":"密码重置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739001,"updatetime":1593739001,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":53,"pid":40,"name":"system/auth/changeUserStatus","title":"状态设置","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739079,"updatetime":1593739079,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":54,"pid":40,"name":"system/auth/deleteAdmin","title":"删除用户","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739113,"updatetime":1593739113,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":55,"pid":34,"name":"system/monitor/online/forceLogout","title":"强制退出","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593739201,"updatetime":1593739201,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":56,"pid":36,"name":"system/monitor/job/add","title":"添加任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740041,"updatetime":1593740041,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":57,"pid":36,"name":"system/monitor/job/edit","title":"修改任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740062,"updatetime":1593740062,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":58,"pid":36,"name":"system/monitor/job/start","title":"开启任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740105,"updatetime":1593740105,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":59,"pid":36,"name":"system/monitor/job/stop","title":"停止任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740139,"updatetime":1593740139,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":60,"pid":36,"name":"system/monitor/job/delete","title":"删除任务","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740165,"updatetime":1593740165,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":61,"pid":38,"name":"system/monitor/loginlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740342,"updatetime":1593740342,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":62,"pid":38,"name":"system/monitor/loginlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740359,"updatetime":1593740359,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":63,"pid":39,"name":"system/monitor/operlog/delete","title":"删除","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740422,"updatetime":1593740422,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":64,"pid":39,"name":"system/monitor/operlog/clear","title":"清空","icon":"","condition":"","remark":"","menu_type":2,"createtime":1593740434,"updatetime":1593740434,"weigh":0,"status":1,"alwaysShow":1,"path":"","isFrame":0},{"id":75,"pid":0,"name":"system/tools","title":"系统工具","icon":"server","condition":"","remark":"","menu_type":0,"createtime":1594016328,"updatetime":1594016328,"weigh":0,"status":1,"alwaysShow":1,"path":"system/tools","isFrame":0},{"id":76,"pid":75,"name":"system/tools/build","title":"表单构建","icon":"build","condition":"","remark":"","menu_type":1,"createtime":1594016392,"updatetime":1594016808,"weigh":0,"status":1,"alwaysShow":1,"path":"build","isFrame":0},{"id":77,"pid":75,"name":"system/tools/gen","title":"代码生成","icon":"code","condition":"","remark":"","menu_type":1,"createtime":1594016637,"updatetime":1594016637,"weigh":0,"status":1,"alwaysShow":1,"path":"gen","isFrame":0}]
- 2020-07-14 09:29:05.717 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_show_hide' AND `status`=1
- 2020-07-14 09:29:05.725 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
- 2020-07-14 09:29:05.726 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_show_hide' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:29:05.727 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
- 2020-07-14 09:29:05.728 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_data` WHERE `dict_type`='sys_normal_disable' ORDER BY `dict_sort` ASC,`dict_code` ASC
- 2020-07-14 09:29:05.731 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`status`,`oper_name`,`dept_name`,`oper_location`,`oper_param`,`request_method`,`oper_ip`,`json_result`,`error_msg`,`oper_time`,`oper_id`,`business_type`,`method`,`operator_type`,`oper_url`,`title`) VALUES(1,'admin','','内网IP','{}','GET','[::1]','{"code":0,"msg":"成功"}','',1594690145,0,0,'/system/auth/menuList',1,'/system/auth/menuList','菜单管理') ON DUPLICATE KEY UPDATE `oper_param`=VALUES(`oper_param`),`request_method`=VALUES(`request_method`),`dept_name`=VALUES(`dept_name`),`oper_location`=VALUES(`oper_location`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`oper_id`=VALUES(`oper_id`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`operator_type`=VALUES(`operator_type`),`oper_url`=VALUES(`oper_url`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`method`=VALUES(`method`),`oper_name`=VALUES(`oper_name`),`status`=VALUES(`status`)
- 2020-07-14 09:29:07.566 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` WHERE id=2
- 2020-07-14 09:29:07.569 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`oper_id`,`method`,`dept_name`,`oper_url`,`oper_time`,`business_type`,`oper_ip`,`json_result`,`title`,`request_method`,`oper_name`,`oper_location`,`status`,`operator_type`,`oper_param`,`error_msg`) VALUES(0,'/system/auth/editMenu','','/system/auth/editMenu?menuId=2',1594690147,0,'[::1]','{"code":0,"msg":"成功"}','修改菜单','GET','admin','内网IP',1,1,'{"menuId":"2"}','') ON DUPLICATE KEY UPDATE `business_type`=VALUES(`business_type`),`oper_ip`=VALUES(`oper_ip`),`json_result`=VALUES(`json_result`),`title`=VALUES(`title`),`request_method`=VALUES(`request_method`),`oper_name`=VALUES(`oper_name`),`oper_location`=VALUES(`oper_location`),`status`=VALUES(`status`),`operator_type`=VALUES(`operator_type`),`oper_param`=VALUES(`oper_param`),`error_msg`=VALUES(`error_msg`),`oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_time`=VALUES(`oper_time`)
- 2020-07-14 09:29:08.767 [DEBU] [ 1 ms] INSERT INTO `sys_oper_log`(`request_method`,`operator_type`,`dept_name`,`oper_url`,`oper_ip`,`oper_param`,`error_msg`,`oper_time`,`oper_id`,`method`,`title`,`business_type`,`oper_name`,`oper_location`,`json_result`,`status`) VALUES('POST',1,'','/system/auth/editMenu','[::1]','{"component":"system/auth","icon":"peoples","isFrame":"0","menuId":2,"menuName":"权限管理","menuType":"0","orderNum":0,"parentId":0,"path":"system/auth","status":"1","visible":"1"}','',1594690148,0,'/system/auth/editMenu','修改菜单',0,'admin','内网IP','{"code":-1,"msg":"演示系统禁止操作"}',0) ON DUPLICATE KEY UPDATE `oper_id`=VALUES(`oper_id`),`method`=VALUES(`method`),`title`=VALUES(`title`),`business_type`=VALUES(`business_type`),`oper_name`=VALUES(`oper_name`),`oper_location`=VALUES(`oper_location`),`json_result`=VALUES(`json_result`),`status`=VALUES(`status`),`error_msg`=VALUES(`error_msg`),`oper_time`=VALUES(`oper_time`),`request_method`=VALUES(`request_method`),`operator_type`=VALUES(`operator_type`),`dept_name`=VALUES(`dept_name`),`oper_url`=VALUES(`oper_url`),`oper_ip`=VALUES(`oper_ip`),`oper_param`=VALUES(`oper_param`)
|