2020-07-14.log 241 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. 2020-07-14 09:12:41.581 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `sys_job`
  2. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  3. Stack:
  4. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  5. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  6. 2. gfast/app/model/admin/sys_job.(*arModel).All
  7. D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job_model.go:279
  8. 3. gfast/app/model/admin/sys_job.GetJobs
  9. D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job.go:45
  10. 4. gfast/app/service/admin/monitor_service.init.0
  11. D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:10
  12. 2020-07-14 09:12:41.593 [ERRO] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
  13. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  14. Stack:
  15. 1. gfast/app/model/admin/sys_job.(*arModel).All
  16. D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job_model.go:279
  17. 2. gfast/app/model/admin/sys_job.GetJobs
  18. D:/goProject/p2020/gfast_open/app/model/admin/sys_job/sys_job.go:45
  19. 3. gfast/app/service/admin/monitor_service.init.0
  20. D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:10
  21. 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
  22. Stack:
  23. 1. gfast/app/service/admin/monitor_service.init.0
  24. D:/goProject/p2020/gfast_open/app/service/admin/monitor_service/job.go:12
  25. 2020-07-14 09:13:22.938 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `user`
  26. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  27. Stack:
  28. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  29. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  30. 2. gfast/app/model/admin/user.(*arModel).One
  31. D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
  32. 3. gfast/app/model/admin/user.GetUserById
  33. D:/goProject/p2020/gfast_open/app/model/admin/user/user.go:67
  34. 4. gfast/app/service/admin/user_service.GetCurrentUser
  35. D:/goProject/p2020/gfast_open/app/service/admin/user_service/user.go:130
  36. 5. gfast/app/controller/admin.(*Index).GetInfo
  37. D:/goProject/p2020/gfast_open/app/controller/admin/index.go:18
  38. 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
  39. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
  40. 7. github.com/gogf/gf/net/ghttp.niceCallFunc
  41. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  42. 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  43. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
  44. 9. github.com/gogf/gf/util/gutil.TryCatch
  45. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  46. 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  47. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  48. 11. gfast/middleWare.Auth
  49. D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
  50. 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
  51. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
  52. 13. github.com/gogf/gf/net/ghttp.niceCallFunc
  53. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  54. 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  55. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
  56. 15. github.com/gogf/gf/util/gutil.TryCatch
  57. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  58. 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  59. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  60. 17. gfast/middleWare.CORS
  61. D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
  62. 18. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  63. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  64. 19. github.com/gogf/gf/net/ghttp.niceCallFunc
  65. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  66. 20. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  67. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  68. 21. github.com/gogf/gf/util/gutil.TryCatch
  69. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  70. 22. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  71. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  72. 23. gfast/library/service.AuthAfterFunc
  73. D:/goProject/p2020/gfast_open/library/service/service.go:156
  74. 24. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
  75. D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
  76. 25. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  77. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  78. 26. github.com/gogf/gf/net/ghttp.niceCallFunc
  79. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  80. 27. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  81. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  82. 28. github.com/gogf/gf/util/gutil.TryCatch
  83. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  84. 29. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  85. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  86. 30. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  87. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
  88. 2020-07-14 09:13:22.943 [ERRO] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
  89. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  90. Stack:
  91. 1. gfast/app/model/admin/user.(*arModel).One
  92. D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
  93. 2. gfast/app/model/admin/user.GetUserById
  94. D:/goProject/p2020/gfast_open/app/model/admin/user/user.go:67
  95. 3. gfast/app/service/admin/user_service.GetCurrentUser
  96. D:/goProject/p2020/gfast_open/app/service/admin/user_service/user.go:130
  97. 4. gfast/app/controller/admin.(*Index).GetInfo
  98. D:/goProject/p2020/gfast_open/app/controller/admin/index.go:18
  99. 5. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
  100. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
  101. 6. github.com/gogf/gf/net/ghttp.niceCallFunc
  102. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  103. 7. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  104. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
  105. 8. github.com/gogf/gf/util/gutil.TryCatch
  106. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  107. 9. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  108. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  109. 10. gfast/middleWare.Auth
  110. D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
  111. 11. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
  112. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
  113. 12. github.com/gogf/gf/net/ghttp.niceCallFunc
  114. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  115. 13. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  116. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
  117. 14. github.com/gogf/gf/util/gutil.TryCatch
  118. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  119. 15. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  120. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  121. 16. gfast/middleWare.CORS
  122. D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
  123. 17. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  124. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  125. 18. github.com/gogf/gf/net/ghttp.niceCallFunc
  126. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  127. 19. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  128. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  129. 20. github.com/gogf/gf/util/gutil.TryCatch
  130. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  131. 21. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  132. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  133. 22. gfast/library/service.AuthAfterFunc
  134. D:/goProject/p2020/gfast_open/library/service/service.go:156
  135. 23. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
  136. D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
  137. 24. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  138. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  139. 25. github.com/gogf/gf/net/ghttp.niceCallFunc
  140. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  141. 26. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  142. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  143. 27. github.com/gogf/gf/util/gutil.TryCatch
  144. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  145. 28. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  146. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  147. 29. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  148. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
  149. 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
  150. Stack:
  151. 1. gfast/app/controller/admin.(*Index).GetInfo
  152. D:/goProject/p2020/gfast_open/app/controller/admin/index.go:20
  153. 2. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.6
  154. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:95
  155. 3. github.com/gogf/gf/net/ghttp.niceCallFunc
  156. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  157. 4. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  158. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:94
  159. 5. github.com/gogf/gf/util/gutil.TryCatch
  160. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  161. 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  162. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  163. 7. gfast/middleWare.Auth
  164. D:/goProject/p2020/gfast_open/middleWare/middleware.go:32
  165. 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.1
  166. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:53
  167. 9. github.com/gogf/gf/net/ghttp.niceCallFunc
  168. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  169. 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  170. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:52
  171. 11. github.com/gogf/gf/util/gutil.TryCatch
  172. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  173. 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  174. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  175. 13. gfast/middleWare.CORS
  176. D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
  177. 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  178. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  179. 15. github.com/gogf/gf/net/ghttp.niceCallFunc
  180. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  181. 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  182. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  183. 17. github.com/gogf/gf/util/gutil.TryCatch
  184. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  185. 18. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  186. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  187. 19. gfast/library/service.AuthAfterFunc
  188. D:/goProject/p2020/gfast_open/library/service/service.go:156
  189. 20. github.com/goflyfox/gtoken/gtoken.(*GfToken).AuthMiddleware
  190. D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:294
  191. 21. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  192. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  193. 22. github.com/gogf/gf/net/ghttp.niceCallFunc
  194. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  195. 23. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  196. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  197. 24. github.com/gogf/gf/util/gutil.TryCatch
  198. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  199. 25. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  200. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  201. 26. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  202. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
  203. 2020-07-14 09:13:22.946 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `auth_rule`
  204. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  205. Stack:
  206. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  207. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  208. 2. gfast/app/model/admin/auth_rule.(*arModel).FindAll
  209. D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule_model.go:334
  210. 3. gfast/app/model/admin/auth_rule.GetMenuList
  211. D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule.go:38
  212. 4. gfast/app/service/admin/auth_service.GetMenuList
  213. D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:65
  214. 5. gfast/hook.OperationLog
  215. D:/goProject/p2020/gfast_open/hook/hook.go:21
  216. 6. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
  217. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
  218. 7. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
  219. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
  220. 8. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  221. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
  222. 2020-07-14 09:13:22.948 [ERRO] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  223. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  224. Stack:
  225. 1. gfast/app/model/admin/auth_rule.(*arModel).FindAll
  226. D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule_model.go:334
  227. 2. gfast/app/model/admin/auth_rule.GetMenuList
  228. D:/goProject/p2020/gfast_open/app/model/admin/auth_rule/auth_rule.go:38
  229. 3. gfast/app/service/admin/auth_service.GetMenuList
  230. D:/goProject/p2020/gfast_open/app/service/admin/auth_service/auth_rule.go:65
  231. 4. gfast/hook.OperationLog
  232. D:/goProject/p2020/gfast_open/hook/hook.go:21
  233. 5. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
  234. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
  235. 6. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
  236. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
  237. 7. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  238. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
  239. 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
  240. Stack:
  241. 1. gfast/hook.OperationLog
  242. D:/goProject/p2020/gfast_open/hook/hook.go:23
  243. 2. github.com/gogf/gf/net/ghttp.(*Server).niceCallHookHandler
  244. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:88
  245. 3. github.com/gogf/gf/net/ghttp.(*Server).callHookHandler
  246. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_router_hook.go:46
  247. 4. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  248. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:166
  249. 2020-07-14 09:13:32.560 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `user`
  250. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  251. Stack:
  252. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  253. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  254. 2. gfast/app/model/admin/user.(*arModel).One
  255. D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
  256. 3. gfast/library/service.signIn
  257. D:/goProject/p2020/gfast_open/library/service/service.go:188
  258. 4. gfast/library/service.AdminLogin
  259. D:/goProject/p2020/gfast_open/library/service/service.go:108
  260. 5. github.com/goflyfox/gtoken/gtoken.(*GfToken).Login
  261. D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:236
  262. 6. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.8
  263. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:111
  264. 7. github.com/gogf/gf/net/ghttp.niceCallFunc
  265. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  266. 8. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  267. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:110
  268. 9. github.com/gogf/gf/util/gutil.TryCatch
  269. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  270. 10. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  271. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  272. 11. gfast/middleWare.CORS
  273. D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
  274. 12. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  275. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  276. 13. github.com/gogf/gf/net/ghttp.niceCallFunc
  277. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  278. 14. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  279. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  280. 15. github.com/gogf/gf/util/gutil.TryCatch
  281. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  282. 16. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  283. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  284. 17. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  285. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
  286. 2020-07-14 09:13:32.568 [ERRO] [ 3 ms] SELECT * FROM `user` WHERE user_name='admin' and user_password='IJ1xz+Wve+ZONVMFfXJQMw=='
  287. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  288. Stack:
  289. 1. gfast/app/model/admin/user.(*arModel).One
  290. D:/goProject/p2020/gfast_open/app/model/admin/user/user_model.go:221
  291. 2. gfast/library/service.signIn
  292. D:/goProject/p2020/gfast_open/library/service/service.go:188
  293. 3. gfast/library/service.AdminLogin
  294. D:/goProject/p2020/gfast_open/library/service/service.go:108
  295. 4. github.com/goflyfox/gtoken/gtoken.(*GfToken).Login
  296. D:/goPath/pkg/mod/github.com/goflyfox/gtoken@v1.3.17/gtoken/gtoken.go:236
  297. 5. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.8
  298. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:111
  299. 6. github.com/gogf/gf/net/ghttp.niceCallFunc
  300. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  301. 7. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  302. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:110
  303. 8. github.com/gogf/gf/util/gutil.TryCatch
  304. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  305. 9. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  306. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  307. 10. gfast/middleWare.CORS
  308. D:/goProject/p2020/gfast_open/middleWare/middleware.go:19
  309. 11. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1.9
  310. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:117
  311. 12. github.com/gogf/gf/net/ghttp.niceCallFunc
  312. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_func.go:75
  313. 13. github.com/gogf/gf/net/ghttp.(*Middleware).Next.func1
  314. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:116
  315. 14. github.com/gogf/gf/util/gutil.TryCatch
  316. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/util/gutil/gutil.go:26
  317. 15. github.com/gogf/gf/net/ghttp.(*Middleware).Next
  318. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_request_middleware.go:47
  319. 16. github.com/gogf/gf/net/ghttp.(*Server).ServeHTTP
  320. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/net/ghttp/ghttp_server_handler.go:111
  321. 2020-07-14 09:13:32.575 [ERRO] [ 3 ms] SHOW FULL COLUMNS FROM `sys_login_log`
  322. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  323. Stack:
  324. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  325. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  326. 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
  327. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
  328. 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
  329. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
  330. 4. gfast/library/service.loginLog
  331. D:/goProject/p2020/gfast_open/library/service/service.go:219
  332. 2020-07-14 09:13:32.578 [ERRO] [ 2 ms] SHOW FULL COLUMNS FROM `sys_login_log`
  333. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  334. Stack:
  335. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  336. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  337. 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
  338. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
  339. 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
  340. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
  341. 4. gfast/library/service.loginLog
  342. D:/goProject/p2020/gfast_open/library/service/service.go:219
  343. 2020-07-14 09:13:32.581 [ERRO] [ 1 ms] SHOW FULL COLUMNS FROM `sys_login_log`
  344. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  345. Stack:
  346. 1. github.com/gogf/gf/os/gcache.(*memCache).GetOrSetFunc
  347. D:/goPath/pkg/mod/github.com/gogf/gf@v1.13.1/os/gcache/gcache_mem_cache.go:250
  348. 2. gfast/app/model/admin/sys_login_log.(*arModel).Save
  349. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
  350. 3. gfast/app/model/admin/sys_login_log.(*Entity).Save
  351. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
  352. 4. gfast/library/service.loginLog
  353. D:/goProject/p2020/gfast_open/library/service/service.go:219
  354. 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==\'
  355. ') 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`)
  356. Error: Error 1045: Access denied for user 'root'@'SC-201910081839' (using password: YES)
  357. Stack:
  358. 1. gfast/app/model/admin/sys_login_log.(*arModel).Save
  359. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_model.go:246
  360. 2. gfast/app/model/admin/sys_login_log.(*Entity).Save
  361. D:/goProject/p2020/gfast_open/app/model/admin/sys_login_log/sys_login_log_entity.go:47
  362. 3. gfast/library/service.loginLog
  363. D:/goProject/p2020/gfast_open/library/service/service.go:219
  364. 2020-07-14 09:13:59.390 [DEBU] [ 9 ms] SHOW FULL COLUMNS FROM `sys_job`
  365. 2020-07-14 09:13:59.402 [DEBU] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
  366. 2020-07-14 09:14:39.001 [DEBU] [ 16 ms] SHOW FULL COLUMNS FROM `user`
  367. 2020-07-14 09:14:39.002 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE user_name='admin' and user_password='IJ1xz+Wve+ZONVMFfXJQMw=='
  368. 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)
  369. 2020-07-14 09:14:39.057 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_login_log`
  370. 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`)
  371. 2020-07-14 09:14:39.061 [DEBU] [ 10 ms] SHOW FULL COLUMNS FROM `user_online`
  372. 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`)
  373. 2020-07-14 09:14:39.096 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
  374. 2020-07-14 09:14:39.103 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `role`
  375. 2020-07-14 09:14:39.104 [DEBU] [ 1 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
  376. 2020-07-14 09:14:39.112 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `casbin_rule`
  377. 2020-07-14 09:14:39.113 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
  378. 2020-07-14 09:14:39.122 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `auth_rule`
  379. 2020-07-14 09:14:39.123 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  380. 2020-07-14 09:14:39.134 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
  381. 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`)
  382. 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`)
  383. 2020-07-14 09:14:45.872 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
  384. 2020-07-14 09:14:45.873 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
  385. 2020-07-14 09:14:45.873 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
  386. 2020-07-14 09:14:45.875 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_normal_disable'
  387. 2020-07-14 09:14:45.880 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
  388. 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
  389. 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`)
  390. 2020-07-14 09:14:47.876 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_config`
  391. 2020-07-14 09:14:47.877 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_config`
  392. 2020-07-14 09:14:47.880 [DEBU] [ 1 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
  393. 2020-07-14 09:14:47.881 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_yes_no' AND `status`=1
  394. 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
  395. 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`)
  396. 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}]
  397. 2020-07-14 09:14:58.943 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_show_hide'
  398. 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
  399. 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`)
  400. 2020-07-14 09:15:05.179 [DEBU] [ 0 ms] DELETE FROM `auth_rule` WHERE id in (78,79,80,81)
  401. 2020-07-14 09:15:05.181 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  402. 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`)
  403. 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}]
  404. 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`)
  405. 2020-07-14 09:17:18.152 [DEBU] [ 3 ms] SELECT * FROM `user` WHERE `id`=1
  406. 2020-07-14 09:17:18.153 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
  407. 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`)
  408. 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`)
  409. 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}]
  410. 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`)
  411. 2020-07-14 09:22:48.662 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_job`
  412. 2020-07-14 09:22:48.674 [DEBU] [ 11 ms] SELECT * FROM `sys_job` WHERE `status`=0
  413. 2020-07-14 09:22:56.664 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `user`
  414. 2020-07-14 09:22:56.665 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
  415. 2020-07-14 09:22:56.670 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `role`
  416. 2020-07-14 09:22:56.671 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
  417. 2020-07-14 09:22:56.677 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `casbin_rule`
  418. 2020-07-14 09:22:56.678 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
  419. 2020-07-14 09:22:56.693 [DEBU] [ 12 ms] SHOW FULL COLUMNS FROM `auth_rule`
  420. 2020-07-14 09:22:56.699 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  421. 2020-07-14 09:22:56.717 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
  422. 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`)
  423. 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`)
  424. 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}]
  425. 2020-07-14 09:22:57.129 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
  426. 2020-07-14 09:22:57.130 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_show_hide'
  427. 2020-07-14 09:22:57.135 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
  428. 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
  429. 2020-07-14 09:22:57.139 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
  430. 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
  431. 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`)
  432. 2020-07-14 09:23:09.460 [DEBU] [ 1 ms] DELETE FROM `auth_rule` WHERE id in (72,73,74)
  433. 2020-07-14 09:23:09.461 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  434. 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`)
  435. 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}]
  436. 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`)
  437. 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)
  438. 2020-07-14 09:23:21.059 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  439. 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`)
  440. 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}]
  441. 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`)
  442. 2020-07-14 09:23:23.260 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
  443. 2020-07-14 09:23:23.264 [DEBU] [ 3 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
  444. 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`)
  445. 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`)
  446. 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}]
  447. 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`)
  448. 2020-07-14 09:23:27.427 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `user_online`
  449. 2020-07-14 09:23:27.428 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `user_online`
  450. 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
  451. 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`)
  452. 2020-07-14 09:23:29.252 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_job`
  453. 2020-07-14 09:23:29.252 [DEBU] [ 0 ms] SELECT * FROM `sys_job` ORDER BY `job_id` asc LIMIT 0,10
  454. 2020-07-14 09:23:29.253 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_status' AND `status`=1
  455. 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
  456. 2020-07-14 09:23:29.256 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_group' AND `status`=1
  457. 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
  458. 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`)
  459. 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`)
  460. 2020-07-14 09:23:34.208 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_login_log`
  461. 2020-07-14 09:23:34.209 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_login_log`
  462. 2020-07-14 09:23:34.212 [DEBU] [ 3 ms] SELECT * FROM `sys_login_log` ORDER BY `login_time` DESC LIMIT 0,10
  463. 2020-07-14 09:23:34.213 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='admin_login_status' AND `status`=1
  464. 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
  465. 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`)
  466. 2020-07-14 09:23:35.604 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_oper_log`
  467. 2020-07-14 09:23:35.606 [DEBU] [ 2 ms] SELECT * FROM `sys_oper_log` ORDER BY `oper_time` DESC LIMIT 0,10
  468. 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
  469. 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
  470. 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
  471. 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
  472. 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`)
  473. 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`)
  474. 2020-07-14 09:23:41.746 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `gen_table`
  475. 2020-07-14 09:23:41.747 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
  476. 2020-07-14 09:23:41.747 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
  477. 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`)
  478. 2020-07-14 09:23:46.437 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
  479. 2020-07-14 09:23:46.438 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
  480. 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`)
  481. 2020-07-14 09:23:48.131 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_config`
  482. 2020-07-14 09:23:48.132 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_config`
  483. 2020-07-14 09:23:48.132 [DEBU] [ 0 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
  484. 2020-07-14 09:23:48.134 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_yes_no' AND `status`=1
  485. 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
  486. 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`)
  487. 2020-07-14 09:23:55.015 [DEBU] [ 1 ms] SELECT * FROM `user` WHERE `id`=1
  488. 2020-07-14 09:23:55.019 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `user_post`
  489. 2020-07-14 09:23:55.025 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_post`
  490. 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
  491. 2020-07-14 09:23:55.031 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dept`
  492. 2020-07-14 09:23:55.032 [DEBU] [ 1 ms] SELECT * FROM `sys_dept` WHERE `dept_id`=101
  493. 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`)
  494. 2020-07-14 09:27:24.160 [DEBU] [ 9 ms] SHOW FULL COLUMNS FROM `sys_job`
  495. 2020-07-14 09:27:24.171 [DEBU] [ 10 ms] SELECT * FROM `sys_job` WHERE `status`=0
  496. 2020-07-14 09:27:37.555 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `user`
  497. 2020-07-14 09:27:37.556 [DEBU] [ 0 ms] SELECT * FROM `user` WHERE `id`=1
  498. 2020-07-14 09:27:37.561 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `role`
  499. 2020-07-14 09:27:37.561 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `list_order` asc,`id` asc
  500. 2020-07-14 09:27:37.567 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `casbin_rule`
  501. 2020-07-14 09:27:37.568 [DEBU] [ 0 ms] SELECT * FROM `casbin_rule`
  502. 2020-07-14 09:27:37.584 [DEBU] [ 11 ms] SHOW FULL COLUMNS FROM `auth_rule`
  503. 2020-07-14 09:27:37.585 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  504. 2020-07-14 09:27:37.594 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
  505. 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`)
  506. 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`)
  507. 2020-07-14 09:27:42.348 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
  508. 2020-07-14 09:27:42.349 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_dict_type`
  509. 2020-07-14 09:27:42.349 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` ORDER BY `dict_id` asc LIMIT 0,10
  510. 2020-07-14 09:27:42.350 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
  511. 2020-07-14 09:27:42.356 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
  512. 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
  513. 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`)
  514. 2020-07-14 09:27:43.934 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_config`
  515. 2020-07-14 09:27:43.935 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `sys_config`
  516. 2020-07-14 09:27:43.935 [DEBU] [ 0 ms] SELECT * FROM `sys_config` ORDER BY `config_id` asc LIMIT 0,10
  517. 2020-07-14 09:27:43.937 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 AND `dict_type`='sys_yes_no'
  518. 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
  519. 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`)
  520. 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}]
  521. 2020-07-14 09:27:46.626 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_show_hide' AND `status`=1
  522. 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
  523. 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`)
  524. 2020-07-14 09:27:48.042 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `role`
  525. 2020-07-14 09:27:48.043 [DEBU] [ 0 ms] SELECT * FROM `role` ORDER BY `id` asc LIMIT 0,10
  526. 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`)
  527. 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}]
  528. 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`)
  529. 2020-07-14 09:27:56.110 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `sys_job`
  530. 2020-07-14 09:27:56.111 [DEBU] [ 0 ms] SELECT * FROM `sys_job` ORDER BY `job_id` asc LIMIT 0,10
  531. 2020-07-14 09:27:56.112 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_status' AND `status`=1
  532. 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
  533. 2020-07-14 09:27:56.115 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_job_group' AND `status`=1
  534. 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
  535. 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`)
  536. 2020-07-14 09:28:01.093 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `gen_table`
  537. 2020-07-14 09:28:01.093 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
  538. 2020-07-14 09:28:01.094 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
  539. 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`)
  540. 2020-07-14 09:28:03.234 [DEBU] [ 1 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 ORDER BY `dict_id` ASC
  541. 2020-07-14 09:28:03.238 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `gen_table_column`
  542. 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
  543. 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`)
  544. 2020-07-14 09:28:03.243 [DEBU] [ 1 ms] SELECT * FROM `gen_table` WHERE `table_id`=38
  545. 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`)
  546. 2020-07-14 09:28:07.782 [DEBU] [ 1 ms] SELECT COUNT(1) FROM `gen_table`
  547. 2020-07-14 09:28:07.782 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
  548. 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`)
  549. 2020-07-14 09:28:37.309 [DEBU] [ 8 ms] SHOW FULL COLUMNS FROM `sys_job`
  550. 2020-07-14 09:28:37.322 [DEBU] [ 12 ms] SELECT * FROM `sys_job` WHERE `status`=0
  551. 2020-07-14 09:28:41.110 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `gen_table_column`
  552. 2020-07-14 09:28:41.112 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_type`
  553. 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
  554. 2020-07-14 09:28:41.119 [DEBU] [ 6 ms] SELECT * FROM `sys_dict_type` WHERE `status`=1 ORDER BY `dict_id` ASC
  555. 2020-07-14 09:28:41.125 [DEBU] [ 7 ms] SHOW FULL COLUMNS FROM `gen_table`
  556. 2020-07-14 09:28:41.127 [DEBU] [ 1 ms] SELECT * FROM `gen_table` WHERE `table_id`=39
  557. 2020-07-14 09:28:41.130 [DEBU] [ 5 ms] SHOW FULL COLUMNS FROM `auth_rule`
  558. 2020-07-14 09:28:41.131 [DEBU] [ 1 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  559. 2020-07-14 09:28:41.133 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `auth_rule`
  560. 2020-07-14 09:28:41.134 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` ORDER BY `weigh` desc,`id` asc
  561. 2020-07-14 09:28:41.143 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
  562. 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`)
  563. 2020-07-14 09:28:41.146 [DEBU] [ 4 ms] SHOW FULL COLUMNS FROM `sys_oper_log`
  564. 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`)
  565. 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`)
  566. 2020-07-14 09:28:44.982 [DEBU] [ 0 ms] SELECT COUNT(1) FROM `gen_table`
  567. 2020-07-14 09:28:44.984 [DEBU] [ 0 ms] SELECT * FROM `gen_table` ORDER BY `table_id` asc LIMIT 0,10
  568. 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`)
  569. 2020-07-14 09:28:52.856 [DEBU] [ 0 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
  570. 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)
  571. 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`)
  572. 2020-07-14 09:28:56.801 [DEBU] [ 1 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
  573. 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)
  574. 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`)
  575. 2020-07-14 09:29:01.024 [DEBU] [ 0 ms] SELECT * FROM `sys_job` WHERE `job_id`=6
  576. 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`)
  577. 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`)
  578. 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}]
  579. 2020-07-14 09:29:05.717 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_show_hide' AND `status`=1
  580. 2020-07-14 09:29:05.725 [DEBU] [ 6 ms] SHOW FULL COLUMNS FROM `sys_dict_data`
  581. 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
  582. 2020-07-14 09:29:05.727 [DEBU] [ 0 ms] SELECT * FROM `sys_dict_type` WHERE `dict_type`='sys_normal_disable' AND `status`=1
  583. 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
  584. 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`)
  585. 2020-07-14 09:29:07.566 [DEBU] [ 0 ms] SELECT * FROM `auth_rule` WHERE id=2
  586. 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`)
  587. 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`)