admin-service_20260322_0.log 208 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. [2026-03-22 15:35:21.931]  WARN [tofly-base,,,] 16260 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/tofly-base/default": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect
  2. [2026-03-22 15:35:22.004]  WARN [tofly-base,,,] 16260 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder  : Ignore the empty nacos configuration and get it based on dataId[tofly-base] & group[DEFAULT_GROUP]
  3. [2026-03-22 15:35:23.243]  WARN [tofly-base,,,] 16260 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
  4. [2026-03-22 15:35:23.247]  WARN [tofly-base,,,] 16260 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
  5. [2026-03-22 15:35:23.585]  WARN [tofly-base,,,] 16260 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
  6. [2026-03-22 15:35:23.656]  WARN [tofly-base,,,] 16260 --- [ main] o.s.boot.actuate.endpoint.EndpointId  : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.
  7. [2026-03-22 15:35:24.552]  WARN [tofly-base,,,] 16260 --- [ main] io.undertow.websockets.jsr  : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
  8. [2026-03-22 15:35:24.699]  WARN [tofly-base,,,] 16260 --- [ main] c.n.c.sources.URLConfigurationSource  : No URLs will be polled as dynamic configuration sources.
  9. [2026-03-22 15:35:37.993] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.listAppPage
  10. [2026-03-22 15:35:38.005] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectOldApp
  11. [2026-03-22 15:35:38.006] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.getNewVersionInformation
  12. [2026-03-22 15:35:38.029] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.insert!selectKey
  13. [2026-03-22 15:35:38.032] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.insert
  14. [2026-03-22 15:35:38.035] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.delete
  15. [2026-03-22 15:35:38.037] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteByMap
  16. [2026-03-22 15:35:38.038] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteById
  17. [2026-03-22 15:35:38.039] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.deleteBatchIds
  18. [2026-03-22 15:35:38.042] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.update
  19. [2026-03-22 15:35:38.044] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.updateById
  20. [2026-03-22 15:35:38.044] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectById
  21. [2026-03-22 15:35:38.045] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectBatchIds
  22. [2026-03-22 15:35:38.046] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectByMap
  23. [2026-03-22 15:35:38.047] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectOne
  24. [2026-03-22 15:35:38.048] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectCount
  25. [2026-03-22 15:35:38.050] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectMaps
  26. [2026-03-22 15:35:38.051] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectMapsPage
  27. [2026-03-22 15:35:38.053] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectObjs
  28. [2026-03-22 15:35:38.055] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectList
  29. [2026-03-22 15:35:38.056] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AppMapper.selectPage
  30. [2026-03-22 15:35:38.061] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.insert!selectKey
  31. [2026-03-22 15:35:38.062] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.insert
  32. [2026-03-22 15:35:38.062] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.delete
  33. [2026-03-22 15:35:38.064] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteByMap
  34. [2026-03-22 15:35:38.065] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteById
  35. [2026-03-22 15:35:38.066] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.deleteBatchIds
  36. [2026-03-22 15:35:38.067] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.update
  37. [2026-03-22 15:35:38.068] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.updateById
  38. [2026-03-22 15:35:38.068] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectById
  39. [2026-03-22 15:35:38.069] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectBatchIds
  40. [2026-03-22 15:35:38.069] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectByMap
  41. [2026-03-22 15:35:38.070] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectOne
  42. [2026-03-22 15:35:38.071] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectCount
  43. [2026-03-22 15:35:38.072] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectMaps
  44. [2026-03-22 15:35:38.073] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectMapsPage
  45. [2026-03-22 15:35:38.074] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectObjs
  46. [2026-03-22 15:35:38.075] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectList
  47. [2026-03-22 15:35:38.076] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseRolesysMapper.selectPage
  48. [2026-03-22 15:35:38.080] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.insert!selectKey
  49. [2026-03-22 15:35:38.081] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.insert
  50. [2026-03-22 15:35:38.082] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.delete
  51. [2026-03-22 15:35:38.082] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteByMap
  52. [2026-03-22 15:35:38.083] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteById
  53. [2026-03-22 15:35:38.084] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.deleteBatchIds
  54. [2026-03-22 15:35:38.085] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.update
  55. [2026-03-22 15:35:38.085] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.updateById
  56. [2026-03-22 15:35:38.086] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectById
  57. [2026-03-22 15:35:38.086] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectBatchIds
  58. [2026-03-22 15:35:38.087] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectByMap
  59. [2026-03-22 15:35:38.088] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectOne
  60. [2026-03-22 15:35:38.089] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectCount
  61. [2026-03-22 15:35:38.089] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectMaps
  62. [2026-03-22 15:35:38.091] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectMapsPage
  63. [2026-03-22 15:35:38.091] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectObjs
  64. [2026-03-22 15:35:38.092] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectList
  65. [2026-03-22 15:35:38.093] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysMapper.selectPage
  66. [2026-03-22 15:35:38.098] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.insert!selectKey
  67. [2026-03-22 15:35:38.098] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.insert
  68. [2026-03-22 15:35:38.099] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.delete
  69. [2026-03-22 15:35:38.101] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteByMap
  70. [2026-03-22 15:35:38.101] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteById
  71. [2026-03-22 15:35:38.101] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.deleteBatchIds
  72. [2026-03-22 15:35:38.102] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.update
  73. [2026-03-22 15:35:38.103] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.updateById
  74. [2026-03-22 15:35:38.103] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectById
  75. [2026-03-22 15:35:38.104] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectBatchIds
  76. [2026-03-22 15:35:38.104] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectByMap
  77. [2026-03-22 15:35:38.105] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectOne
  78. [2026-03-22 15:35:38.106] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectCount
  79. [2026-03-22 15:35:38.108] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectMaps
  80. [2026-03-22 15:35:38.109] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectMapsPage
  81. [2026-03-22 15:35:38.109] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectObjs
  82. [2026-03-22 15:35:38.110] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectList
  83. [2026-03-22 15:35:38.111] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.BaseSysmenuMapper.selectPage
  84. [2026-03-22 15:35:38.114] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.getListCode
  85. [2026-03-22 15:35:38.115] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.insert!selectKey
  86. [2026-03-22 15:35:38.116] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.insert
  87. [2026-03-22 15:35:38.116] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.delete
  88. [2026-03-22 15:35:38.117] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteByMap
  89. [2026-03-22 15:35:38.118] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteById
  90. [2026-03-22 15:35:38.119] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.deleteBatchIds
  91. [2026-03-22 15:35:38.119] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.update
  92. [2026-03-22 15:35:38.120] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.updateById
  93. [2026-03-22 15:35:38.120] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectById
  94. [2026-03-22 15:35:38.121] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectBatchIds
  95. [2026-03-22 15:35:38.122] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectByMap
  96. [2026-03-22 15:35:38.122] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectOne
  97. [2026-03-22 15:35:38.123] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectCount
  98. [2026-03-22 15:35:38.124] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectMaps
  99. [2026-03-22 15:35:38.124] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectMapsPage
  100. [2026-03-22 15:35:38.125] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectObjs
  101. [2026-03-22 15:35:38.126] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectList
  102. [2026-03-22 15:35:38.127] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CodeMapper.selectPage
  103. [2026-03-22 15:35:38.130] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CommonMapper.getExistsNum
  104. [2026-03-22 15:35:38.130] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CommonMapper.getCodeName
  105. [2026-03-22 15:35:38.134] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.insert!selectKey
  106. [2026-03-22 15:35:38.135] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.insert
  107. [2026-03-22 15:35:38.136] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.delete
  108. [2026-03-22 15:35:38.137] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteByMap
  109. [2026-03-22 15:35:38.137] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteById
  110. [2026-03-22 15:35:38.138] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.deleteBatchIds
  111. [2026-03-22 15:35:38.139] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.update
  112. [2026-03-22 15:35:38.140] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.updateById
  113. [2026-03-22 15:35:38.140] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectById
  114. [2026-03-22 15:35:38.141] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectBatchIds
  115. [2026-03-22 15:35:38.141] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectByMap
  116. [2026-03-22 15:35:38.142] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectOne
  117. [2026-03-22 15:35:38.143] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectCount
  118. [2026-03-22 15:35:38.144] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectMaps
  119. [2026-03-22 15:35:38.145] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectMapsPage
  120. [2026-03-22 15:35:38.146] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectObjs
  121. [2026-03-22 15:35:38.146] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectList
  122. [2026-03-22 15:35:38.147] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.CompanyMapper.selectPage
  123. [2026-03-22 15:35:38.151] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.insert!selectKey
  124. [2026-03-22 15:35:38.151] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.insert
  125. [2026-03-22 15:35:38.152] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.delete
  126. [2026-03-22 15:35:38.153] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteByMap
  127. [2026-03-22 15:35:38.153] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteById
  128. [2026-03-22 15:35:38.154] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.deleteBatchIds
  129. [2026-03-22 15:35:38.155] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.update
  130. [2026-03-22 15:35:38.156] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.updateById
  131. [2026-03-22 15:35:38.156] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectById
  132. [2026-03-22 15:35:38.157] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectBatchIds
  133. [2026-03-22 15:35:38.157] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectByMap
  134. [2026-03-22 15:35:38.158] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectOne
  135. [2026-03-22 15:35:38.159] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectCount
  136. [2026-03-22 15:35:38.160] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectMaps
  137. [2026-03-22 15:35:38.160] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectMapsPage
  138. [2026-03-22 15:35:38.161] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectObjs
  139. [2026-03-22 15:35:38.162] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectList
  140. [2026-03-22 15:35:38.162] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConfigMapper.selectPage
  141. [2026-03-22 15:35:38.165] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.insert!selectKey
  142. [2026-03-22 15:35:38.166] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.insert
  143. [2026-03-22 15:35:38.167] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.delete
  144. [2026-03-22 15:35:38.168] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteByMap
  145. [2026-03-22 15:35:38.169] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteById
  146. [2026-03-22 15:35:38.169] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.deleteBatchIds
  147. [2026-03-22 15:35:38.170] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.update
  148. [2026-03-22 15:35:38.172] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.updateById
  149. [2026-03-22 15:35:38.172] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectById
  150. [2026-03-22 15:35:38.172] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectBatchIds
  151. [2026-03-22 15:35:38.173] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectByMap
  152. [2026-03-22 15:35:38.174] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectOne
  153. [2026-03-22 15:35:38.174] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectCount
  154. [2026-03-22 15:35:38.175] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectMaps
  155. [2026-03-22 15:35:38.176] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectMapsPage
  156. [2026-03-22 15:35:38.177] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectObjs
  157. [2026-03-22 15:35:38.177] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectList
  158. [2026-03-22 15:35:38.178] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ConnectionMapper.selectPage
  159. [2026-03-22 15:35:38.181] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.getDataBackPage
  160. [2026-03-22 15:35:38.183] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.insert
  161. [2026-03-22 15:35:38.183] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.delete
  162. [2026-03-22 15:35:38.184] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteByMap
  163. [2026-03-22 15:35:38.185] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteById
  164. [2026-03-22 15:35:38.185] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.deleteBatchIds
  165. [2026-03-22 15:35:38.186] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.update
  166. [2026-03-22 15:35:38.186] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.updateById
  167. [2026-03-22 15:35:38.186] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectById
  168. [2026-03-22 15:35:38.187] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectBatchIds
  169. [2026-03-22 15:35:38.188] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectByMap
  170. [2026-03-22 15:35:38.188] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectOne
  171. [2026-03-22 15:35:38.189] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectCount
  172. [2026-03-22 15:35:38.190] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectMaps
  173. [2026-03-22 15:35:38.190] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectMapsPage
  174. [2026-03-22 15:35:38.191] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectObjs
  175. [2026-03-22 15:35:38.192] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectList
  176. [2026-03-22 15:35:38.192] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackMapper.selectPage
  177. [2026-03-22 15:35:38.197] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.insert
  178. [2026-03-22 15:35:38.198] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.delete
  179. [2026-03-22 15:35:38.198] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteByMap
  180. [2026-03-22 15:35:38.199] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteById
  181. [2026-03-22 15:35:38.199] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.deleteBatchIds
  182. [2026-03-22 15:35:38.200] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.update
  183. [2026-03-22 15:35:38.201] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.updateById
  184. [2026-03-22 15:35:38.201] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectById
  185. [2026-03-22 15:35:38.202] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectBatchIds
  186. [2026-03-22 15:35:38.202] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectByMap
  187. [2026-03-22 15:35:38.203] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectOne
  188. [2026-03-22 15:35:38.204] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectCount
  189. [2026-03-22 15:35:38.204] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectMaps
  190. [2026-03-22 15:35:38.205] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectMapsPage
  191. [2026-03-22 15:35:38.206] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectObjs
  192. [2026-03-22 15:35:38.207] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectList
  193. [2026-03-22 15:35:38.208] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DataBackPolicyMapper.selectPage
  194. [2026-03-22 15:35:38.211] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.listSourceByDept
  195. [2026-03-22 15:35:38.211] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getCompanyName
  196. [2026-03-22 15:35:38.211] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getStatus
  197. [2026-03-22 15:35:38.211] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getBmName
  198. [2026-03-22 15:35:38.212] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.subList
  199. [2026-03-22 15:35:38.212] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.getRelatedDeptIds
  200. [2026-03-22 15:35:38.213] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.insert!selectKey
  201. [2026-03-22 15:35:38.213] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.insert
  202. [2026-03-22 15:35:38.214] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.delete
  203. [2026-03-22 15:35:38.215] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteByMap
  204. [2026-03-22 15:35:38.215] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteById
  205. [2026-03-22 15:35:38.216] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.deleteBatchIds
  206. [2026-03-22 15:35:38.217] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.update
  207. [2026-03-22 15:35:38.217] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.updateById
  208. [2026-03-22 15:35:38.219] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectById
  209. [2026-03-22 15:35:38.219] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectBatchIds
  210. [2026-03-22 15:35:38.220] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectByMap
  211. [2026-03-22 15:35:38.222] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectOne
  212. [2026-03-22 15:35:38.223] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectCount
  213. [2026-03-22 15:35:38.224] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectMaps
  214. [2026-03-22 15:35:38.225] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectMapsPage
  215. [2026-03-22 15:35:38.227] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectObjs
  216. [2026-03-22 15:35:38.228] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectList
  217. [2026-03-22 15:35:38.229] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentMapper.selectPage
  218. [2026-03-22 15:35:38.233] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.insert!selectKey
  219. [2026-03-22 15:35:38.234] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.insert
  220. [2026-03-22 15:35:38.235] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.delete
  221. [2026-03-22 15:35:38.236] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteByMap
  222. [2026-03-22 15:35:38.237] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteById
  223. [2026-03-22 15:35:38.237] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.deleteBatchIds
  224. [2026-03-22 15:35:38.238] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.update
  225. [2026-03-22 15:35:38.239] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.updateById
  226. [2026-03-22 15:35:38.239] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectById
  227. [2026-03-22 15:35:38.240] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectBatchIds
  228. [2026-03-22 15:35:38.241] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectByMap
  229. [2026-03-22 15:35:38.243] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectOne
  230. [2026-03-22 15:35:38.244] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectCount
  231. [2026-03-22 15:35:38.246] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectMaps
  232. [2026-03-22 15:35:38.247] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectMapsPage
  233. [2026-03-22 15:35:38.248] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectObjs
  234. [2026-03-22 15:35:38.249] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectList
  235. [2026-03-22 15:35:38.250] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.DepartmentsourceMapper.selectPage
  236. [2026-03-22 15:35:38.255] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.insert!selectKey
  237. [2026-03-22 15:35:38.256] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.insert
  238. [2026-03-22 15:35:38.258] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.delete
  239. [2026-03-22 15:35:38.258] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteByMap
  240. [2026-03-22 15:35:38.259] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteById
  241. [2026-03-22 15:35:38.260] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.deleteBatchIds
  242. [2026-03-22 15:35:38.262] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.update
  243. [2026-03-22 15:35:38.264] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.updateById
  244. [2026-03-22 15:35:38.264] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectById
  245. [2026-03-22 15:35:38.265] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectBatchIds
  246. [2026-03-22 15:35:38.266] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectByMap
  247. [2026-03-22 15:35:38.267] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectOne
  248. [2026-03-22 15:35:38.269] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectCount
  249. [2026-03-22 15:35:38.270] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectMaps
  250. [2026-03-22 15:35:38.272] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectMapsPage
  251. [2026-03-22 15:35:38.274] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectObjs
  252. [2026-03-22 15:35:38.275] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectList
  253. [2026-03-22 15:35:38.277] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.FtpfilesMapper.selectPage
  254. [2026-03-22 15:35:38.282] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.listLogPage
  255. [2026-03-22 15:35:38.283] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.countLogType
  256. [2026-03-22 15:35:38.284] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.getOperationRecords
  257. [2026-03-22 15:35:38.284] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.getOneLogInfo
  258. [2026-03-22 15:35:38.287] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.insert!selectKey
  259. [2026-03-22 15:35:38.289] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.insert
  260. [2026-03-22 15:35:38.291] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.delete
  261. [2026-03-22 15:35:38.292] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteByMap
  262. [2026-03-22 15:35:38.294] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteById
  263. [2026-03-22 15:35:38.294] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.deleteBatchIds
  264. [2026-03-22 15:35:38.296] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.update
  265. [2026-03-22 15:35:38.298] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.updateById
  266. [2026-03-22 15:35:38.299] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectById
  267. [2026-03-22 15:35:38.300] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectBatchIds
  268. [2026-03-22 15:35:38.301] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectByMap
  269. [2026-03-22 15:35:38.303] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectOne
  270. [2026-03-22 15:35:38.304] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectCount
  271. [2026-03-22 15:35:38.305] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectMaps
  272. [2026-03-22 15:35:38.307] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectMapsPage
  273. [2026-03-22 15:35:38.308] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectObjs
  274. [2026-03-22 15:35:38.311] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectList
  275. [2026-03-22 15:35:38.313] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.LogMapper.selectPage
  276. [2026-03-22 15:35:38.319] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.listMenusByRoleId
  277. [2026-03-22 15:35:38.319] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.getMenuListByUser
  278. [2026-03-22 15:35:38.319] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.getMenuListByUserId
  279. [2026-03-22 15:35:38.321] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.insert!selectKey
  280. [2026-03-22 15:35:38.323] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.insert
  281. [2026-03-22 15:35:38.325] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.delete
  282. [2026-03-22 15:35:38.327] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteByMap
  283. [2026-03-22 15:35:38.328] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteById
  284. [2026-03-22 15:35:38.329] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.deleteBatchIds
  285. [2026-03-22 15:35:38.331] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.update
  286. [2026-03-22 15:35:38.332] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.updateById
  287. [2026-03-22 15:35:38.332] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectById
  288. [2026-03-22 15:35:38.334] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectBatchIds
  289. [2026-03-22 15:35:38.335] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectByMap
  290. [2026-03-22 15:35:38.336] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectOne
  291. [2026-03-22 15:35:38.338] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectCount
  292. [2026-03-22 15:35:38.339] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectMaps
  293. [2026-03-22 15:35:38.342] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectMapsPage
  294. [2026-03-22 15:35:38.343] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectObjs
  295. [2026-03-22 15:35:38.345] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectList
  296. [2026-03-22 15:35:38.346] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MenuMapper.selectPage
  297. [2026-03-22 15:35:38.356] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.searchWeeklyPage
  298. [2026-03-22 15:35:38.357] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.insert!selectKey
  299. [2026-03-22 15:35:38.359] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.insert
  300. [2026-03-22 15:35:38.360] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.delete
  301. [2026-03-22 15:35:38.361] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteByMap
  302. [2026-03-22 15:35:38.362] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteById
  303. [2026-03-22 15:35:38.363] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.deleteBatchIds
  304. [2026-03-22 15:35:38.364] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.update
  305. [2026-03-22 15:35:38.365] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.updateById
  306. [2026-03-22 15:35:38.365] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectById
  307. [2026-03-22 15:35:38.366] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectBatchIds
  308. [2026-03-22 15:35:38.367] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectByMap
  309. [2026-03-22 15:35:38.368] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectOne
  310. [2026-03-22 15:35:38.369] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectCount
  311. [2026-03-22 15:35:38.370] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectMaps
  312. [2026-03-22 15:35:38.371] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectMapsPage
  313. [2026-03-22 15:35:38.372] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectObjs
  314. [2026-03-22 15:35:38.373] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectList
  315. [2026-03-22 15:35:38.375] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagepushMapper.selectPage
  316. [2026-03-22 15:35:38.379] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.insert!selectKey
  317. [2026-03-22 15:35:38.380] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.insert
  318. [2026-03-22 15:35:38.381] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.delete
  319. [2026-03-22 15:35:38.381] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteByMap
  320. [2026-03-22 15:35:38.382] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteById
  321. [2026-03-22 15:35:38.383] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.deleteBatchIds
  322. [2026-03-22 15:35:38.384] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.update
  323. [2026-03-22 15:35:38.385] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.updateById
  324. [2026-03-22 15:35:38.385] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectById
  325. [2026-03-22 15:35:38.386] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectBatchIds
  326. [2026-03-22 15:35:38.387] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectByMap
  327. [2026-03-22 15:35:38.388] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectOne
  328. [2026-03-22 15:35:38.389] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectCount
  329. [2026-03-22 15:35:38.390] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectMaps
  330. [2026-03-22 15:35:38.391] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectMapsPage
  331. [2026-03-22 15:35:38.392] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectObjs
  332. [2026-03-22 15:35:38.393] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectList
  333. [2026-03-22 15:35:38.394] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.MessagerecipientMapper.selectPage
  334. [2026-03-22 15:35:38.398] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.insert!selectKey
  335. [2026-03-22 15:35:38.399] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.insert
  336. [2026-03-22 15:35:38.400] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.delete
  337. [2026-03-22 15:35:38.401] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteByMap
  338. [2026-03-22 15:35:38.402] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteById
  339. [2026-03-22 15:35:38.403] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.deleteBatchIds
  340. [2026-03-22 15:35:38.404] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.update
  341. [2026-03-22 15:35:38.405] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.updateById
  342. [2026-03-22 15:35:38.405] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectById
  343. [2026-03-22 15:35:38.406] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectBatchIds
  344. [2026-03-22 15:35:38.406] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectByMap
  345. [2026-03-22 15:35:38.407] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectOne
  346. [2026-03-22 15:35:38.408] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectCount
  347. [2026-03-22 15:35:38.409] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectMaps
  348. [2026-03-22 15:35:38.410] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectMapsPage
  349. [2026-03-22 15:35:38.411] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectObjs
  350. [2026-03-22 15:35:38.412] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectList
  351. [2026-03-22 15:35:38.413] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ParamconfigMapper.selectPage
  352. [2026-03-22 15:35:38.418] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.insert!selectKey
  353. [2026-03-22 15:35:38.419] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.insert
  354. [2026-03-22 15:35:38.420] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.delete
  355. [2026-03-22 15:35:38.421] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteByMap
  356. [2026-03-22 15:35:38.422] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteById
  357. [2026-03-22 15:35:38.422] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.deleteBatchIds
  358. [2026-03-22 15:35:38.423] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.update
  359. [2026-03-22 15:35:38.424] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.updateById
  360. [2026-03-22 15:35:38.424] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectById
  361. [2026-03-22 15:35:38.425] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectBatchIds
  362. [2026-03-22 15:35:38.426] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectByMap
  363. [2026-03-22 15:35:38.427] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectOne
  364. [2026-03-22 15:35:38.427] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectCount
  365. [2026-03-22 15:35:38.428] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectMaps
  366. [2026-03-22 15:35:38.429] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectMapsPage
  367. [2026-03-22 15:35:38.430] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectObjs
  368. [2026-03-22 15:35:38.431] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectList
  369. [2026-03-22 15:35:38.432] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PortaluserMapper.selectPage
  370. [2026-03-22 15:35:38.438] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getName
  371. [2026-03-22 15:35:38.438] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getpName
  372. [2026-03-22 15:35:38.438] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getPosition
  373. [2026-03-22 15:35:38.439] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.getAllUserPosition
  374. [2026-03-22 15:35:38.439] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.insert!selectKey
  375. [2026-03-22 15:35:38.440] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.insert
  376. [2026-03-22 15:35:38.453] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.delete
  377. [2026-03-22 15:35:38.454] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteByMap
  378. [2026-03-22 15:35:38.455] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteById
  379. [2026-03-22 15:35:38.456] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.deleteBatchIds
  380. [2026-03-22 15:35:38.457] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.update
  381. [2026-03-22 15:35:38.457] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.updateById
  382. [2026-03-22 15:35:38.457] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectById
  383. [2026-03-22 15:35:38.458] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectBatchIds
  384. [2026-03-22 15:35:38.459] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectByMap
  385. [2026-03-22 15:35:38.459] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectOne
  386. [2026-03-22 15:35:38.460] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectCount
  387. [2026-03-22 15:35:38.462] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectMaps
  388. [2026-03-22 15:35:38.462] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectMapsPage
  389. [2026-03-22 15:35:38.463] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectObjs
  390. [2026-03-22 15:35:38.464] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectList
  391. [2026-03-22 15:35:38.464] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.PositionMapper.selectPage
  392. [2026-03-22 15:35:38.469] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.insert!selectKey
  393. [2026-03-22 15:35:38.470] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.insert
  394. [2026-03-22 15:35:38.471] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.delete
  395. [2026-03-22 15:35:38.472] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteByMap
  396. [2026-03-22 15:35:38.472] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteById
  397. [2026-03-22 15:35:38.473] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.deleteBatchIds
  398. [2026-03-22 15:35:38.474] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.update
  399. [2026-03-22 15:35:38.474] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.updateById
  400. [2026-03-22 15:35:38.474] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectById
  401. [2026-03-22 15:35:38.475] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectBatchIds
  402. [2026-03-22 15:35:38.476] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectByMap
  403. [2026-03-22 15:35:38.476] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectOne
  404. [2026-03-22 15:35:38.477] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectCount
  405. [2026-03-22 15:35:38.478] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectMaps
  406. [2026-03-22 15:35:38.478] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectMapsPage
  407. [2026-03-22 15:35:38.479] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectObjs
  408. [2026-03-22 15:35:38.480] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectList
  409. [2026-03-22 15:35:38.481] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ProjectinfoMapper.selectPage
  410. [2026-03-22 15:35:38.488] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.insert
  411. [2026-03-22 15:35:38.489] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.delete
  412. [2026-03-22 15:35:38.490] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteByMap
  413. [2026-03-22 15:35:38.490] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteById
  414. [2026-03-22 15:35:38.491] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.deleteBatchIds
  415. [2026-03-22 15:35:38.492] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.update
  416. [2026-03-22 15:35:38.493] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.updateById
  417. [2026-03-22 15:35:38.493] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectById
  418. [2026-03-22 15:35:38.493] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectBatchIds
  419. [2026-03-22 15:35:38.494] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectByMap
  420. [2026-03-22 15:35:38.495] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectOne
  421. [2026-03-22 15:35:38.496] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectCount
  422. [2026-03-22 15:35:38.497] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectMaps
  423. [2026-03-22 15:35:38.498] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectMapsPage
  424. [2026-03-22 15:35:38.499] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectObjs
  425. [2026-03-22 15:35:38.500] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectList
  426. [2026-03-22 15:35:38.501] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.QfkhjbxxMapper.selectPage
  427. [2026-03-22 15:35:38.504] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.insert!selectKey
  428. [2026-03-22 15:35:38.505] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.insert
  429. [2026-03-22 15:35:38.505] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.delete
  430. [2026-03-22 15:35:38.506] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteByMap
  431. [2026-03-22 15:35:38.507] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteById
  432. [2026-03-22 15:35:38.508] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.deleteBatchIds
  433. [2026-03-22 15:35:38.508] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.update
  434. [2026-03-22 15:35:38.509] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.updateById
  435. [2026-03-22 15:35:38.509] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectById
  436. [2026-03-22 15:35:38.510] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectBatchIds
  437. [2026-03-22 15:35:38.511] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectByMap
  438. [2026-03-22 15:35:38.512] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectOne
  439. [2026-03-22 15:35:38.513] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectCount
  440. [2026-03-22 15:35:38.514] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectMaps
  441. [2026-03-22 15:35:38.515] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectMapsPage
  442. [2026-03-22 15:35:38.516] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectObjs
  443. [2026-03-22 15:35:38.516] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectList
  444. [2026-03-22 15:35:38.517] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleDeptMapper.selectPage
  445. [2026-03-22 15:35:38.521] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.listMenuByRoleId
  446. [2026-03-22 15:35:38.521] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.listRolesByUserId
  447. [2026-03-22 15:35:38.522] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.insert!selectKey
  448. [2026-03-22 15:35:38.523] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.insert
  449. [2026-03-22 15:35:38.524] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.delete
  450. [2026-03-22 15:35:38.525] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteByMap
  451. [2026-03-22 15:35:38.526] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteById
  452. [2026-03-22 15:35:38.527] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.deleteBatchIds
  453. [2026-03-22 15:35:38.528] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.update
  454. [2026-03-22 15:35:38.529] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.updateById
  455. [2026-03-22 15:35:38.529] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectById
  456. [2026-03-22 15:35:38.530] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectBatchIds
  457. [2026-03-22 15:35:38.531] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectByMap
  458. [2026-03-22 15:35:38.532] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectOne
  459. [2026-03-22 15:35:38.533] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectCount
  460. [2026-03-22 15:35:38.534] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectMaps
  461. [2026-03-22 15:35:38.535] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectMapsPage
  462. [2026-03-22 15:35:38.536] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectObjs
  463. [2026-03-22 15:35:38.537] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectList
  464. [2026-03-22 15:35:38.538] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMapper.selectPage
  465. [2026-03-22 15:35:38.541] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.insert!selectKey
  466. [2026-03-22 15:35:38.542] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.insert
  467. [2026-03-22 15:35:38.544] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.delete
  468. [2026-03-22 15:35:38.545] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteByMap
  469. [2026-03-22 15:35:38.546] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteById
  470. [2026-03-22 15:35:38.546] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.deleteBatchIds
  471. [2026-03-22 15:35:38.547] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.update
  472. [2026-03-22 15:35:38.548] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.updateById
  473. [2026-03-22 15:35:38.548] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectById
  474. [2026-03-22 15:35:38.548] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectBatchIds
  475. [2026-03-22 15:35:38.549] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectByMap
  476. [2026-03-22 15:35:38.550] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectOne
  477. [2026-03-22 15:35:38.551] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectCount
  478. [2026-03-22 15:35:38.552] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectMaps
  479. [2026-03-22 15:35:38.553] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectMapsPage
  480. [2026-03-22 15:35:38.554] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectObjs
  481. [2026-03-22 15:35:38.554] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectList
  482. [2026-03-22 15:35:38.555] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.RoleMenuMapper.selectPage
  483. [2026-03-22 15:35:38.561] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getauditorName
  484. [2026-03-22 15:35:38.562] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getRoleName
  485. [2026-03-22 15:35:38.562] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.getUserSdeversionMap
  486. [2026-03-22 15:35:38.562] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.insert!selectKey
  487. [2026-03-22 15:35:38.563] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.insert
  488. [2026-03-22 15:35:38.564] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.delete
  489. [2026-03-22 15:35:38.565] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteByMap
  490. [2026-03-22 15:35:38.566] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteById
  491. [2026-03-22 15:35:38.566] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.deleteBatchIds
  492. [2026-03-22 15:35:38.568] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.update
  493. [2026-03-22 15:35:38.568] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.updateById
  494. [2026-03-22 15:35:38.568] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectById
  495. [2026-03-22 15:35:38.569] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectBatchIds
  496. [2026-03-22 15:35:38.570] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectByMap
  497. [2026-03-22 15:35:38.571] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectOne
  498. [2026-03-22 15:35:38.572] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectCount
  499. [2026-03-22 15:35:38.573] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectMaps
  500. [2026-03-22 15:35:38.574] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectMapsPage
  501. [2026-03-22 15:35:38.574] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectObjs
  502. [2026-03-22 15:35:38.576] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectList
  503. [2026-03-22 15:35:38.577] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SdeversionMapper.selectPage
  504. [2026-03-22 15:35:38.579] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectNextId
  505. [2026-03-22 15:35:38.581] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.insert
  506. [2026-03-22 15:35:38.582] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.delete
  507. [2026-03-22 15:35:38.583] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteByMap
  508. [2026-03-22 15:35:38.584] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteById
  509. [2026-03-22 15:35:38.584] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.deleteBatchIds
  510. [2026-03-22 15:35:38.585] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.update
  511. [2026-03-22 15:35:38.586] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.updateById
  512. [2026-03-22 15:35:38.586] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectById
  513. [2026-03-22 15:35:38.586] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectBatchIds
  514. [2026-03-22 15:35:38.587] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectByMap
  515. [2026-03-22 15:35:38.588] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectOne
  516. [2026-03-22 15:35:38.589] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectCount
  517. [2026-03-22 15:35:38.590] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectMaps
  518. [2026-03-22 15:35:38.591] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectMapsPage
  519. [2026-03-22 15:35:38.592] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectObjs
  520. [2026-03-22 15:35:38.593] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectList
  521. [2026-03-22 15:35:38.594] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.ShortcutMenuMapper.selectPage
  522. [2026-03-22 15:35:38.597] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.listSources
  523. [2026-03-22 15:35:38.597] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.getSourceByUser
  524. [2026-03-22 15:35:38.598] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.insert!selectKey
  525. [2026-03-22 15:35:38.599] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.insert
  526. [2026-03-22 15:35:38.600] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.delete
  527. [2026-03-22 15:35:38.601] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteByMap
  528. [2026-03-22 15:35:38.602] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteById
  529. [2026-03-22 15:35:38.603] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.deleteBatchIds
  530. [2026-03-22 15:35:38.603] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.update
  531. [2026-03-22 15:35:38.604] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.updateById
  532. [2026-03-22 15:35:38.604] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectById
  533. [2026-03-22 15:35:38.605] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectBatchIds
  534. [2026-03-22 15:35:38.606] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectByMap
  535. [2026-03-22 15:35:38.606] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectOne
  536. [2026-03-22 15:35:38.608] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectCount
  537. [2026-03-22 15:35:38.609] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectMaps
  538. [2026-03-22 15:35:38.610] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectMapsPage
  539. [2026-03-22 15:35:38.611] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectObjs
  540. [2026-03-22 15:35:38.611] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectList
  541. [2026-03-22 15:35:38.612] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourceMapper.selectPage
  542. [2026-03-22 15:35:38.617] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.insert!selectKey
  543. [2026-03-22 15:35:38.618] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.insert
  544. [2026-03-22 15:35:38.619] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.delete
  545. [2026-03-22 15:35:38.619] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteByMap
  546. [2026-03-22 15:35:38.620] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteById
  547. [2026-03-22 15:35:38.620] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.deleteBatchIds
  548. [2026-03-22 15:35:38.621] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.update
  549. [2026-03-22 15:35:38.621] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.updateById
  550. [2026-03-22 15:35:38.621] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectById
  551. [2026-03-22 15:35:38.622] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectBatchIds
  552. [2026-03-22 15:35:38.623] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectByMap
  553. [2026-03-22 15:35:38.623] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectOne
  554. [2026-03-22 15:35:38.624] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectCount
  555. [2026-03-22 15:35:38.625] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectMaps
  556. [2026-03-22 15:35:38.626] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectMapsPage
  557. [2026-03-22 15:35:38.627] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectObjs
  558. [2026-03-22 15:35:38.627] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectList
  559. [2026-03-22 15:35:38.628] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SourcedicMapper.selectPage
  560. [2026-03-22 15:35:38.631] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getCodeById
  561. [2026-03-22 15:35:38.631] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getSort
  562. [2026-03-22 15:35:38.631] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.getBylistPcid
  563. [2026-03-22 15:35:38.631] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.insert!selectKey
  564. [2026-03-22 15:35:38.632] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.insert
  565. [2026-03-22 15:35:38.633] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.delete
  566. [2026-03-22 15:35:38.633] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteByMap
  567. [2026-03-22 15:35:38.634] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteById
  568. [2026-03-22 15:35:38.634] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.deleteBatchIds
  569. [2026-03-22 15:35:38.635] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.update
  570. [2026-03-22 15:35:38.636] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.updateById
  571. [2026-03-22 15:35:38.636] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectById
  572. [2026-03-22 15:35:38.636] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectBatchIds
  573. [2026-03-22 15:35:38.637] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectByMap
  574. [2026-03-22 15:35:38.638] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectOne
  575. [2026-03-22 15:35:38.638] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectCount
  576. [2026-03-22 15:35:38.640] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectMaps
  577. [2026-03-22 15:35:38.641] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectMapsPage
  578. [2026-03-22 15:35:38.642] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectObjs
  579. [2026-03-22 15:35:38.643] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectList
  580. [2026-03-22 15:35:38.643] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SyschildcodeMapper.selectPage
  581. [2026-03-22 15:35:38.646] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.insert!selectKey
  582. [2026-03-22 15:35:38.646] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.insert
  583. [2026-03-22 15:35:38.647] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.delete
  584. [2026-03-22 15:35:38.647] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteByMap
  585. [2026-03-22 15:35:38.648] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteById
  586. [2026-03-22 15:35:38.648] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.deleteBatchIds
  587. [2026-03-22 15:35:38.649] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.update
  588. [2026-03-22 15:35:38.649] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.updateById
  589. [2026-03-22 15:35:38.649] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectById
  590. [2026-03-22 15:35:38.650] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectBatchIds
  591. [2026-03-22 15:35:38.650] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectByMap
  592. [2026-03-22 15:35:38.651] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectOne
  593. [2026-03-22 15:35:38.651] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectCount
  594. [2026-03-22 15:35:38.652] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectMaps
  595. [2026-03-22 15:35:38.653] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectMapsPage
  596. [2026-03-22 15:35:38.653] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectObjs
  597. [2026-03-22 15:35:38.654] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectList
  598. [2026-03-22 15:35:38.654] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SysparentcodeMapper.selectPage
  599. [2026-03-22 15:35:38.656] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.listSystemPage
  600. [2026-03-22 15:35:38.657] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.getSystemListByUser
  601. [2026-03-22 15:35:38.657] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.insert!selectKey
  602. [2026-03-22 15:35:38.658] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.insert
  603. [2026-03-22 15:35:38.659] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.delete
  604. [2026-03-22 15:35:38.659] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteByMap
  605. [2026-03-22 15:35:38.660] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteById
  606. [2026-03-22 15:35:38.660] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.deleteBatchIds
  607. [2026-03-22 15:35:38.661] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.update
  608. [2026-03-22 15:35:38.661] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.updateById
  609. [2026-03-22 15:35:38.661] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectById
  610. [2026-03-22 15:35:38.663] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectBatchIds
  611. [2026-03-22 15:35:38.663] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectByMap
  612. [2026-03-22 15:35:38.664] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectOne
  613. [2026-03-22 15:35:38.664] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectCount
  614. [2026-03-22 15:35:38.665] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectMaps
  615. [2026-03-22 15:35:38.665] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectMapsPage
  616. [2026-03-22 15:35:38.666] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectObjs
  617. [2026-03-22 15:35:38.667] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectList
  618. [2026-03-22 15:35:38.668] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.SystemMapper.selectPage
  619. [2026-03-22 15:35:38.670] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.getUserLonginName
  620. [2026-03-22 15:35:38.671] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.insert!selectKey
  621. [2026-03-22 15:35:38.671] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.insert
  622. [2026-03-22 15:35:38.672] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.delete
  623. [2026-03-22 15:35:38.673] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteByMap
  624. [2026-03-22 15:35:38.673] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteById
  625. [2026-03-22 15:35:38.673] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.deleteBatchIds
  626. [2026-03-22 15:35:38.674] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.update
  627. [2026-03-22 15:35:38.674] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.updateById
  628. [2026-03-22 15:35:38.674] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectById
  629. [2026-03-22 15:35:38.675] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectBatchIds
  630. [2026-03-22 15:35:38.676] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectByMap
  631. [2026-03-22 15:35:38.676] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectOne
  632. [2026-03-22 15:35:38.677] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectCount
  633. [2026-03-22 15:35:38.677] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectMaps
  634. [2026-03-22 15:35:38.678] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectMapsPage
  635. [2026-03-22 15:35:38.679] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectObjs
  636. [2026-03-22 15:35:38.679] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectList
  637. [2026-03-22 15:35:38.680] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserAscriptionMapper.selectPage
  638. [2026-03-22 15:35:38.684] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserPage
  639. [2026-03-22 15:35:38.684] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getListHistory
  640. [2026-03-22 15:35:38.684] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getCompanyName
  641. [2026-03-22 15:35:38.684] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDName
  642. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getRoleList
  643. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDeptList
  644. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserById
  645. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getExistUserListByRole
  646. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getNoExistUserListByRole
  647. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getSources
  648. [2026-03-22 15:35:38.685] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateUserInfo
  649. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getUserByMenu
  650. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdList
  651. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdListToUnlock
  652. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateByIdStatusFlag
  653. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateUnStatusFlag
  654. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.sysUserReport
  655. [2026-03-22 15:35:38.686] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.getDeptUserIdList
  656. [2026-03-22 15:35:38.689] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.insert!selectKey
  657. [2026-03-22 15:35:38.690] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.insert
  658. [2026-03-22 15:35:38.691] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.delete
  659. [2026-03-22 15:35:38.691] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteByMap
  660. [2026-03-22 15:35:38.692] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteById
  661. [2026-03-22 15:35:38.692] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.deleteBatchIds
  662. [2026-03-22 15:35:38.693] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.update
  663. [2026-03-22 15:35:38.694] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.updateById
  664. [2026-03-22 15:35:38.694] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectById
  665. [2026-03-22 15:35:38.695] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectBatchIds
  666. [2026-03-22 15:35:38.695] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectByMap
  667. [2026-03-22 15:35:38.696] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectOne
  668. [2026-03-22 15:35:38.697] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectCount
  669. [2026-03-22 15:35:38.698] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectMaps
  670. [2026-03-22 15:35:38.699] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectMapsPage
  671. [2026-03-22 15:35:38.700] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectObjs
  672. [2026-03-22 15:35:38.700] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectList
  673. [2026-03-22 15:35:38.701] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMapper.selectPage
  674. [2026-03-22 15:35:38.705] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.insert!selectKey
  675. [2026-03-22 15:35:38.706] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.insert
  676. [2026-03-22 15:35:38.706] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.delete
  677. [2026-03-22 15:35:38.707] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteByMap
  678. [2026-03-22 15:35:38.707] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteById
  679. [2026-03-22 15:35:38.708] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.deleteBatchIds
  680. [2026-03-22 15:35:38.708] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.update
  681. [2026-03-22 15:35:38.709] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.updateById
  682. [2026-03-22 15:35:38.709] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectById
  683. [2026-03-22 15:35:38.709] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectBatchIds
  684. [2026-03-22 15:35:38.710] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectByMap
  685. [2026-03-22 15:35:38.710] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectOne
  686. [2026-03-22 15:35:38.711] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectCount
  687. [2026-03-22 15:35:38.712] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectMaps
  688. [2026-03-22 15:35:38.712] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectMapsPage
  689. [2026-03-22 15:35:38.713] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectObjs
  690. [2026-03-22 15:35:38.714] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectList
  691. [2026-03-22 15:35:38.714] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserMiddleMapper.selectPage
  692. [2026-03-22 15:35:38.716] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.insert!selectKey
  693. [2026-03-22 15:35:38.717] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.insert
  694. [2026-03-22 15:35:38.718] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.delete
  695. [2026-03-22 15:35:38.718] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteByMap
  696. [2026-03-22 15:35:38.719] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteById
  697. [2026-03-22 15:35:38.719] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.deleteBatchIds
  698. [2026-03-22 15:35:38.720] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.update
  699. [2026-03-22 15:35:38.720] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.updateById
  700. [2026-03-22 15:35:38.720] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectById
  701. [2026-03-22 15:35:38.721] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectBatchIds
  702. [2026-03-22 15:35:38.721] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectByMap
  703. [2026-03-22 15:35:38.722] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectOne
  704. [2026-03-22 15:35:38.723] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectCount
  705. [2026-03-22 15:35:38.723] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectMaps
  706. [2026-03-22 15:35:38.724] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectMapsPage
  707. [2026-03-22 15:35:38.724] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectObjs
  708. [2026-03-22 15:35:38.725] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectList
  709. [2026-03-22 15:35:38.725] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserRoleMapper.selectPage
  710. [2026-03-22 15:35:38.728] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.insert!selectKey
  711. [2026-03-22 15:35:38.729] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.insert
  712. [2026-03-22 15:35:38.729] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.delete
  713. [2026-03-22 15:35:38.730] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteByMap
  714. [2026-03-22 15:35:38.730] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteById
  715. [2026-03-22 15:35:38.731] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.deleteBatchIds
  716. [2026-03-22 15:35:38.731] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.update
  717. [2026-03-22 15:35:38.732] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.updateById
  718. [2026-03-22 15:35:38.732] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectById
  719. [2026-03-22 15:35:38.732] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectBatchIds
  720. [2026-03-22 15:35:38.733] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectByMap
  721. [2026-03-22 15:35:38.733] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectOne
  722. [2026-03-22 15:35:38.734] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectCount
  723. [2026-03-22 15:35:38.734] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectMaps
  724. [2026-03-22 15:35:38.735] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectMapsPage
  725. [2026-03-22 15:35:38.735] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectObjs
  726. [2026-03-22 15:35:38.736] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectList
  727. [2026-03-22 15:35:38.736] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserdeptMapper.selectPage
  728. [2026-03-22 15:35:38.739] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.insert!selectKey
  729. [2026-03-22 15:35:38.740] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.insert
  730. [2026-03-22 15:35:38.740] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.delete
  731. [2026-03-22 15:35:38.741] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteByMap
  732. [2026-03-22 15:35:38.742] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteById
  733. [2026-03-22 15:35:38.742] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.deleteBatchIds
  734. [2026-03-22 15:35:38.743] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.update
  735. [2026-03-22 15:35:38.744] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.updateById
  736. [2026-03-22 15:35:38.744] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectById
  737. [2026-03-22 15:35:38.744] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectBatchIds
  738. [2026-03-22 15:35:38.745] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectByMap
  739. [2026-03-22 15:35:38.745] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectOne
  740. [2026-03-22 15:35:38.747] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectCount
  741. [2026-03-22 15:35:38.747] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectMaps
  742. [2026-03-22 15:35:38.748] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectMapsPage
  743. [2026-03-22 15:35:38.748] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectObjs
  744. [2026-03-22 15:35:38.749] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectList
  745. [2026-03-22 15:35:38.749] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UserpermissionMapper.selectPage
  746. [2026-03-22 15:35:38.752] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.insert!selectKey
  747. [2026-03-22 15:35:38.753] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.insert
  748. [2026-03-22 15:35:38.753] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.delete
  749. [2026-03-22 15:35:38.754] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteByMap
  750. [2026-03-22 15:35:38.754] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteById
  751. [2026-03-22 15:35:38.755] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.deleteBatchIds
  752. [2026-03-22 15:35:38.755] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.update
  753. [2026-03-22 15:35:38.756] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.updateById
  754. [2026-03-22 15:35:38.756] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectById
  755. [2026-03-22 15:35:38.756] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectBatchIds
  756. [2026-03-22 15:35:38.757] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectByMap
  757. [2026-03-22 15:35:38.757] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectOne
  758. [2026-03-22 15:35:38.758] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectCount
  759. [2026-03-22 15:35:38.758] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectMaps
  760. [2026-03-22 15:35:38.759] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectMapsPage
  761. [2026-03-22 15:35:38.760] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectObjs
  762. [2026-03-22 15:35:38.760] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectList
  763. [2026-03-22 15:35:38.761] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.UsertaskMapper.selectPage
  764. [2026-03-22 15:35:38.763] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.CommonInterfaceMapper.getExistsNum
  765. [2026-03-22 15:35:38.763] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.CommonInterfaceMapper.getDBTable
  766. [2026-03-22 15:35:38.765] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getListCode
  767. [2026-03-22 15:35:38.765] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getUserName
  768. [2026-03-22 15:35:38.765] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.baseapi.mapper.ToflyCodeCommonMapper.getUserAvatar
  769. [2026-03-22 15:35:39.236] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.insert!selectKey
  770. [2026-03-22 15:35:39.237] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.insert
  771. [2026-03-22 15:35:39.237] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.delete
  772. [2026-03-22 15:35:39.238] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteByMap
  773. [2026-03-22 15:35:39.238] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteById
  774. [2026-03-22 15:35:39.239] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.deleteBatchIds
  775. [2026-03-22 15:35:39.239] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.update
  776. [2026-03-22 15:35:39.240] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.updateById
  777. [2026-03-22 15:35:39.240] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectById
  778. [2026-03-22 15:35:39.240] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectBatchIds
  779. [2026-03-22 15:35:39.240] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectByMap
  780. [2026-03-22 15:35:39.241] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectOne
  781. [2026-03-22 15:35:39.241] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectCount
  782. [2026-03-22 15:35:39.242] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectMaps
  783. [2026-03-22 15:35:39.242] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectMapsPage
  784. [2026-03-22 15:35:39.243] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectObjs
  785. [2026-03-22 15:35:39.245] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectList
  786. [2026-03-22 15:35:39.245] DEBUG [tofly-base,,,] 16260 --- [ main] c.b.m.core.MybatisConfiguration  : addMappedStatement: com.tofly.base.mapper.AnnexMapper.selectPage
  787. [2026-03-22 15:35:41.856]  WARN [tofly-base,,,] 16260 --- [ main] c.n.c.sources.URLConfigurationSource  : No URLs will be polled as dynamic configuration sources.
  788. [2026-03-22 15:35:43.237]  WARN [tofly-base,,,] 16260 --- [ main] s.o.SpringCloudSecurityAutoConfiguration : All Spring Cloud Security modules and starters are deprecated. They will be moved to individual projects in the next major release.
  789. [2026-03-22 15:35:43.664]  WARN [tofly-base,,,] 16260 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader  : Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>
  790. [2026-03-22 15:35:47.212]  WARN [tofly-base,,,] 16260 --- [)-192.168.48.88] c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/tofly-base/default": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect