From 0a70a66807b2eafb02b0975fa59db99b765d5610 Mon Sep 17 00:00:00 2001 From: liuyingfang <1357764963@qq.com> Date: Sat, 2 Mar 2024 18:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eladmin-common/pom.xml | 2 +- .../cashier}/annotation/AnonymousAccess.java | 2 +- .../cashier}/annotation/DataPermission.java | 2 +- .../ysk/cashier}/annotation/Limit.java | 5 +- .../ysk/cashier}/annotation/Query.java | 2 +- .../rest/AnonymousDeleteMapping.java | 4 +- .../annotation/rest/AnonymousGetMapping.java | 4 +- .../rest/AnonymousPatchMapping.java | 4 +- .../annotation/rest/AnonymousPostMapping.java | 4 +- .../annotation/rest/AnonymousPutMapping.java | 4 +- .../ysk/cashier}/aspect/LimitAspect.java | 12 +- .../ysk/cashier}/aspect/LimitType.java | 2 +- .../ysk/cashier}/base/BaseDTO.java | 2 +- .../ysk/cashier}/base/BaseEntity.java | 2 +- .../ysk/cashier}/base/BaseMapper.java | 2 +- .../ysk/cashier}/config/AuditorConfig.java | 4 +- .../cashier}/config/ElAdminProperties.java | 3 +- .../cashier}/config/ElPermissionConfig.java | 4 +- .../ysk/cashier}/config/FileProperties.java | 4 +- .../ysk/cashier}/config/RedisConfig.java | 20 +- .../ysk/cashier}/config/RsaProperties.java | 2 +- .../ysk/cashier}/config/SwaggerConfig.java | 2 +- .../exception/BadConfigurationException.java | 2 +- .../exception/BadRequestException.java | 2 +- .../exception/EntityExistException.java | 2 +- .../exception/EntityNotFoundException.java | 2 +- .../exception/NewBadRequestException.java | 2 +- .../cashier}/exception/handler/ApiError.java | 2 +- .../handler/GlobalExceptionHandler.java | 10 +- .../ysk/cashier}/utils/CacheKey.java | 2 +- .../ysk/cashier}/utils/CallBack.java | 2 +- .../ysk/cashier}/utils/CloseUtil.java | 2 +- .../ysk/cashier}/utils/DateUtil.java | 2 +- .../ysk/cashier}/utils/ElAdminConstant.java | 2 +- .../ysk/cashier}/utils/EncryptUtils.java | 2 +- .../ysk/cashier}/utils/FileUtil.java | 4 +- .../ysk/cashier}/utils/ListUtil.java | 2 +- .../ysk/cashier}/utils/MD5Utils.java | 2 +- .../ysk/cashier}/utils/PageUtil.java | 2 +- .../ysk/cashier}/utils/PhoneUtil.java | 2 +- .../ysk/cashier}/utils/QueryHelp.java | 6 +- .../ysk/cashier}/utils/RedisUtils.java | 2 +- .../ysk/cashier}/utils/RequestHolder.java | 2 +- .../ysk/cashier}/utils/Result.java | 2 +- .../ysk/cashier}/utils/RsaUtils.java | 2 +- .../ysk/cashier}/utils/SecurityUtils.java | 6 +- .../cashier}/utils/SpringContextHolder.java | 2 +- .../ysk/cashier}/utils/StringUtils.java | 11 +- .../ysk/cashier}/utils/Threads.java | 2 +- .../ysk/cashier}/utils/ThrowableUtil.java | 2 +- .../ysk/cashier}/utils/TranslatorUtil.java | 2 +- .../ysk/cashier}/utils/ValidationUtil.java | 4 +- .../ysk/cashier}/utils/enums/CodeBiEnum.java | 2 +- .../ysk/cashier}/utils/enums/CodeEnum.java | 2 +- .../cashier}/utils/enums/DataScopeEnum.java | 2 +- .../utils/enums/RequestMethodEnum.java | 2 +- .../ysk/cashier}/utils/DateUtilsTest.java | 2 +- .../ysk/cashier}/utils/EncryptUtilsTest.java | 4 +- .../ysk/cashier}/utils/FileUtilTest.java | 4 +- .../ysk/cashier}/utils/StringUtilsTest.java | 12 +- eladmin-generator/pom.xml | 4 +- .../ysk/cashier}/domain/ColumnInfo.java | 4 +- .../ysk/cashier}/domain/GenConfig.java | 2 +- .../ysk/cashier}/domain/vo/TableInfo.java | 2 +- .../repository/ColumnInfoRepository.java | 4 +- .../repository/GenConfigRepository.java | 4 +- .../cashier}/rest/GenConfigController.java | 6 +- .../cashier}/rest/GeneratorController.java | 12 +- .../cashier}/service/GenConfigService.java | 4 +- .../cashier}/service/GeneratorService.java | 8 +- .../service/impl/GenConfigServiceImpl.java | 9 +- .../service/impl/GeneratorServiceImpl.java | 22 +- .../ysk/cashier}/utils/ColUtil.java | 2 +- .../ysk/cashier}/utils/GenUtil.java | 8 +- eladmin-logging/pom.xml | 4 +- .../ysk/cashier}/annotation/Log.java | 2 +- .../ysk/cashier}/aspect/LogAspect.java | 16 +- .../ysk/cashier}/domain/Log.java | 2 +- .../cashier}/repository/LogRepository.java | 4 +- .../ysk/cashier}/rest/LogController.java | 10 +- .../ysk/cashier}/service/LogService.java | 6 +- .../ysk/cashier}/service/dto/LogErrorDTO.java | 2 +- .../service/dto/LogQueryCriteria.java | 4 +- .../ysk/cashier}/service/dto/LogSmallDTO.java | 2 +- .../cashier}/service/impl/LogServiceImpl.java | 19 +- .../service/mapstruct/LogErrorMapper.java | 8 +- .../service/mapstruct/LogSmallMapper.java | 8 +- eladmin-system/pom.xml | 8 +- eladmin-system/src/assembly/startup.sh | 2 +- .../zhengjie => cn/ysk/cashier}/AppRun.java | 8 +- .../cashier}/config/ConfigurerAdapter.java | 2 +- .../ysk/cashier}/config/JacksonConfig.java | 2 +- .../RelaxedQueryCharsConnectorCustomizer | 2 +- .../ysk/cashier}/config/WebSocketConfig.java | 2 +- .../ysk/cashier}/config/fastJsonConfig.java | 2 +- .../config}/interceptor/UserInterceptor.java | 2 +- .../config}/interceptor/WebConfig.java | 2 +- .../config/ConfigBeanConfiguration.java | 6 +- .../security/config/SpringSecurityConfig.java | 18 +- .../security/config/bean/LoginCode.java | 2 +- .../security/config/bean/LoginCodeEnum.java | 2 +- .../security/config/bean/LoginProperties.java | 6 +- .../config/bean/SecurityProperties.java | 2 +- .../rest/AuthorizationController.java | 41 +- .../security/rest/OnlineController.java | 6 +- .../security/JwtAccessDeniedHandler.java | 2 +- .../security/JwtAuthenticationEntryPoint.java | 2 +- .../security/security/TokenConfigurer.java | 9 +- .../security/security/TokenFilter.java | 10 +- .../security/security/TokenProvider.java | 6 +- .../security/service/OnlineUserService.java | 10 +- .../security/service/UserCacheManager.java | 10 +- .../service/UserDetailsServiceImpl.java | 16 +- .../security/service/dto/AuthUserDto.java | 2 +- .../security/service/dto/AuthorityDto.java | 2 +- .../security/service/dto/JwtUserDto.java | 4 +- .../security/service/dto/OnlineUserDto.java | 2 +- .../config/thread/AsyncTaskExecutePool.java | 2 +- .../config/thread/AsyncTaskProperties.java | 3 +- .../config/thread/TheadFactoryName.java | 4 +- .../config/thread/ThreadPoolExecutorUtil.java | 2 +- .../BotButtonConfigController.java | 10 +- .../controller}/BotConfigController.java | 10 +- .../controller}/BotUserController.java | 10 +- .../controller}/BotUserFlowController.java | 10 +- .../TbRenewalsPayLogController.java | 10 +- .../controller}/TbShopPayTypeController.java | 11 +- .../controller}/TbUserInfoController.java | 10 +- .../order}/TbCashierCartController.java | 11 +- .../order}/TbOrderDetailController.java | 11 +- .../order}/TbOrderInfoController.java | 11 +- .../product}/TbProductController.java | 11 +- .../product}/TbProductGroupController.java | 16 +- .../product}/TbProductSkuController.java | 10 +- .../TbProductSkuResultController.java | 10 +- .../product}/TbProductSpecController.java | 12 +- .../TbProductStockDetailController.java | 10 +- .../TbProductStockOperateController.java | 13 +- .../product}/TbShopCategoryController.java | 10 +- .../shop}/TbMerchantAccountController.java | 10 +- .../shop}/TbMerchantRegisterController.java | 15 +- .../shop}/TbMerchantThirdApplyController.java | 12 +- .../shop}/TbPlussShopStaffController.java | 11 +- .../controller/shop}/TbPrintMachine.java | 2 +- .../shop}/TbPrintMachineController.java | 15 +- .../shop}/TbReceiptSalesController.java | 10 +- .../shop}/TbShopAreaController.java | 10 +- .../shop}/TbShopCashSpreadController.java | 12 +- .../shop}/TbShopCurrencyController.java | 10 +- .../shop}/TbShopInfoController.java | 12 +- .../shop}/TbShopPurveyorController.java | 10 +- .../TbShopPurveyorTransactController.java | 10 +- .../shop}/TbShopTableController.java | 10 +- .../shop}/TbShopUnitController.java | 10 +- .../shop}/TbShopUserController.java | 10 +- .../ysk/cashier}/dto/BotButtonConfigDto.java | 2 +- .../dto/BotButtonConfigQueryCriteria.java | 5 +- .../ysk/cashier}/dto/BotConfigDto.java | 2 +- .../cashier}/dto/BotConfigQueryCriteria.java | 5 +- .../ysk/cashier}/dto/BotUserDto.java | 2 +- .../ysk/cashier}/dto/BotUserFlowDto.java | 2 +- .../dto/BotUserFlowQueryCriteria.java | 5 +- .../cashier}/dto/BotUserQueryCriteria.java | 5 +- .../ysk/cashier}/dto/TbRenewalsPayLogDto.java | 2 +- .../dto/TbRenewalsPayLogQueryCriteria.java | 6 +- .../ysk/cashier}/dto/TbShopPayTypeDto.java | 2 +- .../dto/TbShopPayTypeQueryCriteria.java | 5 +- .../ysk/cashier}/dto/TbUserInfoDto.java | 2 +- .../cashier}/dto/TbUserInfoQueryCriteria.java | 6 +- .../cashier/dto/order}/TbCashierCartDto.java | 2 +- .../order}/TbCashierCartQueryCriteria.java | 4 +- .../cashier/dto/order}/TbOrderDetailDto.java | 2 +- .../order}/TbOrderDetailQueryCriteria.java | 4 +- .../cashier/dto/order}/TbOrderInfoDto.java | 4 +- .../dto/order}/TbOrderInfoQueryCriteria.java | 6 +- .../ysk/cashier/dto/product}/OutAndOnDto.java | 2 +- .../cashier/dto/product}/ProductListDto.java | 2 +- .../ysk/cashier/dto/product}/SpecDto.java | 2 +- .../cashier/dto/product}/TbProductDto.java | 4 +- .../dto/product}/TbProductGroupDto.java | 2 +- .../product}/TbProductGroupQueryCriteria.java | 5 +- .../dto/product}/TbProductQueryCriteria.java | 6 +- .../cashier/dto/product}/TbProductSkuDto.java | 2 +- .../product}/TbProductSkuQueryCriteria.java | 4 +- .../dto/product}/TbProductSkuResultDto.java | 2 +- .../TbProductSkuResultQueryCriteria.java | 5 +- .../dto/product}/TbProductSpecDto.java | 2 +- .../product}/TbProductSpecQueryCriteria.java | 5 +- .../dto/product}/TbProductStockDetailDto.java | 2 +- .../TbProductStockDetailQueryCriteria.java | 4 +- .../product}/TbProductStockOperateDto.java | 2 +- .../TbProductStockOperateQueryCriteria.java | 4 +- .../dto/product}/TbShopCategoryDto.java | 4 +- .../product}/TbShopCategoryQueryCriteria.java | 5 +- .../ysk/cashier/dto/shop}/PrintConfig.java | 4 +- .../cashier/dto/shop}/PrintMachineDto.java | 2 +- .../dto/shop}/TbMerchantAccountDto.java | 2 +- .../shop}/TbMerchantAccountQueryCriteria.java | 5 +- .../dto/shop}/TbMerchantRegisterDto.java | 2 +- .../TbMerchantRegisterQueryCriteria.java | 4 +- .../dto/shop}/TbMerchantThirdApplyDto.java | 2 +- .../TbMerchantThirdApplyQueryCriteria.java | 5 +- .../dto/shop}/TbPlussShopStaffDto.java | 2 +- .../shop}/TbPlussShopStaffQueryCriteria.java | 5 +- .../cashier/dto/shop}/TbPrintMachineDto.java | 2 +- .../shop}/TbPrintMachineQueryCriteria.java | 5 +- .../cashier/dto/shop}/TbReceiptSalesDto.java | 2 +- .../shop}/TbReceiptSalesQueryCriteria.java | 5 +- .../ysk/cashier/dto/shop}/TbShopAreaDto.java | 2 +- .../dto/shop}/TbShopAreaQueryCriteria.java | 5 +- .../dto/shop}/TbShopCashSpreadDto.java | 2 +- .../shop}/TbShopCashSpreadQueryCriteria.java | 5 +- .../cashier/dto/shop}/TbShopCurrencyDto.java | 2 +- .../shop}/TbShopCurrencyQueryCriteria.java | 5 +- .../ysk/cashier/dto/shop}/TbShopInfoDto.java | 2 +- .../dto/shop}/TbShopInfoQueryCriteria.java | 5 +- .../cashier/dto/shop}/TbShopPurveyorDto.java | 2 +- .../shop}/TbShopPurveyorQueryCriteria.java | 4 +- .../dto/shop}/TbShopPurveyorTransactDto.java | 2 +- .../TbShopPurveyorTransactQueryCriteria.java | 4 +- .../ysk/cashier/dto/shop}/TbShopTableDto.java | 2 +- .../dto/shop}/TbShopTableQueryCriteria.java | 5 +- .../ysk/cashier/dto/shop}/TbShopUnitDto.java | 2 +- .../dto/shop}/TbShopUnitQueryCriteria.java | 5 +- .../ysk/cashier/dto/shop}/TbShopUserDto.java | 2 +- .../dto/shop}/TbShopUserQueryCriteria.java | 5 +- .../ysk/cashier/enums}/PayTypeEnum.java | 3 +- .../mapper}/BotButtonConfigMapper.java | 8 +- .../ysk/cashier/mapper}/BotConfigMapper.java | 8 +- .../cashier/mapper}/BotUserFlowMapper.java | 8 +- .../ysk/cashier/mapper}/BotUserMapper.java | 8 +- .../mapper}/TbRenewalsPayLogMapper.java | 8 +- .../cashier/mapper}/TbShopPayTypeMapper.java | 8 +- .../ysk/cashier/mapper}/TbUserInfoMapper.java | 8 +- .../mapper/order}/TbCashierCartMapper.java | 8 +- .../mapper/order}/TbOrderDetailMapper.java | 8 +- .../mapper/order}/TbOrderInfoMapper.java | 8 +- .../mapper/product}/TbProductGroupMapper.java | 8 +- .../mapper/product}/TbProductMapper.java | 8 +- .../mapper/product}/TbProductSkuMapper.java | 8 +- .../mapper/product}/TbProductSpecMapper.java | 8 +- .../product}/TbProductStockDetailMapper.java | 8 +- .../product}/TbProductStockOperateMapper.java | 8 +- .../mapper/product}/TbShopCategoryMapper.java | 8 +- .../mapper/shop}/TbMerchantAccountMapper.java | 8 +- .../shop}/TbMerchantRegisterMapper.java | 8 +- .../shop}/TbMerchantThirdApplyMapper.java | 8 +- .../mapper/shop}/TbPlussShopStaffMapper.java | 8 +- .../mapper/shop}/TbPrintMachineMapper.java | 8 +- .../mapper/shop}/TbReceiptSalesMapper.java | 8 +- .../mapper/shop}/TbShopAreaMapper.java | 9 +- .../mapper/shop}/TbShopCashSpreadMapper.java | 8 +- .../mapper/shop}/TbShopCurrencyMapper.java | 8 +- .../mapper/shop}/TbShopInfoMapper.java | 8 +- .../mapper/shop}/TbShopPurveyorMapper.java | 8 +- .../shop}/TbShopPurveyorTransactMapper.java | 8 +- .../mapper/shop}/TbShopTableMapper.java | 8 +- .../mapper/shop}/TbShopUnitMapper.java | 8 +- .../mapper/shop}/TbShopUserMapper.java | 8 +- .../ysk/cashier}/mnt/domain/App.java | 4 +- .../ysk/cashier}/mnt/domain/Database.java | 4 +- .../ysk/cashier}/mnt/domain/Deploy.java | 4 +- .../cashier}/mnt/domain/DeployHistory.java | 2 +- .../ysk/cashier}/mnt/domain/ServerDeploy.java | 4 +- .../mnt/repository/AppRepository.java | 4 +- .../mnt/repository/DatabaseRepository.java | 4 +- .../repository/DeployHistoryRepository.java | 4 +- .../mnt/repository/DeployRepository.java | 4 +- .../repository/ServerDeployRepository.java | 4 +- .../ysk/cashier}/mnt/rest/AppController.java | 10 +- .../cashier}/mnt/rest/DatabaseController.java | 18 +- .../cashier}/mnt/rest/DeployController.java | 14 +- .../mnt/rest/DeployHistoryController.java | 8 +- .../mnt/rest/ServerDeployController.java | 10 +- .../ysk/cashier}/mnt/service/AppService.java | 8 +- .../cashier}/mnt/service/DatabaseService.java | 8 +- .../mnt/service/DeployHistoryService.java | 8 +- .../cashier}/mnt/service/DeployService.java | 10 +- .../mnt/service/ServerDeployService.java | 8 +- .../ysk/cashier}/mnt/service/dto/AppDto.java | 4 +- .../mnt/service/dto/AppQueryCriteria.java | 4 +- .../cashier}/mnt/service/dto/DatabaseDto.java | 4 +- .../service/dto/DatabaseQueryCriteria.java | 4 +- .../cashier}/mnt/service/dto/DeployDto.java | 4 +- .../mnt/service/dto/DeployHistoryDto.java | 2 +- .../dto/DeployHistoryQueryCriteria.java | 4 +- .../mnt/service/dto/DeployQueryCriteria.java | 4 +- .../mnt/service/dto/ServerDeployDto.java | 4 +- .../dto/ServerDeployQueryCriteria.java | 4 +- .../mnt/service/impl/AppServiceImpl.java | 24 +- .../mnt/service/impl/DatabaseServiceImpl.java | 24 +- .../impl/DeployHistoryServiceImpl.java | 22 +- .../mnt/service/impl/DeployServiceImpl.java | 42 +- .../service/impl/ServerDeployServiceImpl.java | 24 +- .../mnt/service/mapstruct/AppMapper.java | 8 +- .../mnt/service/mapstruct/DatabaseMapper.java | 8 +- .../mapstruct/DeployHistoryMapper.java | 8 +- .../mnt/service/mapstruct/DeployMapper.java | 8 +- .../service/mapstruct/ServerDeployMapper.java | 8 +- .../ysk/cashier}/mnt/util/DataTypeEnum.java | 2 +- .../cashier}/mnt/util/ExecuteShellUtil.java | 2 +- .../ysk/cashier}/mnt/util/ScpClientUtil.java | 2 +- .../ysk/cashier}/mnt/util/SqlUtils.java | 5 +- .../ysk/cashier}/mnt/websocket/MsgType.java | 2 +- .../ysk/cashier}/mnt/websocket/SocketMsg.java | 2 +- .../mnt/websocket/WebSocketServer.java | 2 +- .../ysk/cashier/pojo}/BotButtonConfig.java | 3 +- .../ysk/cashier/pojo}/BotConfig.java | 3 +- .../ysk/cashier/pojo}/BotUser.java | 3 +- .../ysk/cashier/pojo}/BotUserFlow.java | 2 +- .../ysk/cashier/pojo}/TbRenewalsPayLog.java | 2 +- .../ysk/cashier/pojo}/TbShopPayType.java | 2 +- .../ysk/cashier/pojo}/TbUserInfo.java | 3 +- .../cashier/pojo/order}/TbCashierCart.java | 2 +- .../cashier/pojo/order}/TbOrderDetail.java | 2 +- .../ysk/cashier/pojo/order}/TbOrderInfo.java | 3 +- .../ysk/cashier/pojo/product}/TbProduct.java | 4 +- .../cashier/pojo/product}/TbProductGroup.java | 2 +- .../cashier/pojo/product}/TbProductSku.java | 4 +- .../pojo/product}/TbProductSkuResult.java | 3 +- .../cashier/pojo/product}/TbProductSpec.java | 2 +- .../pojo/product}/TbProductStockDetail.java | 2 +- .../pojo/product}/TbProductStockOperate.java | 2 +- .../cashier/pojo/product}/TbShopCategory.java | 2 +- .../cashier/pojo/shop}/TbMerchantAccount.java | 2 +- .../pojo/shop}/TbMerchantRegister.java | 4 +- .../pojo/shop}/TbMerchantThirdApply.java | 3 +- .../cashier/pojo/shop}/TbPlussShopStaff.java | 3 +- .../cashier/pojo/shop}/TbReceiptSales.java | 3 +- .../ysk/cashier/pojo/shop}/TbShopArea.java | 2 +- .../cashier/pojo/shop}/TbShopCashSpread.java | 2 +- .../cashier/pojo/shop}/TbShopCurrency.java | 2 +- .../ysk/cashier/pojo/shop}/TbShopInfo.java | 2 +- .../cashier/pojo/shop}/TbShopPurveyor.java | 2 +- .../pojo/shop}/TbShopPurveyorTransact.java | 2 +- .../ysk/cashier/pojo/shop}/TbShopTable.java | 2 +- .../ysk/cashier/pojo/shop}/TbShopUnit.java | 2 +- .../ysk/cashier/pojo/shop}/TbShopUser.java | 2 +- .../ysk/cashier}/quartz/config/JobRunner.java | 8 +- .../cashier}/quartz/config/QuartzConfig.java | 2 +- .../ysk/cashier}/quartz/domain/QuartzJob.java | 4 +- .../ysk/cashier}/quartz/domain/QuartzLog.java | 2 +- .../repository/QuartzJobRepository.java | 4 +- .../repository/QuartzLogRepository.java | 4 +- .../quartz/rest/QuartzJobController.java | 14 +- .../quartz/service/QuartzJobService.java | 8 +- .../quartz/service/dto/JobQueryCriteria.java | 4 +- .../service/impl/QuartzJobServiceImpl.java | 20 +- .../ysk/cashier}/quartz/task/TestTask.java | 2 +- .../cashier}/quartz/utils/ExecutionJob.java | 24 +- .../cashier}/quartz/utils/QuartzManage.java | 7 +- .../cashier}/quartz/utils/QuartzRunnable.java | 4 +- .../repository/BotButtonConfigRepository.java | 4 +- .../repository/BotConfigRepository.java | 4 +- .../repository/BotUserFlowRepository.java | 4 +- .../repository/BotUserRepository.java | 4 +- .../TbRenewalsPayLogRepository.java | 4 +- .../repository/TbShopPayTypeRepository.java | 4 +- .../repository/TbUserInfoRepository.java | 4 +- .../order}/TbCashierCartRepository.java | 4 +- .../order}/TbOrderDetailRepository.java | 4 +- .../order}/TbOrderInfoRepository.java | 4 +- .../product}/TbProductGroupRepository.java | 4 +- .../product}/TbProductRepository.java | 4 +- .../product}/TbProductSkuRepository.java | 5 +- .../product}/TbProductSkuResultMapper.java | 8 +- .../TbProductSkuResultRepository.java | 4 +- .../product}/TbProductSpecRepository.java | 4 +- .../TbProductStockDetailRepository.java | 7 +- .../TbProductStockOperateRepository.java | 4 +- .../product}/TbShopCategoryRepository.java | 4 +- .../shop}/TbMerchantAccountRepository.java | 4 +- .../shop}/TbMerchantRegisterRepository.java | 4 +- .../shop}/TbMerchantThirdApplyRepository.java | 4 +- .../shop}/TbPlussShopStaffRepository.java | 4 +- .../shop}/TbPrintMachineRepository.java | 4 +- .../shop}/TbReceiptSalesRepository.java | 4 +- .../shop}/TbShopAreaRepository.java | 4 +- .../shop}/TbShopCashSpreadRepository.java | 4 +- .../shop}/TbShopCurrencyRepository.java | 4 +- .../shop}/TbShopInfoRepository.java | 5 +- .../shop}/TbShopPurveyorRepository.java | 4 +- .../TbShopPurveyorTransactRepository.java | 8 +- .../shop}/TbShopTableRepository.java | 6 +- .../shop}/TbShopUnitRepository.java | 4 +- .../shop}/TbShopUserRepository.java | 4 +- .../service/BotButtonConfigService.java | 8 +- .../cashier}/service/BotConfigService.java | 8 +- .../cashier}/service/BotUserFlowService.java | 8 +- .../ysk/cashier}/service/BotUserService.java | 8 +- .../service/TbProductStockOperateService.java | 14 +- .../service/TbRenewalsPayLogService.java | 8 +- .../service/TbShopPayTypeService.java | 8 +- .../cashier}/service/TbUserInfoService.java | 8 +- .../impl/BotButtonConfigServiceImpl.java | 22 +- .../service/impl/BotConfigServiceImpl.java | 22 +- .../service/impl/BotUserFlowServiceImpl.java | 22 +- .../service/impl/BotUserServiceImpl.java | 22 +- .../impl/TbRenewalsPayLogServiceImpl.java | 22 +- .../impl/TbShopPayTypeServiceImpl.java | 26 +- .../service/impl/TbUserInfoServiceImpl.java | 22 +- .../impl/order}/TbCashierCartServiceImpl.java | 22 +- .../impl/order}/TbOrderDetailServiceImpl.java | 22 +- .../impl/order}/TbOrderInfoServiceImpl.java | 25 +- .../TbProductGroupServiceImpl.java | 28 +- .../productimpl}/TbProductServiceImpl.java | 36 +- .../TbProductSkuResultServiceImpl.java | 22 +- .../productimpl}/TbProductSkuServiceImpl.java | 22 +- .../TbProductSpecServiceImpl.java | 22 +- .../TbProductStockDetailServiceImpl.java | 24 +- .../TbProductStockOperateServiceImpl.java | 46 +- .../TbShopCategoryServiceImpl.java | 26 +- .../TbMerchantAccountServiceImpl.java | 22 +- .../TbMerchantRegisterServiceImpl.java | 25 +- .../TbMerchantThirdApplyServiceImpl.java | 22 +- .../TbPlussShopStaffServiceImpl.java | 18 +- .../shopimpl}/TbPrintMachineServiceImpl.java | 28 +- .../shopimpl}/TbReceiptSalesServiceImpl.java | 22 +- .../impl/shopimpl}/TbShopAreaServiceImpl.java | 22 +- .../TbShopCashSpreadServiceImpl.java | 22 +- .../shopimpl}/TbShopCurrencyServiceImpl.java | 22 +- .../impl/shopimpl}/TbShopInfoServiceImpl.java | 39 +- .../shopimpl}/TbShopPurveyorServiceImpl.java | 22 +- .../TbShopPurveyorTransactServiceImpl.java | 30 +- .../shopimpl}/TbShopTableServiceImpl.java | 23 +- .../impl/shopimpl}/TbShopUnitServiceImpl.java | 25 +- .../impl/shopimpl}/TbShopUserServiceImpl.java | 22 +- .../service/order}/TbCashierCartService.java | 8 +- .../service/order}/TbOrderDetailService.java | 8 +- .../service/order}/TbOrderInfoService.java | 8 +- .../product}/TbProductGroupService.java | 12 +- .../service/product}/TbProductService.java | 10 +- .../product}/TbProductSkuResultService.java | 8 +- .../service/product}/TbProductSkuService.java | 8 +- .../product}/TbProductSpecService.java | 10 +- .../product}/TbProductStockDetailService.java | 8 +- .../product}/TbShopCategoryService.java | 8 +- .../shop}/TbMerchantAccountService.java | 8 +- .../shop}/TbMerchantRegisterService.java | 10 +- .../shop}/TbMerchantThirdApplyService.java | 8 +- .../shop}/TbPlussShopStaffService.java | 8 +- .../service/shop}/TbPrintMachineService.java | 14 +- .../service/shop}/TbReceiptSalesService.java | 8 +- .../service/shop}/TbShopAreaService.java | 8 +- .../shop}/TbShopCashSpreadService.java | 8 +- .../service/shop}/TbShopCurrencyService.java | 8 +- .../service/shop}/TbShopInfoService.java | 8 +- .../service/shop}/TbShopPurveyorService.java | 8 +- .../shop}/TbShopPurveyorTransactService.java | 10 +- .../service/shop}/TbShopTableService.java | 8 +- .../service/shop}/TbShopUnitService.java | 8 +- .../service/shop}/TbShopUserService.java | 8 +- .../ysk/cashier}/system/domain/Dept.java | 4 +- .../ysk/cashier}/system/domain/Dict.java | 4 +- .../cashier}/system/domain/DictDetail.java | 4 +- .../ysk/cashier}/system/domain/Job.java | 4 +- .../ysk/cashier}/system/domain/Menu.java | 4 +- .../ysk/cashier}/system/domain/Role.java | 6 +- .../ysk/cashier}/system/domain/User.java | 4 +- .../cashier}/system/domain/vo/MenuMetaVo.java | 2 +- .../ysk/cashier}/system/domain/vo/MenuVo.java | 2 +- .../cashier}/system/domain/vo/UserPassVo.java | 2 +- .../system/repository/DeptRepository.java | 4 +- .../repository/DictDetailRepository.java | 5 +- .../system/repository/DictRepository.java | 4 +- .../system/repository/JobRepository.java | 4 +- .../system/repository/MenuRepository.java | 4 +- .../system/repository/RoleRepository.java | 4 +- .../system/repository/UserRepository.java | 4 +- .../cashier}/system/rest/DeptController.java | 16 +- .../cashier}/system/rest/DictController.java | 12 +- .../system/rest/DictDetailController.java | 16 +- .../cashier}/system/rest/JobController.java | 12 +- .../cashier}/system/rest/LimitController.java | 6 +- .../cashier}/system/rest/MenuController.java | 20 +- .../system/rest/MonitorController.java | 4 +- .../cashier}/system/rest/RoleController.java | 18 +- .../cashier}/system/rest/UserController.java | 36 +- .../system/rest/VerifyController.java | 12 +- .../cashier}/system/service/DataService.java | 6 +- .../cashier}/system/service/DeptService.java | 9 +- .../system/service/DictDetailService.java | 8 +- .../cashier}/system/service/DictService.java | 8 +- .../cashier}/system/service/JobService.java | 8 +- .../cashier}/system/service/MenuService.java | 8 +- .../system/service/MonitorService.java | 2 +- .../cashier}/system/service/RoleService.java | 14 +- .../cashier}/system/service/UserService.java | 10 +- .../system/service/VerifyService.java | 4 +- .../cashier}/system/service/dto/DeptDto.java | 4 +- .../system/service/dto/DeptQueryCriteria.java | 6 +- .../system/service/dto/DeptSmallDto.java | 2 +- .../system/service/dto/DictDetailDto.java | 4 +- .../service/dto/DictDetailQueryCriteria.java | 4 +- .../cashier}/system/service/dto/DictDto.java | 4 +- .../system/service/dto/DictQueryCriteria.java | 4 +- .../system/service/dto/DictSmallDto.java | 2 +- .../cashier}/system/service/dto/JobDto.java | 4 +- .../system/service/dto/JobQueryCriteria.java | 4 +- .../system/service/dto/JobSmallDto.java | 2 +- .../cashier}/system/service/dto/MenuDto.java | 4 +- .../system/service/dto/MenuQueryCriteria.java | 4 +- .../cashier}/system/service/dto/RoleDto.java | 4 +- .../system/service/dto/RoleQueryCriteria.java | 4 +- .../system/service/dto/RoleSmallDto.java | 2 +- .../cashier}/system/service/dto/UserDto.java | 4 +- .../system/service/dto/UserLoginDto.java | 2 +- .../system/service/dto/UserQueryCriteria.java | 4 +- .../system/service/impl/DataServiceImpl.java | 16 +- .../system/service/impl/DeptServiceImpl.java | 26 +- .../service/impl/DictDetailServiceImpl.java | 23 +- .../system/service/impl/DictServiceImpl.java | 18 +- .../system/service/impl/JobServiceImpl.java | 22 +- .../system/service/impl/MenuServiceImpl.java | 34 +- .../service/impl/MonitorServiceImpl.java | 10 +- .../system/service/impl/RoleServiceImpl.java | 36 +- .../system/service/impl/UserServiceImpl.java | 36 +- .../service/impl/VerifyServiceImpl.java | 10 +- .../system/service/mapstruct/DeptMapper.java | 8 +- .../service/mapstruct/DeptSmallMapper.java | 8 +- .../service/mapstruct/DictDetailMapper.java | 8 +- .../system/service/mapstruct/DictMapper.java | 8 +- .../service/mapstruct/DictSmallMapper.java | 8 +- .../system/service/mapstruct/JobMapper.java | 8 +- .../service/mapstruct/JobSmallMapper.java | 8 +- .../system/service/mapstruct/MenuMapper.java | 8 +- .../system/service/mapstruct/RoleMapper.java | 8 +- .../service/mapstruct/RoleSmallMapper.java | 8 +- .../service/mapstruct/UserLoginMapper.java | 8 +- .../system/service/mapstruct/UserMapper.java | 8 +- .../ysk/cashier}/vo/AddProduct.java | 2 +- .../cashier/vo}/ProductStockOperateVO.java | 2 +- .../ysk/cashier/vo}/PurveyorTransactVO.java | 4 +- .../ysk/cashier}/vo/TbOrderInfoVo.java | 4 +- .../ysk/cashier/vo}/TbPrintMachineVO.java | 2 +- .../ysk/cashier/vo}/TbProductSpecVo.java | 2 +- .../ysk/cashier/vo}/TbProductVo.java | 4 +- .../ysk/cashier/vo}/TbShopCashVo.java | 2 +- .../zhengjie/modules/member/domain/CUser.java | 107 - .../member/repository/CUserRepository.java | 28 - .../modules/member/rest/CUserController.java | 87 - .../modules/member/service/CUserService.java | 83 - .../modules/member/service/dto/CUserDto.java | 68 - .../service/dto/CUserQueryCriteria.java | 49 - .../member/service/impl/CUserServiceImpl.java | 116 - .../member/service/mapstruct/CUserMapper.java | 32 - .../productSku/domain/TbProductSkuVO.java | 8 - .../productSku/service/dto/SkuDto.java | 37 - .../modules/register/domain/ViewRegister.java | 74 - .../repository/ViewRegisterRepository.java | 28 - .../register/rest/ViewRegisterController.java | 87 - .../register/service/ViewRegisterService.java | 83 - .../register/service/dto/ViewRegisterDto.java | 53 - .../dto/ViewRegisterQueryCriteria.java | 62 - .../service/impl/ViewRegisterServiceImpl.java | 110 - .../service/mapstruct/ViewRegisterMapper.java | 32 - .../service/VO/PurveyorTransactSumVO.java | 29 - .../template/generator/admin/Controller.ftl | 2 +- .../template/generator/admin/Mapper.ftl | 2 +- .../generator/admin/QueryCriteria.ftl | 2 +- .../template/generator/admin/ServiceImpl.ftl | 10 +- .../EladminSystemApplicationTests.java | 2 +- eladmin-tools/pom.xml | 8 +- .../ysk/cashier}/config/MultipartConfig.java | 2 +- .../ysk/cashier}/domain/AlipayConfig.java | 2 +- .../ysk/cashier}/domain/EmailConfig.java | 2 +- .../ysk/cashier}/domain/LocalStorage.java | 4 +- .../ysk/cashier}/domain/QiniuConfig.java | 2 +- .../ysk/cashier}/domain/QiniuContent.java | 2 +- .../ysk/cashier}/domain/vo/EmailVo.java | 2 +- .../ysk/cashier}/domain/vo/TradeVo.java | 2 +- .../cashier}/repository/AliPayRepository.java | 4 +- .../cashier}/repository/EmailRepository.java | 4 +- .../repository/LocalStorageRepository.java | 4 +- .../repository/QiNiuConfigRepository.java | 4 +- .../repository/QiniuContentRepository.java | 4 +- .../ysk/cashier}/rest/AliPayController.java | 18 +- .../ysk/cashier}/rest/EmailController.java | 10 +- .../cashier}/rest/LocalStorageController.java | 14 +- .../ysk/cashier}/rest/QiniuController.java | 12 +- .../ysk/cashier}/service/AliPayService.java | 6 +- .../ysk/cashier}/service/EmailService.java | 6 +- .../cashier}/service/LocalStorageService.java | 8 +- .../ysk/cashier}/service/QiNiuService.java | 8 +- .../cashier}/service/dto/LocalStorageDto.java | 4 +- .../dto/LocalStorageQueryCriteria.java | 4 +- .../service/dto/PictureQueryCriteria.java | 4 +- .../service/dto/QiniuQueryCriteria.java | 4 +- .../service/impl/AliPayServiceImpl.java | 12 +- .../service/impl/EmailServiceImpl.java | 14 +- .../service/impl/LocalStorageServiceImpl.java | 21 +- .../service/impl/QiNiuServiceImpl.java | 30 +- .../service/mapstruct/LocalStorageMapper.java | 8 +- .../ysk/cashier}/utils/AliPayStatusEnum.java | 2 +- .../ysk/cashier}/utils/AlipayUtils.java | 4 +- .../ysk/cashier}/utils/QiNiuUtil.java | 2 +- oss-service/pom.xml | 2 +- pom.xml | 2 +- product/category/index.vue | 156 + product/category/tbShopCategory.js | 27 + sql/eladmin.sql | 2758 ----------------- sql/tool_picture.sql | 2 - sql/脚本如何选择.md | 11 - 603 files changed, 2256 insertions(+), 6114 deletions(-) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/AnonymousAccess.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/DataPermission.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/Limit.java (94%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/Query.java (98%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/rest/AnonymousDeleteMapping.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/rest/AnonymousGetMapping.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/rest/AnonymousPatchMapping.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/rest/AnonymousPostMapping.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/rest/AnonymousPutMapping.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/aspect/LimitAspect.java (92%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/aspect/LimitType.java (95%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/base/BaseDTO.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/base/BaseEntity.java (98%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/base/BaseMapper.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/AuditorConfig.java (94%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/ElAdminProperties.java (93%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/ElPermissionConfig.java (94%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/FileProperties.java (95%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/RedisConfig.java (90%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/RsaProperties.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/SwaggerConfig.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/BadConfigurationException.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/BadRequestException.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/EntityExistException.java (96%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/EntityNotFoundException.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/NewBadRequestException.java (93%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/handler/ApiError.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/exception/handler/GlobalExceptionHandler.java (94%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/CacheKey.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/CallBack.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/CloseUtil.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/DateUtil.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/ElAdminConstant.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/EncryptUtils.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/FileUtil.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/ListUtil.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/MD5Utils.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/PageUtil.java (98%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/PhoneUtil.java (94%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/QueryHelp.java (98%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/RedisUtils.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/RequestHolder.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/Result.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/RsaUtils.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/SecurityUtils.java (95%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/SpringContextHolder.java (99%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/StringUtils.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/Threads.java (89%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/ThrowableUtil.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/TranslatorUtil.java (98%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/ValidationUtil.java (93%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/enums/CodeBiEnum.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/enums/CodeEnum.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/enums/DataScopeEnum.java (97%) rename eladmin-common/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/enums/RequestMethodEnum.java (97%) rename eladmin-common/src/test/java/{me/zhengjie => cn/ysk/cashier}/utils/DateUtilsTest.java (96%) rename eladmin-common/src/test/java/{me/zhengjie => cn/ysk/cashier}/utils/EncryptUtilsTest.java (88%) rename eladmin-common/src/test/java/{me/zhengjie => cn/ysk/cashier}/utils/FileUtilTest.java (92%) rename eladmin-common/src/test/java/{me/zhengjie => cn/ysk/cashier}/utils/StringUtilsTest.java (78%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/ColumnInfo.java (97%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/GenConfig.java (98%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/vo/TableInfo.java (96%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/ColumnInfoRepository.java (92%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/GenConfigRepository.java (92%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/GenConfigController.java (93%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/GeneratorController.java (94%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/GenConfigService.java (93%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/GeneratorService.java (93%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/GenConfigServiceImpl.java (90%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/GeneratorServiceImpl.java (94%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/ColUtil.java (98%) rename eladmin-generator/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/GenUtil.java (99%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/annotation/Log.java (96%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/aspect/LogAspect.java (89%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/Log.java (98%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/LogRepository.java (94%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/LogController.java (95%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/LogService.java (95%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/LogErrorDTO.java (96%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/LogQueryCriteria.java (93%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/LogSmallDTO.java (96%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/LogServiceImpl.java (93%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/mapstruct/LogErrorMapper.java (84%) rename eladmin-logging/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/mapstruct/LogSmallMapper.java (84%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/AppRun.java (88%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/ConfigurerAdapter.java (99%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/JacksonConfig.java (97%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/RelaxedQueryCharsConnectorCustomizer (93%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/WebSocketConfig.java (97%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/fastJsonConfig.java (98%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier/config}/interceptor/UserInterceptor.java (93%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier/config}/interceptor/WebConfig.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/ConfigBeanConfiguration.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/SpringSecurityConfig.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/bean/LoginCode.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/bean/LoginCodeEnum.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/bean/LoginProperties.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/config/bean/SecurityProperties.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/rest/AuthorizationController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/rest/OnlineController.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/security/JwtAccessDeniedHandler.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/security/JwtAuthenticationEntryPoint.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/security/TokenConfigurer.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/security/TokenFilter.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/security/TokenProvider.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/OnlineUserService.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/UserCacheManager.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/UserDetailsServiceImpl.java (84%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/dto/AuthUserDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/dto/AuthorityDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/dto/JwtUserDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier/config}/security/service/dto/OnlineUserDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/thread/AsyncTaskExecutePool.java (98%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/thread/AsyncTaskProperties.java (93%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/thread/TheadFactoryName.java (96%) rename eladmin-system/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/thread/ThreadPoolExecutorUtil.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/rest => cn/ysk/cashier/controller}/BotButtonConfigController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/rest => cn/ysk/cashier/controller}/BotConfigController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user/rest => cn/ysk/cashier/controller}/BotUserController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account/rest => cn/ysk/cashier/controller}/BotUserFlowController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals/rest => cn/ysk/cashier/controller}/TbRenewalsPayLogController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/rest => cn/ysk/cashier/controller}/TbShopPayTypeController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo/rest => cn/ysk/cashier/controller}/TbUserInfoController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/rest => cn/ysk/cashier/controller/order}/TbCashierCartController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/rest => cn/ysk/cashier/controller/order}/TbOrderDetailController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/rest => cn/ysk/cashier/controller/order}/TbOrderInfoController.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/rest => cn/ysk/cashier/controller/product}/TbProductController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/rest => cn/ysk/cashier/controller/product}/TbProductGroupController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/rest => cn/ysk/cashier/controller/product}/TbProductSkuController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/rest => cn/ysk/cashier/controller/product}/TbProductSkuResultController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/rest => cn/ysk/cashier/controller/product}/TbProductSpecController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/rest => cn/ysk/cashier/controller/product}/TbProductStockDetailController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/rest => cn/ysk/cashier/controller/product}/TbProductStockOperateController.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/rest => cn/ysk/cashier/controller/product}/TbShopCategoryController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/rest => cn/ysk/cashier/controller/shop}/TbMerchantAccountController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/rest => cn/ysk/cashier/controller/shop}/TbMerchantRegisterController.java (84%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/rest => cn/ysk/cashier/controller/shop}/TbMerchantThirdApplyController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/rest => cn/ysk/cashier/controller/shop}/TbPlussShopStaffController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/domain => cn/ysk/cashier/controller/shop}/TbPrintMachine.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/rest => cn/ysk/cashier/controller/shop}/TbPrintMachineController.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/rest => cn/ysk/cashier/controller/shop}/TbReceiptSalesController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/rest => cn/ysk/cashier/controller/shop}/TbShopAreaController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/rest => cn/ysk/cashier/controller/shop}/TbShopCashSpreadController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/rest => cn/ysk/cashier/controller/shop}/TbShopCurrencyController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/rest => cn/ysk/cashier/controller/shop}/TbShopInfoController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/rest => cn/ysk/cashier/controller/shop}/TbShopPurveyorController.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/rest => cn/ysk/cashier/controller/shop}/TbShopPurveyorTransactController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/rest => cn/ysk/cashier/controller/shop}/TbShopTableController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/rest => cn/ysk/cashier/controller/shop}/TbShopUnitController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/rest => cn/ysk/cashier/controller/shop}/TbShopUserController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service => cn/ysk/cashier}/dto/BotButtonConfigDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service => cn/ysk/cashier}/dto/BotButtonConfigQueryCriteria.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service => cn/ysk/cashier}/dto/BotConfigDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service => cn/ysk/cashier}/dto/BotConfigQueryCriteria.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user/service => cn/ysk/cashier}/dto/BotUserDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account/service => cn/ysk/cashier}/dto/BotUserFlowDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account/service => cn/ysk/cashier}/dto/BotUserFlowQueryCriteria.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user/service => cn/ysk/cashier}/dto/BotUserQueryCriteria.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals/service => cn/ysk/cashier}/dto/TbRenewalsPayLogDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals/service => cn/ysk/cashier}/dto/TbRenewalsPayLogQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/service => cn/ysk/cashier}/dto/TbShopPayTypeDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/service => cn/ysk/cashier}/dto/TbShopPayTypeQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo/service => cn/ysk/cashier}/dto/TbUserInfoDto.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo/service => cn/ysk/cashier}/dto/TbUserInfoQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/service/dto => cn/ysk/cashier/dto/order}/TbCashierCartDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/service/dto => cn/ysk/cashier/dto/order}/TbCashierCartQueryCriteria.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/service/dto => cn/ysk/cashier/dto/order}/TbOrderDetailDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/service/dto => cn/ysk/cashier/dto/order}/TbOrderDetailQueryCriteria.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service/dto => cn/ysk/cashier/dto/order}/TbOrderInfoDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service/dto => cn/ysk/cashier/dto/order}/TbOrderInfoQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/dto => cn/ysk/cashier/dto/product}/OutAndOnDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/dto => cn/ysk/cashier/dto/product}/ProductListDto.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/dto => cn/ysk/cashier/dto/product}/SpecDto.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/service/dto => cn/ysk/cashier/dto/product}/TbProductDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service/dto => cn/ysk/cashier/dto/product}/TbProductGroupDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service/dto => cn/ysk/cashier/dto/product}/TbProductGroupQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/service/dto => cn/ysk/cashier/dto/product}/TbProductQueryCriteria.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/service/dto => cn/ysk/cashier/dto/product}/TbProductSkuDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/service/dto => cn/ysk/cashier/dto/product}/TbProductSkuQueryCriteria.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/service/dto => cn/ysk/cashier/dto/product}/TbProductSkuResultDto.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/service/dto => cn/ysk/cashier/dto/product}/TbProductSkuResultQueryCriteria.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/dto => cn/ysk/cashier/dto/product}/TbProductSpecDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/dto => cn/ysk/cashier/dto/product}/TbProductSpecQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/service/dto => cn/ysk/cashier/dto/product}/TbProductStockDetailDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/service/dto => cn/ysk/cashier/dto/product}/TbProductStockDetailQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/dto => cn/ysk/cashier/dto/product}/TbProductStockOperateDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/dto => cn/ysk/cashier/dto/product}/TbProductStockOperateQueryCriteria.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/service/dto => cn/ysk/cashier/dto/product}/TbShopCategoryDto.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/service/dto => cn/ysk/cashier/dto/product}/TbShopCategoryQueryCriteria.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/dto => cn/ysk/cashier/dto/shop}/PrintConfig.java (67%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/dto => cn/ysk/cashier/dto/shop}/PrintMachineDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantAccountDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantAccountQueryCriteria.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantRegisterDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantRegisterQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantThirdApplyDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/service/dto => cn/ysk/cashier/dto/shop}/TbMerchantThirdApplyQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/service/dto => cn/ysk/cashier/dto/shop}/TbPlussShopStaffDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/service/dto => cn/ysk/cashier/dto/shop}/TbPlussShopStaffQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/dto => cn/ysk/cashier/dto/shop}/TbPrintMachineDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/dto => cn/ysk/cashier/dto/shop}/TbPrintMachineQueryCriteria.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto => cn/ysk/cashier/dto/shop}/TbReceiptSalesDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto => cn/ysk/cashier/dto/shop}/TbReceiptSalesQueryCriteria.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/service/dto => cn/ysk/cashier/dto/shop}/TbShopAreaDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/service/dto => cn/ysk/cashier/dto/shop}/TbShopAreaQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service/dto => cn/ysk/cashier/dto/shop}/TbShopCashSpreadDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service/dto => cn/ysk/cashier/dto/shop}/TbShopCashSpreadQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/service/dto => cn/ysk/cashier/dto/shop}/TbShopCurrencyDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/service/dto => cn/ysk/cashier/dto/shop}/TbShopCurrencyQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/service/dto => cn/ysk/cashier/dto/shop}/TbShopInfoDto.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/service/dto => cn/ysk/cashier/dto/shop}/TbShopInfoQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/service/dto => cn/ysk/cashier/dto/shop}/TbShopPurveyorDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/service/dto => cn/ysk/cashier/dto/shop}/TbShopPurveyorQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto => cn/ysk/cashier/dto/shop}/TbShopPurveyorTransactDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto => cn/ysk/cashier/dto/shop}/TbShopPurveyorTransactQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/service/dto => cn/ysk/cashier/dto/shop}/TbShopTableDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/service/dto => cn/ysk/cashier/dto/shop}/TbShopTableQueryCriteria.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/service/dto => cn/ysk/cashier/dto/shop}/TbShopUnitDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/service/dto => cn/ysk/cashier/dto/shop}/TbShopUnitQueryCriteria.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/service/dto => cn/ysk/cashier/dto/shop}/TbShopUserDto.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/service/dto => cn/ysk/cashier/dto/shop}/TbShopUserQueryCriteria.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/domain => cn/ysk/cashier/enums}/PayTypeEnum.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service/mapstruct => cn/ysk/cashier/mapper}/BotButtonConfigMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/service/mapstruct => cn/ysk/cashier/mapper}/BotConfigMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account/service/mapstruct => cn/ysk/cashier/mapper}/BotUserFlowMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user/service/mapstruct => cn/ysk/cashier/mapper}/BotUserMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals/service/mapstruct => cn/ysk/cashier/mapper}/TbRenewalsPayLogMapper.java (80%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/service/mapstruct => cn/ysk/cashier/mapper}/TbShopPayTypeMapper.java (80%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo/service/mapstruct => cn/ysk/cashier/mapper}/TbUserInfoMapper.java (80%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/service/mapstruct => cn/ysk/cashier/mapper/order}/TbCashierCartMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/service/mapstruct => cn/ysk/cashier/mapper/order}/TbOrderDetailMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service/mapstruct => cn/ysk/cashier/mapper/order}/TbOrderInfoMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductGroupMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductSkuMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductSpecMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductStockDetailMapper.java (76%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/mapstruct => cn/ysk/cashier/mapper/product}/TbProductStockOperateMapper.java (75%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/service/mapstruct => cn/ysk/cashier/mapper/product}/TbShopCategoryMapper.java (76%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbMerchantAccountMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbMerchantRegisterMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbMerchantThirdApplyMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbPlussShopStaffMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbPrintMachineMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbReceiptSalesMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopAreaMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopCashSpreadMapper.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopCurrencyMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopInfoMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopPurveyorMapper.java (77%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopPurveyorTransactMapper.java (75%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopTableMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopUnitMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/service/mapstruct => cn/ysk/cashier/mapper/shop}/TbShopUserMapper.java (79%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/domain/App.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/domain/Database.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/domain/Deploy.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/domain/DeployHistory.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/domain/ServerDeploy.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/repository/AppRepository.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/repository/DatabaseRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/repository/DeployHistoryRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/repository/DeployRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/repository/ServerDeployRepository.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/rest/AppController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/rest/DatabaseController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/rest/DeployController.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/rest/DeployHistoryController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/rest/ServerDeployController.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/AppService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/DatabaseService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/DeployHistoryService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/DeployService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/ServerDeployService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/AppDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/AppQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DatabaseDto.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DatabaseQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DeployDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DeployHistoryDto.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DeployHistoryQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/DeployQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/ServerDeployDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/dto/ServerDeployQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/impl/AppServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/impl/DatabaseServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/impl/DeployHistoryServiceImpl.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/impl/DeployServiceImpl.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/impl/ServerDeployServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/mapstruct/AppMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/mapstruct/DatabaseMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/mapstruct/DeployHistoryMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/mapstruct/DeployMapper.java (83%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/service/mapstruct/ServerDeployMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/util/DataTypeEnum.java (99%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/util/ExecuteShellUtil.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/util/ScpClientUtil.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/util/SqlUtils.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/websocket/MsgType.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/websocket/SocketMsg.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/mnt/websocket/WebSocketServer.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/domain => cn/ysk/cashier/pojo}/BotButtonConfig.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot/domain => cn/ysk/cashier/pojo}/BotConfig.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user/domain => cn/ysk/cashier/pojo}/BotUser.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account/domain => cn/ysk/cashier/pojo}/BotUserFlow.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals/domain => cn/ysk/cashier/pojo}/TbRenewalsPayLog.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType/domain => cn/ysk/cashier/pojo}/TbShopPayType.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo/domain => cn/ysk/cashier/pojo}/TbUserInfo.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/domain => cn/ysk/cashier/pojo/order}/TbCashierCart.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/domain => cn/ysk/cashier/pojo/order}/TbOrderDetail.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/domain => cn/ysk/cashier/pojo/order}/TbOrderInfo.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/domain => cn/ysk/cashier/pojo/product}/TbProduct.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/domain => cn/ysk/cashier/pojo/product}/TbProductGroup.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/domain => cn/ysk/cashier/pojo/product}/TbProductSku.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/domain => cn/ysk/cashier/pojo/product}/TbProductSkuResult.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/domain => cn/ysk/cashier/pojo/product}/TbProductSpec.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/domain => cn/ysk/cashier/pojo/product}/TbProductStockDetail.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/domain => cn/ysk/cashier/pojo/product}/TbProductStockOperate.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/domain => cn/ysk/cashier/pojo/product}/TbShopCategory.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/domain => cn/ysk/cashier/pojo/shop}/TbMerchantAccount.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/domain => cn/ysk/cashier/pojo/shop}/TbMerchantRegister.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/domain => cn/ysk/cashier/pojo/shop}/TbMerchantThirdApply.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/domain => cn/ysk/cashier/pojo/shop}/TbPlussShopStaff.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/domain => cn/ysk/cashier/pojo/shop}/TbReceiptSales.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/domain => cn/ysk/cashier/pojo/shop}/TbShopArea.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/domain => cn/ysk/cashier/pojo/shop}/TbShopCashSpread.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/domain => cn/ysk/cashier/pojo/shop}/TbShopCurrency.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/domain => cn/ysk/cashier/pojo/shop}/TbShopInfo.java (99%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/domain => cn/ysk/cashier/pojo/shop}/TbShopPurveyor.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/domain => cn/ysk/cashier/pojo/shop}/TbShopPurveyorTransact.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/domain => cn/ysk/cashier/pojo/shop}/TbShopTable.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/domain => cn/ysk/cashier/pojo/shop}/TbShopUnit.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/domain => cn/ysk/cashier/pojo/shop}/TbShopUser.java (98%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/config/JobRunner.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/config/QuartzConfig.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/domain/QuartzJob.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/domain/QuartzLog.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/repository/QuartzJobRepository.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/repository/QuartzLogRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/rest/QuartzJobController.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/service/QuartzJobService.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/service/dto/JobQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/service/impl/QuartzJobServiceImpl.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/task/TestTask.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/utils/ExecutionJob.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/utils/QuartzManage.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/quartz/utils/QuartzRunnable.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/repository/BotButtonConfigRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/repository/BotConfigRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account => cn/ysk/cashier}/repository/BotUserFlowRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user => cn/ysk/cashier}/repository/BotUserRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals => cn/ysk/cashier}/repository/TbRenewalsPayLogRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType => cn/ysk/cashier}/repository/TbShopPayTypeRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo => cn/ysk/cashier}/repository/TbUserInfoRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/repository => cn/ysk/cashier/repository/order}/TbCashierCartRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/repository => cn/ysk/cashier/repository/order}/TbOrderDetailRepository.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/repository => cn/ysk/cashier/repository/order}/TbOrderInfoRepository.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/repository => cn/ysk/cashier/repository/product}/TbProductGroupRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/repository => cn/ysk/cashier/repository/product}/TbProductRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/repository => cn/ysk/cashier/repository/product}/TbProductSkuRepository.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/service/mapstruct => cn/ysk/cashier/repository/product}/TbProductSkuResultMapper.java (76%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/repository => cn/ysk/cashier/repository/product}/TbProductSkuResultRepository.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/repository => cn/ysk/cashier/repository/product}/TbProductSpecRepository.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/repository => cn/ysk/cashier/repository/product}/TbProductStockDetailRepository.java (83%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/repository => cn/ysk/cashier/repository/product}/TbProductStockOperateRepository.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/repository => cn/ysk/cashier/repository/product}/TbShopCategoryRepository.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/repository => cn/ysk/cashier/repository/shop}/TbMerchantAccountRepository.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/repository => cn/ysk/cashier/repository/shop}/TbMerchantRegisterRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/repository => cn/ysk/cashier/repository/shop}/TbMerchantThirdApplyRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/repository => cn/ysk/cashier/repository/shop}/TbPlussShopStaffRepository.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/repository => cn/ysk/cashier/repository/shop}/TbPrintMachineRepository.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/repository => cn/ysk/cashier/repository/shop}/TbReceiptSalesRepository.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/repository => cn/ysk/cashier/repository/shop}/TbShopAreaRepository.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/repository => cn/ysk/cashier/repository/shop}/TbShopCashSpreadRepository.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/repository => cn/ysk/cashier/repository/shop}/TbShopCurrencyRepository.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/repository => cn/ysk/cashier/repository/shop}/TbShopInfoRepository.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/repository => cn/ysk/cashier/repository/shop}/TbShopPurveyorRepository.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/repository => cn/ysk/cashier/repository/shop}/TbShopPurveyorTransactRepository.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/repository => cn/ysk/cashier/repository/shop}/TbShopTableRepository.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/repository => cn/ysk/cashier/repository/shop}/TbShopUnitRepository.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/repository => cn/ysk/cashier/repository/shop}/TbShopUserRepository.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/service/BotButtonConfigService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/service/BotConfigService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account => cn/ysk/cashier}/service/BotUserFlowService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user => cn/ysk/cashier}/service/BotUserService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate => cn/ysk/cashier}/service/TbProductStockOperateService.java (78%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals => cn/ysk/cashier}/service/TbRenewalsPayLogService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType => cn/ysk/cashier}/service/TbShopPayTypeService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo => cn/ysk/cashier}/service/TbUserInfoService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/service/impl/BotButtonConfigServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/bot => cn/ysk/cashier}/service/impl/BotConfigServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/account => cn/ysk/cashier}/service/impl/BotUserFlowServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/user => cn/ysk/cashier}/service/impl/BotUserServiceImpl.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/renewals => cn/ysk/cashier}/service/impl/TbRenewalsPayLogServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/payType => cn/ysk/cashier}/service/impl/TbShopPayTypeServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/userInfo => cn/ysk/cashier}/service/impl/TbUserInfoServiceImpl.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/service/impl => cn/ysk/cashier/service/impl/order}/TbCashierCartServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/service/impl => cn/ysk/cashier/service/impl/order}/TbOrderDetailServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service/impl => cn/ysk/cashier/service/impl/order}/TbOrderInfoServiceImpl.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductGroupServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductServiceImpl.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductSkuResultServiceImpl.java (83%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductSkuServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductSpecServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductStockDetailServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbProductStockOperateServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/service/impl => cn/ysk/cashier/service/impl/productimpl}/TbShopCategoryServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbMerchantAccountServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbMerchantRegisterServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbMerchantThirdApplyServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbPlussShopStaffServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbPrintMachineServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbReceiptSalesServiceImpl.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopAreaServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopCashSpreadServiceImpl.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopCurrencyServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopInfoServiceImpl.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopPurveyorServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopPurveyorTransactServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopTableServiceImpl.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopUnitServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/service/impl => cn/ysk/cashier/service/impl/shopimpl}/TbShopUserServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/cashierCart/service => cn/ysk/cashier/service/order}/TbCashierCartService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderDetail/service => cn/ysk/cashier/service/order}/TbOrderDetailService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service => cn/ysk/cashier/service/order}/TbOrderInfoService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service => cn/ysk/cashier/service/product}/TbProductGroupService.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/service => cn/ysk/cashier/service/product}/TbProductService.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSkuResult/service => cn/ysk/cashier/service/product}/TbProductSkuResultService.java (85%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSku/service => cn/ysk/cashier/service/product}/TbProductSkuService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service => cn/ysk/cashier/service/product}/TbProductSpecService.java (84%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStock/service => cn/ysk/cashier/service/product}/TbProductStockDetailService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productCategory/service => cn/ysk/cashier/service/product}/TbShopCategoryService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/merchantAccount/service => cn/ysk/cashier/service/shop}/TbMerchantAccountService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopRegister/service => cn/ysk/cashier/service/shop}/TbMerchantRegisterService.java (84%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopThirdApply/service => cn/ysk/cashier/service/shop}/TbMerchantThirdApplyService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopStaff/service => cn/ysk/cashier/service/shop}/TbPlussShopStaffService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service => cn/ysk/cashier/service/shop}/TbPrintMachineService.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopReceiptSales/service => cn/ysk/cashier/service/shop}/TbReceiptSalesService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopArea/service => cn/ysk/cashier/service/shop}/TbShopAreaService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service => cn/ysk/cashier/service/shop}/TbShopCashSpreadService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopCurrency/service => cn/ysk/cashier/service/shop}/TbShopCurrencyService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shop/service => cn/ysk/cashier/service/shop}/TbShopInfoService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyor/service => cn/ysk/cashier/service/shop}/TbShopPurveyorService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service => cn/ysk/cashier/service/shop}/TbShopPurveyorTransactService.java (80%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/table/service => cn/ysk/cashier/service/shop}/TbShopTableService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUnit/service => cn/ysk/cashier/service/shop}/TbShopUnitService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopUser/service => cn/ysk/cashier/service/shop}/TbShopUserService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/Dept.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/Dict.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/DictDetail.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/Job.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/Menu.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/Role.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/User.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/vo/MenuMetaVo.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/vo/MenuVo.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/domain/vo/UserPassVo.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/DeptRepository.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/DictDetailRepository.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/DictRepository.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/JobRepository.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/MenuRepository.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/RoleRepository.java (96%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/repository/UserRepository.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/DeptController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/DictController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/DictDetailController.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/JobController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/LimitController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/MenuController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/MonitorController.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/RoleController.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/UserController.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/rest/VerifyController.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/DataService.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/DeptService.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/DictDetailService.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/DictService.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/JobService.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/MenuService.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/MonitorService.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/RoleService.java (87%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/UserService.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/VerifyService.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DeptDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DeptQueryCriteria.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DeptSmallDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DictDetailDto.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DictDetailQueryCriteria.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DictDto.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DictQueryCriteria.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/DictSmallDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/JobDto.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/JobQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/JobSmallDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/MenuDto.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/MenuQueryCriteria.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/RoleDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/RoleQueryCriteria.java (91%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/RoleSmallDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/UserDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/UserLoginDto.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/dto/UserQueryCriteria.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/DataServiceImpl.java (86%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/DeptServiceImpl.java (93%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/DictDetailServiceImpl.java (84%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/DictServiceImpl.java (89%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/JobServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/MenuServiceImpl.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/MonitorServiceImpl.java (97%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/RoleServiceImpl.java (88%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/UserServiceImpl.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/impl/VerifyServiceImpl.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/DeptMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/DeptSmallMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/DictDetailMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/DictMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/DictSmallMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/JobMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/JobSmallMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/MenuMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/RoleMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/RoleSmallMapper.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/UserLoginMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules => cn/ysk/cashier}/system/service/mapstruct/UserMapper.java (82%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productGroup/service => cn/ysk/cashier}/vo/AddProduct.java (74%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productStockOperate/service/VO => cn/ysk/cashier/vo}/ProductStockOperateVO.java (92%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO => cn/ysk/cashier/vo}/PurveyorTransactVO.java (81%) rename eladmin-system/src/main/java/{me/zhengjie/modules/order/orderInfo/service => cn/ysk/cashier}/vo/TbOrderInfoVo.java (94%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopPrint/service/dto => cn/ysk/cashier/vo}/TbPrintMachineVO.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/productSpec/service/VO => cn/ysk/cashier/vo}/TbProductSpecVo.java (90%) rename eladmin-system/src/main/java/{me/zhengjie/modules/productInfo/product/domain => cn/ysk/cashier/vo}/TbProductVo.java (95%) rename eladmin-system/src/main/java/{me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashVo => cn/ysk/cashier/vo}/TbShopCashVo.java (62%) delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/domain/CUser.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/repository/CUserRepository.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/rest/CUserController.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/service/CUserService.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserDto.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserQueryCriteria.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/service/impl/CUserServiceImpl.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/member/service/mapstruct/CUserMapper.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSkuVO.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/SkuDto.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/domain/ViewRegister.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/repository/ViewRegisterRepository.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/rest/ViewRegisterController.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/service/ViewRegisterService.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterDto.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterQueryCriteria.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/service/impl/ViewRegisterServiceImpl.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/register/service/mapstruct/ViewRegisterMapper.java delete mode 100644 eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactSumVO.java rename eladmin-system/src/test/java/{me/zhengjie => cn/ysk/cashier}/EladminSystemApplicationTests.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/config/MultipartConfig.java (97%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/AlipayConfig.java (98%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/EmailConfig.java (98%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/LocalStorage.java (96%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/QiniuConfig.java (98%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/QiniuContent.java (98%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/vo/EmailVo.java (97%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/domain/vo/TradeVo.java (98%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/AliPayRepository.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/EmailRepository.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/LocalStorageRepository.java (92%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/QiNiuConfigRepository.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/repository/QiniuContentRepository.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/AliPayController.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/EmailController.java (90%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/LocalStorageController.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/rest/QiniuController.java (95%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/AliPayService.java (92%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/EmailService.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/LocalStorageService.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/QiNiuService.java (94%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/LocalStorageDto.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/LocalStorageQueryCriteria.java (92%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/PictureQueryCriteria.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/dto/QiniuQueryCriteria.java (92%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/AliPayServiceImpl.java (94%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/EmailServiceImpl.java (91%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/LocalStorageServiceImpl.java (90%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/impl/QiNiuServiceImpl.java (93%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/service/mapstruct/LocalStorageMapper.java (83%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/AliPayStatusEnum.java (97%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/AlipayUtils.java (97%) rename eladmin-tools/src/main/java/{me/zhengjie => cn/ysk/cashier}/utils/QiNiuUtil.java (98%) create mode 100644 product/category/index.vue create mode 100644 product/category/tbShopCategory.js delete mode 100644 sql/eladmin.sql delete mode 100644 sql/tool_picture.sql delete mode 100644 sql/脚本如何选择.md diff --git a/eladmin-common/pom.xml b/eladmin-common/pom.xml index a349edd4..ca722657 100644 --- a/eladmin-common/pom.xml +++ b/eladmin-common/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/AnonymousAccess.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/AnonymousAccess.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java index b2c168fe..d9143854 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/AnonymousAccess.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/AnonymousAccess.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.annotation; +package cn.ysk.cashier.annotation; import java.lang.annotation.*; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/DataPermission.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/annotation/DataPermission.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java index 044d551e..8a2d4373 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/DataPermission.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/DataPermission.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.annotation; +package cn.ysk.cashier.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/Limit.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java similarity index 94% rename from eladmin-common/src/main/java/me/zhengjie/annotation/Limit.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java index 58b41cf8..862db134 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/Limit.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Limit.java @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.annotation; +package cn.ysk.cashier.annotation; + +import cn.ysk.cashier.aspect.LimitType; -import me.zhengjie.aspect.LimitType; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/Query.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java similarity index 98% rename from eladmin-common/src/main/java/me/zhengjie/annotation/Query.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java index e1758c9b..0decf204 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/Query.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/Query.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.annotation; +package cn.ysk.cashier.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousDeleteMapping.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousDeleteMapping.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousDeleteMapping.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousDeleteMapping.java index 6a81c2e9..7d219cb3 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousDeleteMapping.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousDeleteMapping.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.annotation.rest; +package cn.ysk.cashier.annotation.rest; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; @@ -22,7 +22,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import me.zhengjie.annotation.AnonymousAccess; +import cn.ysk.cashier.annotation.AnonymousAccess; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousGetMapping.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousGetMapping.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousGetMapping.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousGetMapping.java index c260a71b..76850ce2 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousGetMapping.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousGetMapping.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.annotation.rest; +package cn.ysk.cashier.annotation.rest; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; @@ -22,7 +22,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import me.zhengjie.annotation.AnonymousAccess; +import cn.ysk.cashier.annotation.AnonymousAccess; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPatchMapping.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPatchMapping.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPatchMapping.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPatchMapping.java index 66866178..36ea1dcd 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPatchMapping.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPatchMapping.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.annotation.rest; +package cn.ysk.cashier.annotation.rest; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; @@ -22,7 +22,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import me.zhengjie.annotation.AnonymousAccess; +import cn.ysk.cashier.annotation.AnonymousAccess; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPostMapping.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPostMapping.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPostMapping.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPostMapping.java index 8f1cdcdd..75ba422f 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPostMapping.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPostMapping.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.annotation.rest; +package cn.ysk.cashier.annotation.rest; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; @@ -22,7 +22,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import me.zhengjie.annotation.AnonymousAccess; +import cn.ysk.cashier.annotation.AnonymousAccess; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; diff --git a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPutMapping.java b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPutMapping.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPutMapping.java rename to eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPutMapping.java index 7c417dac..b66cf6fa 100644 --- a/eladmin-common/src/main/java/me/zhengjie/annotation/rest/AnonymousPutMapping.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/annotation/rest/AnonymousPutMapping.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.annotation.rest; +package cn.ysk.cashier.annotation.rest; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; @@ -22,7 +22,7 @@ import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; -import me.zhengjie.annotation.AnonymousAccess; +import cn.ysk.cashier.annotation.AnonymousAccess; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; diff --git a/eladmin-common/src/main/java/me/zhengjie/aspect/LimitAspect.java b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java similarity index 92% rename from eladmin-common/src/main/java/me/zhengjie/aspect/LimitAspect.java rename to eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java index 31f40404..298d2806 100644 --- a/eladmin-common/src/main/java/me/zhengjie/aspect/LimitAspect.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitAspect.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.aspect; +package cn.ysk.cashier.aspect; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.utils.StringUtils; import com.google.common.collect.ImmutableList; -import me.zhengjie.annotation.Limit; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.utils.RequestHolder; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.annotation.Limit; +import cn.ysk.cashier.utils.RequestHolder; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; @@ -48,7 +48,7 @@ public class LimitAspect { this.redisTemplate = redisTemplate; } - @Pointcut("@annotation(me.zhengjie.annotation.Limit)") + @Pointcut("@annotation(cn.ysk.cashier.annotation.Limit)") public void pointcut() { } diff --git a/eladmin-common/src/main/java/me/zhengjie/aspect/LimitType.java b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java similarity index 95% rename from eladmin-common/src/main/java/me/zhengjie/aspect/LimitType.java rename to eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java index bf3f09e2..64b0665a 100644 --- a/eladmin-common/src/main/java/me/zhengjie/aspect/LimitType.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/aspect/LimitType.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.aspect; +package cn.ysk.cashier.aspect; /** * 限流枚举 diff --git a/eladmin-common/src/main/java/me/zhengjie/base/BaseDTO.java b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseDTO.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/base/BaseDTO.java rename to eladmin-common/src/main/java/cn/ysk/cashier/base/BaseDTO.java index e9e7cc23..d30d8cdc 100644 --- a/eladmin-common/src/main/java/me/zhengjie/base/BaseDTO.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseDTO.java @@ -1,4 +1,4 @@ -package me.zhengjie.base; +package cn.ysk.cashier.base; import lombok.Getter; import lombok.Setter; diff --git a/eladmin-common/src/main/java/me/zhengjie/base/BaseEntity.java b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java similarity index 98% rename from eladmin-common/src/main/java/me/zhengjie/base/BaseEntity.java rename to eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java index 618e100c..99a53263 100644 --- a/eladmin-common/src/main/java/me/zhengjie/base/BaseEntity.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseEntity.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.base; +package cn.ysk.cashier.base; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; diff --git a/eladmin-common/src/main/java/me/zhengjie/base/BaseMapper.java b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/base/BaseMapper.java rename to eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java index e8bb825d..6ebd69f1 100644 --- a/eladmin-common/src/main/java/me/zhengjie/base/BaseMapper.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/base/BaseMapper.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.base; +package cn.ysk.cashier.base; import java.util.List; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/AuditorConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java similarity index 94% rename from eladmin-common/src/main/java/me/zhengjie/config/AuditorConfig.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java index 006ef6b9..392a6c6e 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/AuditorConfig.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/AuditorConfig.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; -import me.zhengjie.utils.SecurityUtils; +import cn.ysk.cashier.utils.SecurityUtils; import org.springframework.data.domain.AuditorAware; import org.springframework.stereotype.Component; import java.util.Optional; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/ElAdminProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java similarity index 93% rename from eladmin-common/src/main/java/me/zhengjie/config/ElAdminProperties.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java index 28541858..f7122984 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/ElAdminProperties.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElAdminProperties.java @@ -13,10 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import lombok.Data; -import me.zhengjie.utils.StringUtils; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/ElPermissionConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java similarity index 94% rename from eladmin-common/src/main/java/me/zhengjie/config/ElPermissionConfig.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java index 9ae1fd5d..8ff884fb 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/ElPermissionConfig.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/ElPermissionConfig.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; -import me.zhengjie.utils.SecurityUtils; +import cn.ysk.cashier.utils.SecurityUtils; import org.springframework.security.core.GrantedAuthority; import org.springframework.stereotype.Service; import java.util.Arrays; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/FileProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java similarity index 95% rename from eladmin-common/src/main/java/me/zhengjie/config/FileProperties.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java index bf0ebf6a..e94b69eb 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/FileProperties.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/FileProperties.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import lombok.Data; -import me.zhengjie.utils.ElAdminConstant; +import cn.ysk.cashier.utils.ElAdminConstant; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/RedisConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java similarity index 90% rename from eladmin-common/src/main/java/me/zhengjie/config/RedisConfig.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java index 95217a26..308b76be 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/RedisConfig.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import cn.hutool.core.lang.Assert; import com.alibaba.fastjson.JSON; @@ -81,17 +81,17 @@ public class RedisConfig extends CachingConfigurerSupport { template.setValueSerializer(fastJsonRedisSerializer); template.setHashValueSerializer(fastJsonRedisSerializer); // fastjson 升级到 1.2.83 后需要指定序列化白名单 - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.domain"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.service.dto"); + ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.pojo"); + ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.service"); // 模块内的实体类 - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.mnt.domain"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.quartz.domain"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.system.domain"); +// ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.mnt.domain"); +// ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.quartz.domain"); +// ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.system.domain"); // 模块内的 Dto - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.mnt.service.dto"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.quartz.service.dto"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.security.service.dto"); - ParserConfig.getGlobalInstance().addAccept("me.zhengjie.modules.system.service.dto"); + ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.mnt"); + ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.quartz"); + ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.config"); +// ParserConfig.getGlobalInstance().addAccept("cn.ysk.cashier.system.service.dto"); // key的序列化采用StringRedisSerializer template.setKeySerializer(new StringRedisSerializer()); template.setHashKeySerializer(new StringRedisSerializer()); diff --git a/eladmin-common/src/main/java/me/zhengjie/config/RsaProperties.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/config/RsaProperties.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java index 0a4a5375..439cb52b 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/RsaProperties.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/RsaProperties.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import lombok.Data; import org.springframework.beans.factory.annotation.Value; diff --git a/eladmin-common/src/main/java/me/zhengjie/config/SwaggerConfig.java b/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/config/SwaggerConfig.java rename to eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java index 989be98d..5a88cba8 100644 --- a/eladmin-common/src/main/java/me/zhengjie/config/SwaggerConfig.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/config/SwaggerConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import cn.hutool.core.collection.CollUtil; import com.fasterxml.classmate.TypeResolver; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/BadConfigurationException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadConfigurationException.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/exception/BadConfigurationException.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/BadConfigurationException.java index ede3691f..20b545bd 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/BadConfigurationException.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadConfigurationException.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception; +package cn.ysk.cashier.exception; /** * 统一关于错误配置信息 异常 diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/BadRequestException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/exception/BadRequestException.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java index 900453bd..c953495f 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/BadRequestException.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/BadRequestException.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception; +package cn.ysk.cashier.exception; import lombok.Getter; import org.springframework.http.HttpStatus; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/EntityExistException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java similarity index 96% rename from eladmin-common/src/main/java/me/zhengjie/exception/EntityExistException.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java index 03f9bf2a..77e50fad 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/EntityExistException.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityExistException.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception; +package cn.ysk.cashier.exception; import org.springframework.util.StringUtils; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/EntityNotFoundException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/exception/EntityNotFoundException.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java index bcdc9562..1c57237a 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/EntityNotFoundException.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/EntityNotFoundException.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception; +package cn.ysk.cashier.exception; import org.springframework.util.StringUtils; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/NewBadRequestException.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/NewBadRequestException.java similarity index 93% rename from eladmin-common/src/main/java/me/zhengjie/exception/NewBadRequestException.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/NewBadRequestException.java index 85f822df..7a55a824 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/NewBadRequestException.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/NewBadRequestException.java @@ -1,4 +1,4 @@ -package me.zhengjie.exception; +package cn.ysk.cashier.exception; import lombok.Getter; import org.springframework.http.HttpStatus; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/handler/ApiError.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/exception/handler/ApiError.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java index 5112730b..83e95806 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/handler/ApiError.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/ApiError.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception.handler; +package cn.ysk.cashier.exception.handler; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; diff --git a/eladmin-common/src/main/java/me/zhengjie/exception/handler/GlobalExceptionHandler.java b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java similarity index 94% rename from eladmin-common/src/main/java/me/zhengjie/exception/handler/GlobalExceptionHandler.java rename to eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java index 23cbb383..613e0f8e 100644 --- a/eladmin-common/src/main/java/me/zhengjie/exception/handler/GlobalExceptionHandler.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/exception/handler/GlobalExceptionHandler.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.exception.handler; +package cn.ysk.cashier.exception.handler; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.exception.EntityExistException; -import me.zhengjie.exception.EntityNotFoundException; -import me.zhengjie.utils.ThrowableUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.exception.EntityExistException; +import cn.ysk.cashier.exception.EntityNotFoundException; +import cn.ysk.cashier.utils.ThrowableUtil; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.authentication.BadCredentialsException; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/CacheKey.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CacheKey.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/CacheKey.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/CacheKey.java index 7485713f..1134afd1 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/CacheKey.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CacheKey.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; /** * @author: liaojinlong diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/CallBack.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CallBack.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/CallBack.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/CallBack.java index 9b108127..a05520b6 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/CallBack.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CallBack.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; /** * @author: liaojinlong diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/CloseUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/CloseUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java index f39919f2..3673d04b 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/CloseUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/CloseUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import java.io.Closeable; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/DateUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/DateUtil.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/DateUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/DateUtil.java index 0b0bf637..f3b1fbcc 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/DateUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/DateUtil.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import java.time.*; import java.time.format.DateTimeFormatter; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/ElAdminConstant.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/ElAdminConstant.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java index 08f9c3c1..fcecec40 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/ElAdminConstant.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ElAdminConstant.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; /** * 常用静态常量 diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/EncryptUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/EncryptUtils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java index 4f334aac..93c3b493 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/EncryptUtils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/EncryptUtils.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import javax.crypto.Cipher; import javax.crypto.SecretKey; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/FileUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/FileUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java index 0d8d5fb4..0f2fcacc 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/FileUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/FileUtil.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.io.IoUtil; import cn.hutool.core.util.IdUtil; import cn.hutool.poi.excel.BigExcelWriter; import cn.hutool.poi.excel.ExcelUtil; -import me.zhengjie.exception.BadRequestException; +import cn.ysk.cashier.exception.BadRequestException; import org.apache.poi.util.IOUtils; import org.apache.poi.xssf.streaming.SXSSFSheet; import org.slf4j.Logger; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/ListUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ListUtil.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/ListUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/ListUtil.java index eab18ad0..c66fd420 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/ListUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ListUtil.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/MD5Utils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/MD5Utils.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/MD5Utils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/MD5Utils.java index 6f8cb611..56c4bdab 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/MD5Utils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/MD5Utils.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.util.ObjectUtil; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/PageUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java similarity index 98% rename from eladmin-common/src/main/java/me/zhengjie/utils/PageUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java index 1382584a..a3a22399 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/PageUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PageUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.springframework.data.domain.Page; import java.util.*; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/PhoneUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PhoneUtil.java similarity index 94% rename from eladmin-common/src/main/java/me/zhengjie/utils/PhoneUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/PhoneUtil.java index 5f79199a..eef0e174 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/PhoneUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/PhoneUtil.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import java.util.regex.Matcher; import java.util.regex.Pattern; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/QueryHelp.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java similarity index 98% rename from eladmin-common/src/main/java/me/zhengjie/utils/QueryHelp.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java index 69cb5e24..7cc3d442 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/QueryHelp.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/QueryHelp.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.collection.CollUtil; import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.util.ObjectUtil; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.annotation.DataPermission; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.DataPermission; +import cn.ysk.cashier.annotation.Query; import javax.persistence.criteria.*; import java.lang.reflect.Field; import java.util.*; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/RedisUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/RedisUtils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java index b49b3ca5..b60007cb 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/RedisUtils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RedisUtils.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import com.google.common.collect.Lists; import com.google.common.collect.Sets; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/RequestHolder.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/RequestHolder.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java index 71a4b9e5..1ef30138 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/RequestHolder.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RequestHolder.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.ServletRequestAttributes; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/Result.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/Result.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/Result.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/Result.java index 6b163385..c31a6539 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/Result.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/Result.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.date.DateUtil; import com.alibaba.fastjson.JSON; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/RsaUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RsaUtils.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/RsaUtils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/RsaUtils.java index 8123ff38..4f9f9a41 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/RsaUtils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/RsaUtils.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.apache.commons.codec.binary.Base64; import javax.crypto.Cipher; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/SecurityUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java similarity index 95% rename from eladmin-common/src/main/java/me/zhengjie/utils/SecurityUtils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java index 08f4c042..a7ee2a79 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/SecurityUtils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SecurityUtils.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.json.JSONArray; import cn.hutool.json.JSONObject; import cn.hutool.json.JSONUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.utils.enums.DataScopeEnum; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.utils.enums.DataScopeEnum; import org.springframework.http.HttpStatus; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/SpringContextHolder.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java similarity index 99% rename from eladmin-common/src/main/java/me/zhengjie/utils/SpringContextHolder.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java index 41ead386..34d58f3a 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/SpringContextHolder.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/SpringContextHolder.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeansException; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/StringUtils.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/StringUtils.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java index 3da39009..3926754c 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/StringUtils.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/StringUtils.java @@ -13,16 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.http.HttpUtil; import cn.hutool.json.JSONObject; import cn.hutool.json.JSONUtil; -import com.alibaba.fastjson.JSON; -import com.alibaba.fastjson.JSONArray; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.config.ElAdminProperties; +import cn.ysk.cashier.config.ElAdminProperties; import net.dreamlu.mica.ip2region.core.Ip2regionSearcher; import net.dreamlu.mica.ip2region.core.IpInfo; import nl.basjes.parse.useragent.UserAgent; @@ -33,11 +31,6 @@ import java.net.NetworkInterface; import java.net.UnknownHostException; import java.util.*; -import com.alibaba.fastjson.JSON; -import com.alibaba.fastjson.JSONArray; - -import java.util.List; - /** * @author Zheng Jie * 字符串工具类, 继承org.apache.commons.lang3.StringUtils类 diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/Threads.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/Threads.java similarity index 89% rename from eladmin-common/src/main/java/me/zhengjie/utils/Threads.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/Threads.java index aab0b03c..b2391992 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/Threads.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/Threads.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import java.util.concurrent.CompletableFuture; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/ThrowableUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/ThrowableUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java index 075a65c5..bf8ed35b 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/ThrowableUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ThrowableUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import java.io.PrintWriter; import java.io.StringWriter; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/TranslatorUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java similarity index 98% rename from eladmin-common/src/main/java/me/zhengjie/utils/TranslatorUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java index f2bd5d2d..f88e480f 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/TranslatorUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/TranslatorUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.json.JSONArray; import java.io.BufferedReader; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/ValidationUtil.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java similarity index 93% rename from eladmin-common/src/main/java/me/zhengjie/utils/ValidationUtil.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java index e561762b..944dc5d9 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/ValidationUtil.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/ValidationUtil.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.lang.Validator; import cn.hutool.core.util.ObjectUtil; -import me.zhengjie.exception.BadRequestException; +import cn.ysk.cashier.exception.BadRequestException; /** * 验证工具 diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeBiEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeBiEnum.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java index 944bc71c..cafc03b5 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeBiEnum.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeBiEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils.enums; +package cn.ysk.cashier.utils.enums; import lombok.AllArgsConstructor; import lombok.Getter; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeEnum.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java index 916862a6..d64dc669 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/enums/CodeEnum.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/CodeEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils.enums; +package cn.ysk.cashier.utils.enums; import lombok.AllArgsConstructor; import lombok.Getter; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/enums/DataScopeEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/enums/DataScopeEnum.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java index 465eef65..d850a26a 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/enums/DataScopeEnum.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/DataScopeEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils.enums; +package cn.ysk.cashier.utils.enums; import lombok.AllArgsConstructor; import lombok.Getter; diff --git a/eladmin-common/src/main/java/me/zhengjie/utils/enums/RequestMethodEnum.java b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java similarity index 97% rename from eladmin-common/src/main/java/me/zhengjie/utils/enums/RequestMethodEnum.java rename to eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java index 7de5146c..925ea2da 100644 --- a/eladmin-common/src/main/java/me/zhengjie/utils/enums/RequestMethodEnum.java +++ b/eladmin-common/src/main/java/cn/ysk/cashier/utils/enums/RequestMethodEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils.enums; +package cn.ysk.cashier.utils.enums; import lombok.AllArgsConstructor; import lombok.Getter; diff --git a/eladmin-common/src/test/java/me/zhengjie/utils/DateUtilsTest.java b/eladmin-common/src/test/java/cn/ysk/cashier/utils/DateUtilsTest.java similarity index 96% rename from eladmin-common/src/test/java/me/zhengjie/utils/DateUtilsTest.java rename to eladmin-common/src/test/java/cn/ysk/cashier/utils/DateUtilsTest.java index dfe01e09..0492394c 100644 --- a/eladmin-common/src/test/java/me/zhengjie/utils/DateUtilsTest.java +++ b/eladmin-common/src/test/java/cn/ysk/cashier/utils/DateUtilsTest.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.junit.jupiter.api.Test; diff --git a/eladmin-common/src/test/java/me/zhengjie/utils/EncryptUtilsTest.java b/eladmin-common/src/test/java/cn/ysk/cashier/utils/EncryptUtilsTest.java similarity index 88% rename from eladmin-common/src/test/java/me/zhengjie/utils/EncryptUtilsTest.java rename to eladmin-common/src/test/java/cn/ysk/cashier/utils/EncryptUtilsTest.java index 3ec73752..1a3ed161 100644 --- a/eladmin-common/src/test/java/me/zhengjie/utils/EncryptUtilsTest.java +++ b/eladmin-common/src/test/java/cn/ysk/cashier/utils/EncryptUtilsTest.java @@ -1,8 +1,8 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.junit.jupiter.api.Test; -import static me.zhengjie.utils.EncryptUtils.*; +import static cn.ysk.cashier.utils.EncryptUtils.*; import static org.junit.jupiter.api.Assertions.assertEquals; public class EncryptUtilsTest { diff --git a/eladmin-common/src/test/java/me/zhengjie/utils/FileUtilTest.java b/eladmin-common/src/test/java/cn/ysk/cashier/utils/FileUtilTest.java similarity index 92% rename from eladmin-common/src/test/java/me/zhengjie/utils/FileUtilTest.java rename to eladmin-common/src/test/java/cn/ysk/cashier/utils/FileUtilTest.java index 48e06bd7..d34a3dfe 100644 --- a/eladmin-common/src/test/java/me/zhengjie/utils/FileUtilTest.java +++ b/eladmin-common/src/test/java/cn/ysk/cashier/utils/FileUtilTest.java @@ -1,9 +1,9 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.junit.jupiter.api.Test; import org.springframework.mock.web.MockMultipartFile; -import static me.zhengjie.utils.FileUtil.*; +import static cn.ysk.cashier.utils.FileUtil.*; import static org.junit.jupiter.api.Assertions.assertEquals; public class FileUtilTest { diff --git a/eladmin-common/src/test/java/me/zhengjie/utils/StringUtilsTest.java b/eladmin-common/src/test/java/cn/ysk/cashier/utils/StringUtilsTest.java similarity index 78% rename from eladmin-common/src/test/java/me/zhengjie/utils/StringUtilsTest.java rename to eladmin-common/src/test/java/cn/ysk/cashier/utils/StringUtilsTest.java index ffb2cf88..2f5e2a63 100644 --- a/eladmin-common/src/test/java/me/zhengjie/utils/StringUtilsTest.java +++ b/eladmin-common/src/test/java/cn/ysk/cashier/utils/StringUtilsTest.java @@ -1,4 +1,4 @@ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.junit.jupiter.api.Test; import org.springframework.mock.web.MockHttpServletRequest; @@ -6,11 +6,11 @@ import org.springframework.mock.web.MockHttpServletRequest; import java.text.SimpleDateFormat; import java.util.Date; -import static me.zhengjie.utils.StringUtils.getIp; -import static me.zhengjie.utils.StringUtils.getWeekDay; -import static me.zhengjie.utils.StringUtils.toCamelCase; -import static me.zhengjie.utils.StringUtils.toCapitalizeCamelCase; -import static me.zhengjie.utils.StringUtils.toUnderScoreCase; +import static cn.ysk.cashier.utils.StringUtils.getIp; +import static cn.ysk.cashier.utils.StringUtils.getWeekDay; +import static cn.ysk.cashier.utils.StringUtils.toCamelCase; +import static cn.ysk.cashier.utils.StringUtils.toCapitalizeCamelCase; +import static cn.ysk.cashier.utils.StringUtils.toUnderScoreCase; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNull; diff --git a/eladmin-generator/pom.xml b/eladmin-generator/pom.xml index 96089616..9a3b4636 100644 --- a/eladmin-generator/pom.xml +++ b/eladmin-generator/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 @@ -18,7 +18,7 @@ - me.zhengjie + cn.ysk.cashier eladmin-common 2.6 diff --git a/eladmin-generator/src/main/java/me/zhengjie/domain/ColumnInfo.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java similarity index 97% rename from eladmin-generator/src/main/java/me/zhengjie/domain/ColumnInfo.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java index fdb962a4..edf05274 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/domain/ColumnInfo.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/ColumnInfo.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; -import me.zhengjie.utils.GenUtil; +import cn.ysk.cashier.utils.GenUtil; import javax.persistence.*; import java.io.Serializable; diff --git a/eladmin-generator/src/main/java/me/zhengjie/domain/GenConfig.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java similarity index 98% rename from eladmin-generator/src/main/java/me/zhengjie/domain/GenConfig.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java index a2d67063..80f4a0c5 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/domain/GenConfig.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/GenConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; diff --git a/eladmin-generator/src/main/java/me/zhengjie/domain/vo/TableInfo.java b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java similarity index 96% rename from eladmin-generator/src/main/java/me/zhengjie/domain/vo/TableInfo.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java index 1d3967b5..e35307a4 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/domain/vo/TableInfo.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/domain/vo/TableInfo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain.vo; +package cn.ysk.cashier.domain.vo; import lombok.AllArgsConstructor; import lombok.Data; diff --git a/eladmin-generator/src/main/java/me/zhengjie/repository/ColumnInfoRepository.java b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java similarity index 92% rename from eladmin-generator/src/main/java/me/zhengjie/repository/ColumnInfoRepository.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java index 4638be26..1332eaec 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/repository/ColumnInfoRepository.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/ColumnInfoRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.ColumnInfo; +import cn.ysk.cashier.domain.ColumnInfo; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; diff --git a/eladmin-generator/src/main/java/me/zhengjie/repository/GenConfigRepository.java b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java similarity index 92% rename from eladmin-generator/src/main/java/me/zhengjie/repository/GenConfigRepository.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java index 18c9a0c8..e876ea03 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/repository/GenConfigRepository.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/repository/GenConfigRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.GenConfig; +import cn.ysk.cashier.domain.GenConfig; import org.springframework.data.jpa.repository.JpaRepository; /** diff --git a/eladmin-generator/src/main/java/me/zhengjie/rest/GenConfigController.java b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java similarity index 93% rename from eladmin-generator/src/main/java/me/zhengjie/rest/GenConfigController.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java index 1c099993..b809951a 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/rest/GenConfigController.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GenConfigController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.domain.GenConfig; +import cn.ysk.cashier.service.GenConfigService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.GenConfig; -import me.zhengjie.service.GenConfigService; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.validation.annotation.Validated; diff --git a/eladmin-generator/src/main/java/me/zhengjie/rest/GeneratorController.java b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java similarity index 94% rename from eladmin-generator/src/main/java/me/zhengjie/rest/GeneratorController.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java index bfdfecc0..605e1aba 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/rest/GeneratorController.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/rest/GeneratorController.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.domain.ColumnInfo; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.service.GenConfigService; +import cn.ysk.cashier.service.GeneratorService; +import cn.ysk.cashier.utils.PageUtil; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.ColumnInfo; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.service.GenConfigService; -import me.zhengjie.service.GeneratorService; -import me.zhengjie.utils.PageUtil; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-generator/src/main/java/me/zhengjie/service/GenConfigService.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java similarity index 93% rename from eladmin-generator/src/main/java/me/zhengjie/service/GenConfigService.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java index b5711f48..dff9ce8c 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/service/GenConfigService.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GenConfigService.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.GenConfig; +import cn.ysk.cashier.domain.GenConfig; /** * @author Zheng Jie diff --git a/eladmin-generator/src/main/java/me/zhengjie/service/GeneratorService.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java similarity index 93% rename from eladmin-generator/src/main/java/me/zhengjie/service/GeneratorService.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java index b5a1e0a5..be248274 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/service/GeneratorService.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/GeneratorService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.GenConfig; -import me.zhengjie.domain.ColumnInfo; +import cn.ysk.cashier.domain.GenConfig; +import cn.ysk.cashier.domain.ColumnInfo; import org.springframework.http.ResponseEntity; -import org.springframework.scheduling.annotation.Async; + import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.util.List; diff --git a/eladmin-generator/src/main/java/me/zhengjie/service/impl/GenConfigServiceImpl.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java similarity index 90% rename from eladmin-generator/src/main/java/me/zhengjie/service/impl/GenConfigServiceImpl.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java index bc2d061d..e4456a1d 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/service/impl/GenConfigServiceImpl.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GenConfigServiceImpl.java @@ -13,13 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.GenConfig; -import me.zhengjie.repository.GenConfigRepository; -import me.zhengjie.service.GenConfigService; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.domain.GenConfig; +import cn.ysk.cashier.repository.GenConfigRepository; +import cn.ysk.cashier.service.GenConfigService; import org.springframework.stereotype.Service; import java.io.File; diff --git a/eladmin-generator/src/main/java/me/zhengjie/service/impl/GeneratorServiceImpl.java b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java similarity index 94% rename from eladmin-generator/src/main/java/me/zhengjie/service/impl/GeneratorServiceImpl.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java index 0341b115..e1823c70 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/service/impl/GeneratorServiceImpl.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/service/impl/GeneratorServiceImpl.java @@ -13,22 +13,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.ZipUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.GenConfig; -import me.zhengjie.domain.ColumnInfo; -import me.zhengjie.domain.vo.TableInfo; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.repository.ColumnInfoRepository; -import me.zhengjie.service.GeneratorService; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.GenUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.domain.GenConfig; +import cn.ysk.cashier.domain.ColumnInfo; +import cn.ysk.cashier.domain.vo.TableInfo; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.repository.ColumnInfoRepository; +import cn.ysk.cashier.service.GeneratorService; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.GenUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; diff --git a/eladmin-generator/src/main/java/me/zhengjie/utils/ColUtil.java b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java similarity index 98% rename from eladmin-generator/src/main/java/me/zhengjie/utils/ColUtil.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java index b5fcd6b7..7528d50d 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/utils/ColUtil.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/ColUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import org.apache.commons.configuration.*; import org.slf4j.Logger; diff --git a/eladmin-generator/src/main/java/me/zhengjie/utils/GenUtil.java b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java similarity index 99% rename from eladmin-generator/src/main/java/me/zhengjie/utils/GenUtil.java rename to eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java index b62efa2d..52516b12 100644 --- a/eladmin-generator/src/main/java/me/zhengjie/utils/GenUtil.java +++ b/eladmin-generator/src/main/java/cn/ysk/cashier/utils/GenUtil.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import cn.hutool.core.util.StrUtil; import cn.hutool.extra.template.*; +import cn.ysk.cashier.domain.ColumnInfo; +import cn.ysk.cashier.domain.GenConfig; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.domain.GenConfig; -import me.zhengjie.domain.ColumnInfo; import org.springframework.util.ObjectUtils; import java.io.File; @@ -29,7 +29,7 @@ import java.io.Writer; import java.time.LocalDate; import java.util.*; -import static me.zhengjie.utils.FileUtil.SYS_TEM_DIR; +import static cn.ysk.cashier.utils.FileUtil.SYS_TEM_DIR; /** * 代码生成 diff --git a/eladmin-logging/pom.xml b/eladmin-logging/pom.xml index a713b3f8..50ede49a 100644 --- a/eladmin-logging/pom.xml +++ b/eladmin-logging/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 @@ -14,7 +14,7 @@ - me.zhengjie + cn.ysk.cashier eladmin-common 2.6 diff --git a/eladmin-logging/src/main/java/me/zhengjie/annotation/Log.java b/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java similarity index 96% rename from eladmin-logging/src/main/java/me/zhengjie/annotation/Log.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java index 6c001cd3..e5868b13 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/annotation/Log.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/annotation/Log.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.annotation; +package cn.ysk.cashier.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; diff --git a/eladmin-logging/src/main/java/me/zhengjie/aspect/LogAspect.java b/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java similarity index 89% rename from eladmin-logging/src/main/java/me/zhengjie/aspect/LogAspect.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java index 53e4532b..043e3b4c 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/aspect/LogAspect.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/aspect/LogAspect.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.aspect; +package cn.ysk.cashier.aspect; +import cn.ysk.cashier.domain.Log; +import cn.ysk.cashier.service.LogService; +import cn.ysk.cashier.utils.RequestHolder; +import cn.ysk.cashier.utils.SecurityUtils; +import cn.ysk.cashier.utils.StringUtils; +import cn.ysk.cashier.utils.ThrowableUtil; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.domain.Log; -import me.zhengjie.service.LogService; -import me.zhengjie.utils.RequestHolder; -import me.zhengjie.utils.SecurityUtils; -import me.zhengjie.utils.StringUtils; -import me.zhengjie.utils.ThrowableUtil; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.AfterThrowing; @@ -51,7 +51,7 @@ public class LogAspect { /** * 配置切入点 */ - @Pointcut("@annotation(me.zhengjie.annotation.Log)") + @Pointcut("@annotation(cn.ysk.cashier.annotation.Log)") public void logPointcut() { // 该方法无方法体,主要为了让同类中其他方法使用此切入点 } diff --git a/eladmin-logging/src/main/java/me/zhengjie/domain/Log.java b/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java similarity index 98% rename from eladmin-logging/src/main/java/me/zhengjie/domain/Log.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java index 88dad027..80f09e8e 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/domain/Log.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/domain/Log.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import lombok.Getter; import lombok.NoArgsConstructor; diff --git a/eladmin-logging/src/main/java/me/zhengjie/repository/LogRepository.java b/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java similarity index 94% rename from eladmin-logging/src/main/java/me/zhengjie/repository/LogRepository.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java index f7fc10e5..4bbb183e 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/repository/LogRepository.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/repository/LogRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.Log; +import cn.ysk.cashier.domain.Log; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-logging/src/main/java/me/zhengjie/rest/LogController.java b/eladmin-logging/src/main/java/cn/ysk/cashier/rest/LogController.java similarity index 95% rename from eladmin-logging/src/main/java/me/zhengjie/rest/LogController.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/rest/LogController.java index d4101449..a993cf9e 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/rest/LogController.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/rest/LogController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.service.LogService; +import cn.ysk.cashier.service.dto.LogQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.service.LogService; -import me.zhengjie.service.dto.LogQueryCriteria; -import me.zhengjie.utils.SecurityUtils; +import cn.ysk.cashier.utils.SecurityUtils; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/LogService.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java similarity index 95% rename from eladmin-logging/src/main/java/me/zhengjie/service/LogService.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java index d74dce68..62305f69 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/LogService.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/LogService.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.Log; -import me.zhengjie.service.dto.LogQueryCriteria; +import cn.ysk.cashier.service.dto.LogQueryCriteria; +import cn.ysk.cashier.domain.Log; import org.aspectj.lang.ProceedingJoinPoint; import org.springframework.data.domain.Pageable; import org.springframework.scheduling.annotation.Async; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogErrorDTO.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java similarity index 96% rename from eladmin-logging/src/main/java/me/zhengjie/service/dto/LogErrorDTO.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java index bc0d4ec2..2f6fda3d 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogErrorDTO.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogErrorDTO.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogQueryCriteria.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java similarity index 93% rename from eladmin-logging/src/main/java/me/zhengjie/service/dto/LogQueryCriteria.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java index 83406079..5843a6ff 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogQueryCriteria.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogSmallDTO.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java similarity index 96% rename from eladmin-logging/src/main/java/me/zhengjie/service/dto/LogSmallDTO.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java index d074fd15..99433b2e 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/dto/LogSmallDTO.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/dto/LogSmallDTO.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/impl/LogServiceImpl.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java similarity index 93% rename from eladmin-logging/src/main/java/me/zhengjie/service/impl/LogServiceImpl.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java index 6d2d6611..aa62b09a 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/impl/LogServiceImpl.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/impl/LogServiceImpl.java @@ -13,20 +13,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import cn.hutool.core.lang.Dict; import cn.hutool.core.util.ObjectUtil; import cn.hutool.json.JSONObject; import cn.hutool.json.JSONUtil; +import cn.ysk.cashier.domain.Log; +import cn.ysk.cashier.repository.LogRepository; +import cn.ysk.cashier.service.LogService; +import cn.ysk.cashier.service.dto.LogQueryCriteria; +import cn.ysk.cashier.service.mapstruct.LogErrorMapper; +import cn.ysk.cashier.service.mapstruct.LogSmallMapper; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.Log; -import me.zhengjie.repository.LogRepository; -import me.zhengjie.service.LogService; -import me.zhengjie.service.dto.LogQueryCriteria; -import me.zhengjie.service.mapstruct.LogErrorMapper; -import me.zhengjie.service.mapstruct.LogSmallMapper; -import me.zhengjie.utils.*; +import cn.ysk.cashier.utils.*; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.reflect.MethodSignature; import org.springframework.data.domain.Page; @@ -82,7 +83,7 @@ public class LogServiceImpl implements LogService { } MethodSignature signature = (MethodSignature) joinPoint.getSignature(); Method method = signature.getMethod(); - me.zhengjie.annotation.Log aopLog = method.getAnnotation(me.zhengjie.annotation.Log.class); + cn.ysk.cashier.annotation.Log aopLog = method.getAnnotation(cn.ysk.cashier.annotation.Log.class); // 方法路径 String methodName = joinPoint.getTarget().getClass().getName() + "." + signature.getName() + "()"; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogErrorMapper.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java similarity index 84% rename from eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogErrorMapper.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java index 3ae02c90..38a6806f 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogErrorMapper.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogErrorMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.mapstruct; +package cn.ysk.cashier.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.domain.Log; -import me.zhengjie.service.dto.LogErrorDTO; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.domain.Log; +import cn.ysk.cashier.service.dto.LogErrorDTO; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogSmallMapper.java b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java similarity index 84% rename from eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogSmallMapper.java rename to eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java index 9f2972ad..a26708d5 100644 --- a/eladmin-logging/src/main/java/me/zhengjie/service/mapstruct/LogSmallMapper.java +++ b/eladmin-logging/src/main/java/cn/ysk/cashier/service/mapstruct/LogSmallMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.mapstruct; +package cn.ysk.cashier.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.domain.Log; -import me.zhengjie.service.dto.LogSmallDTO; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.domain.Log; +import cn.ysk.cashier.service.dto.LogSmallDTO; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/pom.xml b/eladmin-system/pom.xml index 71bc491b..6ffd37ef 100644 --- a/eladmin-system/pom.xml +++ b/eladmin-system/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 @@ -21,12 +21,12 @@ - me.zhengjie + cn.ysk.cashier eladmin-generator 2.6 - me.zhengjie + cn.ysk.cashier eladmin-common @@ -34,7 +34,7 @@ - me.zhengjie + cn.ysk.cashier eladmin-tools 2.6 diff --git a/eladmin-system/src/assembly/startup.sh b/eladmin-system/src/assembly/startup.sh index 917b1a53..62ad347d 100644 --- a/eladmin-system/src/assembly/startup.sh +++ b/eladmin-system/src/assembly/startup.sh @@ -7,4 +7,4 @@ for file in $baseDir/libs/*.jar do cp=$cp:$file done -java -cp $cp me.zhengjie.AppRun >>stdout.out 2>&1 & +java -cp $cp cn.ysk.cashier.AppRun >>stdout.out 2>&1 & diff --git a/eladmin-system/src/main/java/me/zhengjie/AppRun.java b/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/AppRun.java rename to eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java index a3cd32fc..5dcaa94a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/AppRun.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/AppRun.java @@ -13,16 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie; +package cn.ysk.cashier; import io.swagger.annotations.Api; -import me.zhengjie.annotation.rest.AnonymousGetMapping; -import me.zhengjie.utils.SpringContextHolder; +import cn.ysk.cashier.annotation.rest.AnonymousGetMapping; +import cn.ysk.cashier.utils.SpringContextHolder; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.context.ApplicationPidFileWriter; -import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory; -import org.springframework.boot.web.servlet.server.ServletWebServerFactory; import org.springframework.context.annotation.Bean; import org.springframework.data.jpa.repository.config.EnableJpaAuditing; import org.springframework.scheduling.annotation.EnableAsync; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java similarity index 99% rename from eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java index ce0c2678..512883df 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/ConfigurerAdapter.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import com.alibaba.fastjson.serializer.SerializerFeature; import com.alibaba.fastjson.support.config.FastJsonConfig; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/JacksonConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/JacksonConfig.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/config/JacksonConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/JacksonConfig.java index c42ea416..d685466f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/JacksonConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/JacksonConfig.java @@ -1,4 +1,4 @@ -package me.zhengjie.config; +package cn.ysk.cashier.config; import org.springframework.context.annotation.Configuration; import com.fasterxml.jackson.core.JsonGenerator; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/RelaxedQueryCharsConnectorCustomizer b/eladmin-system/src/main/java/cn/ysk/cashier/config/RelaxedQueryCharsConnectorCustomizer similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/config/RelaxedQueryCharsConnectorCustomizer rename to eladmin-system/src/main/java/cn/ysk/cashier/config/RelaxedQueryCharsConnectorCustomizer index 2ca2ad47..fdef1581 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/RelaxedQueryCharsConnectorCustomizer +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/RelaxedQueryCharsConnectorCustomizer @@ -1,4 +1,4 @@ -package me.zhengjie.config; +package cn.ysk.cashier.config; import org.apache.catalina.connector.Connector; import org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/WebSocketConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/config/WebSocketConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java index f55f5c60..ee33435f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/WebSocketConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/WebSocketConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/fastJsonConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/fastJsonConfig.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/config/fastJsonConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/fastJsonConfig.java index 8dfc04f1..e675ebfe 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/fastJsonConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/fastJsonConfig.java @@ -1,4 +1,4 @@ -package me.zhengjie.config; +package cn.ysk.cashier.config; import com.alibaba.fastjson.serializer.SerializerFeature; import com.alibaba.fastjson.support.config.FastJsonConfig; diff --git a/eladmin-system/src/main/java/me/zhengjie/interceptor/UserInterceptor.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/UserInterceptor.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/interceptor/UserInterceptor.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/UserInterceptor.java index 04228cc2..e2574390 100644 --- a/eladmin-system/src/main/java/me/zhengjie/interceptor/UserInterceptor.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/UserInterceptor.java @@ -1,4 +1,4 @@ -package me.zhengjie.interceptor; +package cn.ysk.cashier.config.interceptor; import org.springframework.context.annotation.Configuration; import org.springframework.stereotype.Component; diff --git a/eladmin-system/src/main/java/me/zhengjie/interceptor/WebConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/WebConfig.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/interceptor/WebConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/WebConfig.java index c50e6f59..37878f29 100644 --- a/eladmin-system/src/main/java/me/zhengjie/interceptor/WebConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/interceptor/WebConfig.java @@ -1,4 +1,4 @@ -package me.zhengjie.interceptor; +package cn.ysk.cashier.config.interceptor; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/ConfigBeanConfiguration.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/ConfigBeanConfiguration.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/ConfigBeanConfiguration.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/ConfigBeanConfiguration.java index 8cbc88dd..d53789c6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/ConfigBeanConfiguration.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/ConfigBeanConfiguration.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config; +package cn.ysk.cashier.config.security.config; -import me.zhengjie.modules.security.config.bean.LoginProperties; -import me.zhengjie.modules.security.config.bean.SecurityProperties; +import cn.ysk.cashier.config.security.config.bean.LoginProperties; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/SpringSecurityConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/SpringSecurityConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java index 61a8027e..513949f0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/SpringSecurityConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/SpringSecurityConfig.java @@ -13,15 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config; +package cn.ysk.cashier.config.security.config; +import cn.ysk.cashier.config.security.security.JwtAccessDeniedHandler; +import cn.ysk.cashier.config.security.security.JwtAuthenticationEntryPoint; +import cn.ysk.cashier.config.security.security.TokenConfigurer; +import cn.ysk.cashier.config.security.security.TokenProvider; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.AnonymousAccess; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.modules.security.security.*; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.modules.security.service.UserCacheManager; -import me.zhengjie.utils.enums.RequestMethodEnum; +import cn.ysk.cashier.annotation.AnonymousAccess; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; + +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.config.security.service.UserCacheManager; +import cn.ysk.cashier.utils.enums.RequestMethodEnum; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCode.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCode.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCode.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCode.java index fefd252b..e19cdca5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCode.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCode.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config.bean; +package cn.ysk.cashier.config.security.config.bean; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCodeEnum.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCodeEnum.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCodeEnum.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCodeEnum.java index 685ccbbb..2f3a6f9d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginCodeEnum.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginCodeEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config.bean; +package cn.ysk.cashier.config.security.config.bean; /** * 验证码配置枚举 diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginProperties.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginProperties.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginProperties.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginProperties.java index 164c0073..a0b9eb26 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/LoginProperties.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/LoginProperties.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config.bean; +package cn.ysk.cashier.config.security.config.bean; import com.wf.captcha.*; import com.wf.captcha.base.Captcha; import lombok.Data; -import me.zhengjie.exception.BadConfigurationException; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.exception.BadConfigurationException; +import cn.ysk.cashier.utils.StringUtils; import java.awt.*; import java.util.Objects; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/SecurityProperties.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/SecurityProperties.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java index 16ec3cf0..f7f935e1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/config/bean/SecurityProperties.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/config/bean/SecurityProperties.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.config.bean; +package cn.ysk.cashier.config.security.config.bean; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/rest/AuthorizationController.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/rest/AuthorizationController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java index 2f54c21d..91f1dd09 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/rest/AuthorizationController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/AuthorizationController.java @@ -13,33 +13,34 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.rest; +package cn.ysk.cashier.config.security.rest; import cn.hutool.core.util.IdUtil; +import cn.ysk.cashier.config.security.config.bean.LoginCodeEnum; +import cn.ysk.cashier.config.security.security.TokenProvider; import com.wf.captcha.base.Captcha; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.annotation.Log; -import me.zhengjie.annotation.rest.AnonymousDeleteMapping; -import me.zhengjie.annotation.rest.AnonymousGetMapping; -import me.zhengjie.annotation.rest.AnonymousPostMapping; -import me.zhengjie.config.RsaProperties; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.security.config.bean.LoginCodeEnum; -import me.zhengjie.modules.security.config.bean.LoginProperties; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.modules.security.security.TokenProvider; -import me.zhengjie.modules.security.service.dto.AuthUserDto; -import me.zhengjie.modules.security.service.dto.JwtUserDto; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.repository.TbShopInfoRepository; -import me.zhengjie.utils.RsaUtils; -import me.zhengjie.utils.RedisUtils; -import me.zhengjie.utils.SecurityUtils; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.annotation.rest.AnonymousDeleteMapping; +import cn.ysk.cashier.annotation.rest.AnonymousGetMapping; +import cn.ysk.cashier.annotation.rest.AnonymousPostMapping; +import cn.ysk.cashier.config.RsaProperties; +import cn.ysk.cashier.exception.BadRequestException; + +import cn.ysk.cashier.config.security.config.bean.LoginProperties; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; +import cn.ysk.cashier.config.security.service.dto.AuthUserDto; +import cn.ysk.cashier.config.security.service.dto.JwtUserDto; +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.repository.shop.TbShopInfoRepository; +import cn.ysk.cashier.utils.RsaUtils; +import cn.ysk.cashier.utils.RedisUtils; +import cn.ysk.cashier.utils.SecurityUtils; +import cn.ysk.cashier.utils.StringUtils; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/rest/OnlineController.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/rest/OnlineController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java index 8b91fdfd..1367ba4e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/rest/OnlineController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/rest/OnlineController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.rest; +package cn.ysk.cashier.config.security.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.utils.EncryptUtils; +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.utils.EncryptUtils; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAccessDeniedHandler.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAccessDeniedHandler.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java index 8b3f8c17..02906a0c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAccessDeniedHandler.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAccessDeniedHandler.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.security; +package cn.ysk.cashier.config.security.security; import org.springframework.security.access.AccessDeniedException; import org.springframework.security.web.access.AccessDeniedHandler; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAuthenticationEntryPoint.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAuthenticationEntryPoint.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java index 91a45093..a4fcd628 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/JwtAuthenticationEntryPoint.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/JwtAuthenticationEntryPoint.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.security; +package cn.ysk.cashier.config.security.security; import org.springframework.security.core.AuthenticationException; import org.springframework.security.web.AuthenticationEntryPoint; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenConfigurer.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenConfigurer.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java index cff5e1ed..bc9378db 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenConfigurer.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenConfigurer.java @@ -13,12 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.security; +package cn.ysk.cashier.config.security.security; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.config.security.service.UserCacheManager; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.modules.security.service.UserCacheManager; + import org.springframework.security.config.annotation.SecurityConfigurerAdapter; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.web.DefaultSecurityFilterChain; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenFilter.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenFilter.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java index d235cb81..81b14339 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenFilter.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenFilter.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.security; +package cn.ysk.cashier.config.security.security; import cn.hutool.core.util.StrUtil; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; import io.jsonwebtoken.ExpiredJwtException; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.modules.security.service.UserCacheManager; -import me.zhengjie.modules.security.service.dto.OnlineUserDto; -import me.zhengjie.modules.security.service.OnlineUserService; +import cn.ysk.cashier.config.security.service.UserCacheManager; +import cn.ysk.cashier.config.security.service.dto.OnlineUserDto; +import cn.ysk.cashier.config.security.service.OnlineUserService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.Authentication; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenProvider.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenProvider.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java index db98fba4..35fb7ec1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/security/TokenProvider.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/security/TokenProvider.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.security; +package cn.ysk.cashier.config.security.security; import cn.hutool.core.date.DateField; import cn.hutool.core.date.DateUtil; @@ -22,8 +22,8 @@ import io.jsonwebtoken.*; import io.jsonwebtoken.io.Decoders; import io.jsonwebtoken.security.Keys; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.utils.RedisUtils; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; +import cn.ysk.cashier.utils.RedisUtils; import org.springframework.beans.factory.InitializingBean; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.core.Authentication; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/OnlineUserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/OnlineUserService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java index af8d2986..4ba914f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/OnlineUserService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/OnlineUserService.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service; +package cn.ysk.cashier.config.security.service; +import cn.ysk.cashier.config.security.config.bean.SecurityProperties; +import cn.ysk.cashier.config.security.service.dto.JwtUserDto; +import cn.ysk.cashier.utils.*; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.modules.security.config.bean.SecurityProperties; -import me.zhengjie.modules.security.service.dto.JwtUserDto; -import me.zhengjie.modules.security.service.dto.OnlineUserDto; -import me.zhengjie.utils.*; +import cn.ysk.cashier.config.security.service.dto.OnlineUserDto; import org.springframework.data.domain.Pageable; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserCacheManager.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserCacheManager.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java index 3a8afe72..24bc8ac2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserCacheManager.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserCacheManager.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service; +package cn.ysk.cashier.config.security.service; import cn.hutool.core.util.RandomUtil; -import me.zhengjie.modules.security.config.bean.LoginProperties; -import me.zhengjie.modules.security.service.dto.JwtUserDto; -import me.zhengjie.utils.RedisUtils; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.config.security.config.bean.LoginProperties; +import cn.ysk.cashier.config.security.service.dto.JwtUserDto; +import cn.ysk.cashier.utils.RedisUtils; +import cn.ysk.cashier.utils.StringUtils; import org.springframework.beans.factory.annotation.Value; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Component; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserDetailsServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java similarity index 84% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserDetailsServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java index 70db5df0..2eab6444 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/UserDetailsServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/UserDetailsServiceImpl.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service; +package cn.ysk.cashier.config.security.service; +import cn.ysk.cashier.config.security.service.dto.JwtUserDto; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.exception.EntityNotFoundException; -import me.zhengjie.modules.security.service.dto.JwtUserDto; -import me.zhengjie.modules.system.service.DataService; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.UserService; -import me.zhengjie.modules.system.service.dto.UserLoginDto; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.exception.EntityNotFoundException; +import cn.ysk.cashier.system.service.DataService; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.UserService; +import cn.ysk.cashier.system.service.dto.UserLoginDto; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.security.core.userdetails.UsernameNotFoundException; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthUserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java index 5219fc53..9969bb6d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthUserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthUserDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service.dto; +package cn.ysk.cashier.config.security.service.dto; import lombok.Getter; import lombok.Setter; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthorityDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthorityDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java index 888cceb6..eb64ff22 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/AuthorityDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/AuthorityDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service.dto; +package cn.ysk.cashier.config.security.service.dto; import lombok.AllArgsConstructor; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/JwtUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/JwtUserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java index 5aa0c45f..f8fd6c59 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/JwtUserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/JwtUserDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service.dto; +package cn.ysk.cashier.config.security.service.dto; +import cn.ysk.cashier.system.service.dto.UserLoginDto; import com.alibaba.fastjson.annotation.JSONField; import lombok.AllArgsConstructor; import lombok.Getter; -import me.zhengjie.modules.system.service.dto.UserLoginDto; import org.springframework.security.core.userdetails.UserDetails; import java.util.List; import java.util.Set; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/OnlineUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/OnlineUserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java index 290ab6d6..6b29a1d0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/security/service/dto/OnlineUserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/security/service/dto/OnlineUserDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.security.service.dto; +package cn.ysk.cashier.config.security.service.dto; import lombok.AllArgsConstructor; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskExecutePool.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskExecutePool.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java index dc9d1bc3..422caee5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskExecutePool.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskExecutePool.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config.thread; +package cn.ysk.cashier.config.thread; import lombok.extern.slf4j.Slf4j; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskProperties.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskProperties.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java index 6e075eab..9392b1bc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/thread/AsyncTaskProperties.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/AsyncTaskProperties.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config.thread; +package cn.ysk.cashier.config.thread; import lombok.Data; import org.springframework.beans.factory.annotation.Value; -import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/config/thread/TheadFactoryName.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/config/thread/TheadFactoryName.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java index be227fd5..a1630d04 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/thread/TheadFactoryName.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/TheadFactoryName.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config.thread; +package cn.ysk.cashier.config.thread; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.utils.StringUtils; import org.springframework.stereotype.Component; import java.util.concurrent.ThreadFactory; import java.util.concurrent.atomic.AtomicInteger; diff --git a/eladmin-system/src/main/java/me/zhengjie/config/thread/ThreadPoolExecutorUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/config/thread/ThreadPoolExecutorUtil.java rename to eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java index dc93fe51..25cefb97 100644 --- a/eladmin-system/src/main/java/me/zhengjie/config/thread/ThreadPoolExecutorUtil.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/config/thread/ThreadPoolExecutorUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config.thread; +package cn.ysk.cashier.config.thread; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.ExecutorService; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotButtonConfigController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotButtonConfigController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotButtonConfigController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/BotButtonConfigController.java index dbb81d4e..39f4247c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotButtonConfigController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotButtonConfigController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.bot.domain.BotButtonConfig; -import me.zhengjie.modules.bot.service.BotButtonConfigService; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.BotButtonConfig; +import cn.ysk.cashier.service.BotButtonConfigService; +import cn.ysk.cashier.dto.BotButtonConfigQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotConfigController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotConfigController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotConfigController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/BotConfigController.java index 3701026a..2368e53f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/rest/BotConfigController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotConfigController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.bot.domain.BotConfig; -import me.zhengjie.modules.bot.service.BotConfigService; -import me.zhengjie.modules.bot.service.dto.BotConfigQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.BotConfig; +import cn.ysk.cashier.service.BotConfigService; +import cn.ysk.cashier.dto.BotConfigQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/rest/BotUserController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/rest/BotUserController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserController.java index 28fec5b9..c5104bfc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/rest/BotUserController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.user.domain.BotUser; -import me.zhengjie.modules.user.service.BotUserService; -import me.zhengjie.modules.user.service.dto.BotUserQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.BotUser; +import cn.ysk.cashier.service.BotUserService; +import cn.ysk.cashier.dto.BotUserQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/rest/BotUserFlowController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserFlowController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/rest/BotUserFlowController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserFlowController.java index 37373dc6..8ae3aad3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/rest/BotUserFlowController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/BotUserFlowController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.account.domain.BotUserFlow; -import me.zhengjie.modules.account.service.BotUserFlowService; -import me.zhengjie.modules.account.service.dto.BotUserFlowQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.BotUserFlow; +import cn.ysk.cashier.service.BotUserFlowService; +import cn.ysk.cashier.dto.BotUserFlowQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/rest/TbRenewalsPayLogController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbRenewalsPayLogController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/rest/TbRenewalsPayLogController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/TbRenewalsPayLogController.java index 47afa4e6..57fb516b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/rest/TbRenewalsPayLogController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbRenewalsPayLogController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.renewals.domain.TbRenewalsPayLog; -import me.zhengjie.modules.renewals.service.TbRenewalsPayLogService; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.TbRenewalsPayLog; +import cn.ysk.cashier.service.TbRenewalsPayLogService; +import cn.ysk.cashier.dto.TbRenewalsPayLogQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/rest/TbShopPayTypeController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbShopPayTypeController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/rest/TbShopPayTypeController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/TbShopPayTypeController.java index 2cc0ad12..3b975ed6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/rest/TbShopPayTypeController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbShopPayTypeController.java @@ -13,17 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.payType.domain.TbShopPayType; -import me.zhengjie.modules.payType.service.TbShopPayTypeService; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.TbShopPayType; +import cn.ysk.cashier.service.TbShopPayTypeService; +import cn.ysk.cashier.dto.TbShopPayTypeQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/rest/TbUserInfoController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbUserInfoController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/rest/TbUserInfoController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/TbUserInfoController.java index 45d15dde..fa6a5763 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/rest/TbUserInfoController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/TbUserInfoController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.rest; +package cn.ysk.cashier.controller; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; -import me.zhengjie.modules.userInfo.service.TbUserInfoService; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.TbUserInfo; +import cn.ysk.cashier.service.TbUserInfoService; +import cn.ysk.cashier.dto.TbUserInfoQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/rest/TbCashierCartController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbCashierCartController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/rest/TbCashierCartController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbCashierCartController.java index 4c521dba..f1ba8751 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/rest/TbCashierCartController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbCashierCartController.java @@ -13,17 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.rest; +package cn.ysk.cashier.controller.order; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; -import me.zhengjie.modules.order.cashierCart.service.TbCashierCartService; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.order.TbCashierCart; +import cn.ysk.cashier.service.order.TbCashierCartService; +import cn.ysk.cashier.dto.order.TbCashierCartQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/rest/TbOrderDetailController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderDetailController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/rest/TbOrderDetailController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderDetailController.java index 04527bc7..29d65dfa 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/rest/TbOrderDetailController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderDetailController.java @@ -13,17 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.rest; +package cn.ysk.cashier.controller.order; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.order.orderDetail.domain.TbOrderDetail; -import me.zhengjie.modules.order.orderDetail.service.TbOrderDetailService; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.order.TbOrderDetail; +import cn.ysk.cashier.service.order.TbOrderDetailService; +import cn.ysk.cashier.dto.order.TbOrderDetailQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/rest/TbOrderInfoController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderInfoController.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/rest/TbOrderInfoController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderInfoController.java index 853862b6..1d6e003c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/rest/TbOrderInfoController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderInfoController.java @@ -13,17 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.rest; +package cn.ysk.cashier.controller.order; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.order.orderInfo.domain.TbOrderInfo; -import me.zhengjie.modules.order.orderInfo.service.TbOrderInfoService; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.order.TbOrderInfo; +import cn.ysk.cashier.service.order.TbOrderInfoService; +import cn.ysk.cashier.dto.order.TbOrderInfoQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/rest/TbProductController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/rest/TbProductController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductController.java index 85bc42f3..2987e2f7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/rest/TbProductController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductController.java @@ -13,13 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.product.domain.TbProductVo; -import me.zhengjie.modules.productInfo.product.service.TbProductService; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.vo.TbProductVo; +import cn.ysk.cashier.service.product.TbProductService; +import cn.ysk.cashier.dto.product.TbProductQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/rest/TbProductGroupController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductGroupController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/rest/TbProductGroupController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductGroupController.java index 91e0958e..8614149f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/rest/TbProductGroupController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductGroupController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.product.service.TbProductService; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductQueryCriteria; -import me.zhengjie.modules.productInfo.productGroup.domain.TbProductGroup; -import me.zhengjie.modules.productInfo.productGroup.service.TbProductGroupService; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupQueryCriteria; -import me.zhengjie.modules.productInfo.productGroup.service.vo.AddProduct; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.service.product.TbProductService; +import cn.ysk.cashier.dto.product.TbProductQueryCriteria; +import cn.ysk.cashier.pojo.product.TbProductGroup; +import cn.ysk.cashier.service.product.TbProductGroupService; +import cn.ysk.cashier.dto.product.TbProductGroupQueryCriteria; +import cn.ysk.cashier.vo.AddProduct; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/rest/TbProductSkuController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/rest/TbProductSkuController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuController.java index 6a928c80..421e3f27 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/rest/TbProductSkuController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuQueryCriteria; -import me.zhengjie.modules.productInfo.productSku.service.TbProductSkuService; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.dto.product.TbProductSkuQueryCriteria; +import cn.ysk.cashier.service.product.TbProductSkuService; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/rest/TbProductSkuResultController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuResultController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/rest/TbProductSkuResultController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuResultController.java index 0fc5c64a..c83f85f1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/rest/TbProductSkuResultController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSkuResultController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; -import me.zhengjie.modules.productInfo.productSkuResult.service.TbProductSkuResultService; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; +import cn.ysk.cashier.service.product.TbProductSkuResultService; +import cn.ysk.cashier.dto.product.TbProductSkuResultQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/rest/TbProductSpecController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSpecController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/rest/TbProductSpecController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSpecController.java index 8a953c4c..29bc2b10 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/rest/TbProductSpecController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductSpecController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; -import me.zhengjie.modules.productInfo.productSpec.service.TbProductSpecService; -import me.zhengjie.modules.productInfo.productSpec.service.dto.SpecDto; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbProductSpec; +import cn.ysk.cashier.service.product.TbProductSpecService; +import cn.ysk.cashier.dto.product.SpecDto; +import cn.ysk.cashier.dto.product.TbProductSpecQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/rest/TbProductStockDetailController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockDetailController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/rest/TbProductStockDetailController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockDetailController.java index 9b3de685..aee53f17 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/rest/TbProductStockDetailController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockDetailController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import me.zhengjie.modules.productInfo.productStock.service.TbProductStockDetailService; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; +import cn.ysk.cashier.service.product.TbProductStockDetailService; +import cn.ysk.cashier.dto.product.TbProductStockDetailQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/rest/TbProductStockOperateController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockOperateController.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/rest/TbProductStockOperateController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockOperateController.java index f7960bb1..a327c874 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/rest/TbProductStockOperateController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbProductStockOperateController.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productStockOperate.domain.TbProductStockOperate; -import me.zhengjie.modules.productInfo.productStockOperate.service.TbProductStockOperateService; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.OutAndOnDto; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateQueryCriteria; -import org.springframework.data.domain.Pageable; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbProductStockOperate; +import cn.ysk.cashier.service.TbProductStockOperateService; +import cn.ysk.cashier.dto.product.OutAndOnDto; +import cn.ysk.cashier.dto.product.TbProductStockOperateQueryCriteria; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/rest/TbShopCategoryController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbShopCategoryController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/rest/TbShopCategoryController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbShopCategoryController.java index 576a4d39..789de372 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/rest/TbShopCategoryController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/product/TbShopCategoryController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.rest; +package cn.ysk.cashier.controller.product; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; -import me.zhengjie.modules.productInfo.productCategory.service.TbShopCategoryService; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.product.TbShopCategory; +import cn.ysk.cashier.service.product.TbShopCategoryService; +import cn.ysk.cashier.dto.product.TbShopCategoryQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/rest/TbMerchantAccountController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantAccountController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/rest/TbMerchantAccountController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantAccountController.java index d6f649f5..60fb7c09 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/rest/TbMerchantAccountController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantAccountController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.modules.shopInfo.merchantAccount.service.TbMerchantAccountService; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; +import cn.ysk.cashier.service.shop.TbMerchantAccountService; +import cn.ysk.cashier.dto.shop.TbMerchantAccountQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/rest/TbMerchantRegisterController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantRegisterController.java similarity index 84% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/rest/TbMerchantRegisterController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantRegisterController.java index a7ba3400..8edcf87e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/rest/TbMerchantRegisterController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantRegisterController.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; -import me.zhengjie.modules.shopInfo.shopRegister.service.TbMerchantRegisterService; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterDto; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterQueryCriteria; -import org.springframework.data.domain.Pageable; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; +import cn.ysk.cashier.service.shop.TbMerchantRegisterService; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterDto; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterQueryCriteria; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; @@ -28,8 +27,6 @@ import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/rest/TbMerchantThirdApplyController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantThirdApplyController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/rest/TbMerchantThirdApplyController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantThirdApplyController.java index a81b7c94..fa0ddb25 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/rest/TbMerchantThirdApplyController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbMerchantThirdApplyController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopThirdApply.domain.TbMerchantThirdApply; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.TbMerchantThirdApplyService; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyDto; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbMerchantThirdApply; +import cn.ysk.cashier.service.shop.TbMerchantThirdApplyService; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyDto; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/rest/TbPlussShopStaffController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/rest/TbPlussShopStaffController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java index 9076aff9..f0e28ecc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/rest/TbPlussShopStaffController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPlussShopStaffController.java @@ -13,17 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopStaff.domain.TbPlussShopStaff; -import me.zhengjie.modules.shopInfo.shopStaff.service.TbPlussShopStaffService; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbPlussShopStaff; +import cn.ysk.cashier.service.shop.TbPlussShopStaffService; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/domain/TbPrintMachine.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachine.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/domain/TbPrintMachine.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachine.java index 11ff7c14..dc98786b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/domain/TbPrintMachine.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachine.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.domain; +package cn.ysk.cashier.controller.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/rest/TbPrintMachineController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachineController.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/rest/TbPrintMachineController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachineController.java index 47f150cc..93e67ade 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/rest/TbPrintMachineController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbPrintMachineController.java @@ -13,24 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopPrint.domain.TbPrintMachine; -import me.zhengjie.modules.shopInfo.shopPrint.service.TbPrintMachineService; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.PrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.service.shop.TbPrintMachineService; +import cn.ysk.cashier.dto.shop.PrintMachineDto; +import cn.ysk.cashier.dto.shop.TbPrintMachineQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; import io.swagger.annotations.*; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/rest/TbReceiptSalesController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbReceiptSalesController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/rest/TbReceiptSalesController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbReceiptSalesController.java index 51cc5a8c..c019be66 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/rest/TbReceiptSalesController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbReceiptSalesController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopReceiptSales.domain.TbReceiptSales; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesQueryCriteria; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.TbReceiptSalesService; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbReceiptSales; +import cn.ysk.cashier.dto.shop.TbReceiptSalesQueryCriteria; +import cn.ysk.cashier.service.shop.TbReceiptSalesService; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/rest/TbShopAreaController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopAreaController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/rest/TbShopAreaController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopAreaController.java index 62294fb0..25f27a37 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/rest/TbShopAreaController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopAreaController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopArea.domain.TbShopArea; -import me.zhengjie.modules.shopInfo.shopArea.service.TbShopAreaService; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopArea; +import cn.ysk.cashier.service.shop.TbShopAreaService; +import cn.ysk.cashier.dto.shop.TbShopAreaQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/rest/TbShopCashSpreadController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCashSpreadController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/rest/TbShopCashSpreadController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCashSpreadController.java index b830cbf2..5d5fd9ef 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/rest/TbShopCashSpreadController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCashSpreadController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopSpread.domain.TbShopCashSpread; -import me.zhengjie.modules.shopInfo.shopSpread.service.TbShopCashSpreadService; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadQueryCriteria; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopCashSpread; +import cn.ysk.cashier.service.shop.TbShopCashSpreadService; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadQueryCriteria; +import cn.ysk.cashier.utils.StringUtils; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/rest/TbShopCurrencyController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCurrencyController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/rest/TbShopCurrencyController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCurrencyController.java index 0e9c8f6b..862f1987 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/rest/TbShopCurrencyController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopCurrencyController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopCurrency.domain.TbShopCurrency; -import me.zhengjie.modules.shopInfo.shopCurrency.service.TbShopCurrencyService; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopCurrency; +import cn.ysk.cashier.service.shop.TbShopCurrencyService; +import cn.ysk.cashier.dto.shop.TbShopCurrencyQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/rest/TbShopInfoController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopInfoController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/rest/TbShopInfoController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopInfoController.java index cd8a3e4d..e8d8f40f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/rest/TbShopInfoController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopInfoController.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.service.TbShopInfoService; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoDto; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.service.shop.TbShopInfoService; +import cn.ysk.cashier.dto.shop.TbShopInfoDto; +import cn.ysk.cashier.dto.shop.TbShopInfoQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/rest/TbShopPurveyorController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorController.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/rest/TbShopPurveyorController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorController.java index c138eac0..92df0e3f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/rest/TbShopPurveyorController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.TbShopPurveyorService; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopPurveyor; +import cn.ysk.cashier.service.shop.TbShopPurveyorService; +import cn.ysk.cashier.dto.shop.TbShopPurveyorQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/rest/TbShopPurveyorTransactController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorTransactController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/rest/TbShopPurveyorTransactController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorTransactController.java index e21d8230..13809c30 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/rest/TbShopPurveyorTransactController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopPurveyorTransactController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.TbShopPurveyorTransactService; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; +import cn.ysk.cashier.service.shop.TbShopPurveyorTransactService; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/rest/TbShopTableController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopTableController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/rest/TbShopTableController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopTableController.java index b866c9b4..83d481f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/rest/TbShopTableController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopTableController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.table.domain.TbShopTable; -import me.zhengjie.modules.shopInfo.table.service.TbShopTableService; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopTable; +import cn.ysk.cashier.service.shop.TbShopTableService; +import cn.ysk.cashier.dto.shop.TbShopTableQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/rest/TbShopUnitController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUnitController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/rest/TbShopUnitController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUnitController.java index e9d8bfb2..7a38a6f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/rest/TbShopUnitController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUnitController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; -import me.zhengjie.modules.shopInfo.shopUnit.service.TbShopUnitService; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopUnit; +import cn.ysk.cashier.service.shop.TbShopUnitService; +import cn.ysk.cashier.dto.shop.TbShopUnitQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/rest/TbShopUserController.java b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUserController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/rest/TbShopUserController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUserController.java index aed4e840..25b5b6d5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/rest/TbShopUserController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/controller/shop/TbShopUserController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.rest; +package cn.ysk.cashier.controller.shop; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.shopInfo.shopUser.domain.TbShopUser; -import me.zhengjie.modules.shopInfo.shopUser.service.TbShopUserService; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.pojo.shop.TbShopUser; +import cn.ysk.cashier.service.shop.TbShopUserService; +import cn.ysk.cashier.dto.shop.TbShopUserQueryCriteria; import org.springframework.data.domain.Pageable; import lombok.RequiredArgsConstructor; import org.springframework.http.HttpStatus; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigDto.java index 00287e34..b555cae6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigQueryCriteria.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigQueryCriteria.java index 4df62f98..d789fd09 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotButtonConfigQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotButtonConfigQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigDto.java index 3a6613b2..1426d65d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigQueryCriteria.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigQueryCriteria.java index 6a781333..ce14acb3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/dto/BotConfigQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotConfigQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserDto.java index 34ff8c9f..93ee777f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.sql.Timestamp; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowDto.java index 471c62b9..cc5a0e83 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.sql.Timestamp; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowQueryCriteria.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowQueryCriteria.java index 04031e7c..d629ccf6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/dto/BotUserFlowQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserFlowQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserQueryCriteria.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserQueryCriteria.java index 2209c1fe..e174c66c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/dto/BotUserQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/BotUserQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogDto.java index f9f5383f..a553b98b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogQueryCriteria.java index b7e12dbd..8bd0be42 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/dto/TbRenewalsPayLogQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbRenewalsPayLogQueryCriteria.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.math.BigDecimal; -import java.util.List; -import me.zhengjie.annotation.Query; + +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeDto.java index c005f619..a3838b3d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeQueryCriteria.java index 11991528..d2900e83 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/dto/TbShopPayTypeQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbShopPayTypeQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoDto.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoDto.java index ce4c2356..2eb18126 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoQueryCriteria.java index f1ea9a82..e5e88038 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/dto/TbUserInfoQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/TbUserInfoQueryCriteria.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.service.dto; +package cn.ysk.cashier.dto; import lombok.Data; import java.math.BigDecimal; -import java.util.List; -import me.zhengjie.annotation.Query; + +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartDto.java index ef28bfa6..61572a8b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartQueryCriteria.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartQueryCriteria.java index 0b300c7e..35a91d30 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/dto/TbCashierCartQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbCashierCartQueryCriteria.java @@ -13,11 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailDto.java index 7ac1ae4a..896b3aba 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; import java.sql.Timestamp; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailQueryCriteria.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailQueryCriteria.java index 616f089f..00e97dac 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/dto/TbOrderDetailQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderDetailQueryCriteria.java @@ -13,11 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoDto.java index bd29e48e..f614d069 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoDto.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; +import cn.ysk.cashier.pojo.order.TbCashierCart; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoQueryCriteria.java index d8f6cdd0..2066bd5e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/dto/TbOrderInfoQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoQueryCriteria.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service.dto; +package cn.ysk.cashier.dto.order; import lombok.Data; import java.math.BigDecimal; -import java.util.List; -import me.zhengjie.annotation.Query; + +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/OutAndOnDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/OutAndOnDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/OutAndOnDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/OutAndOnDto.java index 880511c8..e1b24329 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/OutAndOnDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/OutAndOnDto.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productStockOperate.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import lombok.NonNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/ProductListDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/ProductListDto.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/ProductListDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/ProductListDto.java index 0b0d2b8a..f42f7dea 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/ProductListDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/ProductListDto.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productStockOperate.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/SpecDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/SpecDto.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/SpecDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/SpecDto.java index a129ad7a..93c00e7f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/SpecDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/SpecDto.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productSpec.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductDto.java index 5780a116..9a5deaa6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductDto.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; +import cn.ysk.cashier.pojo.product.TbProductSku; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupDto.java index ca86b326..a88ce6b8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupQueryCriteria.java index 9e4861a2..867e8a5d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/dto/TbProductGroupQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductGroupQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductQueryCriteria.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductQueryCriteria.java index 288b6e09..c3b9dd5b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/dto/TbProductQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductQueryCriteria.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.math.BigDecimal; -import java.util.List; -import me.zhengjie.annotation.Query; + +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuDto.java index 288bd2a5..b2f0c612 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuQueryCriteria.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuQueryCriteria.java index 2f1e326f..b1d31c58 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/TbProductSkuQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuQueryCriteria.java @@ -13,11 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultDto.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultDto.java index 5ffec2a1..3ddc660c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultQueryCriteria.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultQueryCriteria.java index ee0ccaf8..44ecc072 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/dto/TbProductSkuResultQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSkuResultQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecDto.java index e5e52728..a7dd06a2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecQueryCriteria.java index bd69a1f0..9f793adf 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/dto/TbProductSpecQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductSpecQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailDto.java index b822f0da..1ff28fc3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailQueryCriteria.java index 61e6096b..f18fd265 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/dto/TbProductStockDetailQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockDetailQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateDto.java index 461a9663..2e7b68d2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateQueryCriteria.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateQueryCriteria.java index 25cf3a03..3630b8da 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/dto/TbProductStockOperateQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbProductStockOperateQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryDto.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryDto.java index ff326348..282ae5cf 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.service.dto; +package cn.ysk.cashier.dto.product; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import lombok.Data; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; +import cn.ysk.cashier.pojo.product.TbShopCategory; import java.io.Serializable; import java.util.ArrayList; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryQueryCriteria.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryQueryCriteria.java index c73a36fc..588e4742 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/dto/TbShopCategoryQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/product/TbShopCategoryQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.service.dto; +package cn.ysk.cashier.dto.product; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintConfig.java similarity index 67% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintConfig.java index 11333db4..38c01d54 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintConfig.java @@ -1,7 +1,7 @@ -package me.zhengjie.modules.shopInfo.shopPrint.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; +import cn.ysk.cashier.pojo.product.TbShopCategory; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintMachineDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintMachineDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintMachineDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintMachineDto.java index 21549462..8ef71e91 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/PrintMachineDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/PrintMachineDto.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.shopInfo.shopPrint.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountDto.java index 201cdd39..2501cfd5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountQueryCriteria.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountQueryCriteria.java index 64889c31..a9e192d2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/dto/TbMerchantAccountQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantAccountQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterDto.java index fdd797d4..535d4b2e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterQueryCriteria.java index 62223ab7..ea96d18b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/dto/TbMerchantRegisterQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantRegisterQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyDto.java index 8f5fe5fc..7f6d5ba5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyQueryCriteria.java index a38ed61f..868fbf5e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/dto/TbMerchantThirdApplyQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbMerchantThirdApplyQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffDto.java index 037901e3..0e9ddaad 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.service.dto; +package cn.ysk.cashier.dto.shop; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffQueryCriteria.java index a0f4fb3a..801e4726 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/dto/TbPlussShopStaffQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPlussShopStaffQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineDto.java index aff05cf5..79880cf2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineQueryCriteria.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineQueryCriteria.java index 4792fac5..8f84e5aa 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbPrintMachineQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesDto.java index ec4d1017..328db5e1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesQueryCriteria.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesQueryCriteria.java index 49e8a39d..37a7088e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/dto/TbReceiptSalesQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbReceiptSalesQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaDto.java index db0abe1c..ca9415e2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaQueryCriteria.java index 5ffcaf39..efe71daa 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/dto/TbShopAreaQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopAreaQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadDto.java index 4ff524df..1f21324f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadQueryCriteria.java index 699fbe42..1996d037 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/dto/TbShopCashSpreadQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCashSpreadQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyDto.java index dd097c5b..9537dde4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyQueryCriteria.java index 1ccfc901..016f805c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/dto/TbShopCurrencyQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopCurrencyQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoDto.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoDto.java index 28b54681..c5b55a09 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.service.dto; +package cn.ysk.cashier.dto.shop; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoQueryCriteria.java index efafb0ae..1f5003a7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/dto/TbShopInfoQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopInfoQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorDto.java index 5baa6246..63b7c7e7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorQueryCriteria.java index 7e50175a..7cc989e2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/dto/TbShopPurveyorQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactDto.java index 0ac5a59b..e50551f8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactQueryCriteria.java index 97a66ff6..fdfae8bd 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/dto/TbShopPurveyorTransactQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopPurveyorTransactQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableDto.java index eb914f41..22f74978 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableQueryCriteria.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableQueryCriteria.java index 6caea1ba..ce7a0f45 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/dto/TbShopTableQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopTableQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitDto.java index 2970e3df..c8f6fa99 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitQueryCriteria.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitQueryCriteria.java index 44698d46..87e82e14 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/dto/TbShopUnitQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUnitQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserDto.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserDto.java index d262ba29..0f6ca19d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserQueryCriteria.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserQueryCriteria.java index 5acdd420..baef7e17 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/dto/TbShopUserQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/dto/shop/TbShopUserQueryCriteria.java @@ -13,11 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.service.dto; +package cn.ysk.cashier.dto.shop; import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/PayTypeEnum.java b/eladmin-system/src/main/java/cn/ysk/cashier/enums/PayTypeEnum.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/PayTypeEnum.java rename to eladmin-system/src/main/java/cn/ysk/cashier/enums/PayTypeEnum.java index 285839f6..21350c80 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/PayTypeEnum.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/enums/PayTypeEnum.java @@ -1,6 +1,5 @@ -package me.zhengjie.modules.payType.domain; +package cn.ysk.cashier.enums; -import com.alipay.service.schema.util.StringUtil; import lombok.AllArgsConstructor; import lombok.Getter; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotButtonConfigMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotButtonConfigMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotButtonConfigMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotButtonConfigMapper.java index 81d83e58..73775b83 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotButtonConfigMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotButtonConfigMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.bot.domain.BotButtonConfig; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.BotButtonConfig; +import cn.ysk.cashier.dto.BotButtonConfigDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotConfigMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotConfigMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotConfigMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotConfigMapper.java index eef5b860..c7ec730b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/mapstruct/BotConfigMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotConfigMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.bot.domain.BotConfig; -import me.zhengjie.modules.bot.service.dto.BotConfigDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.BotConfig; +import cn.ysk.cashier.dto.BotConfigDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/mapstruct/BotUserFlowMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserFlowMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/service/mapstruct/BotUserFlowMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserFlowMapper.java index 9cedfd3b..bd547896 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/mapstruct/BotUserFlowMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserFlowMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.account.domain.BotUserFlow; -import me.zhengjie.modules.account.service.dto.BotUserFlowDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.BotUserFlow; +import cn.ysk.cashier.dto.BotUserFlowDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/mapstruct/BotUserMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/service/mapstruct/BotUserMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserMapper.java index 0e4ddbd1..40cbe449 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/mapstruct/BotUserMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/BotUserMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.user.domain.BotUser; -import me.zhengjie.modules.user.service.dto.BotUserDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.BotUser; +import cn.ysk.cashier.dto.BotUserDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/mapstruct/TbRenewalsPayLogMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbRenewalsPayLogMapper.java similarity index 80% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/mapstruct/TbRenewalsPayLogMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbRenewalsPayLogMapper.java index ef30d0c5..63945c57 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/mapstruct/TbRenewalsPayLogMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbRenewalsPayLogMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.renewals.domain.TbRenewalsPayLog; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.TbRenewalsPayLog; +import cn.ysk.cashier.dto.TbRenewalsPayLogDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/mapstruct/TbShopPayTypeMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbShopPayTypeMapper.java similarity index 80% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/service/mapstruct/TbShopPayTypeMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbShopPayTypeMapper.java index 2b793b5c..913cbb53 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/mapstruct/TbShopPayTypeMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbShopPayTypeMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.payType.domain.TbShopPayType; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.TbShopPayType; +import cn.ysk.cashier.dto.TbShopPayTypeDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/mapstruct/TbUserInfoMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbUserInfoMapper.java similarity index 80% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/mapstruct/TbUserInfoMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbUserInfoMapper.java index cc62be98..9e35e6f0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/mapstruct/TbUserInfoMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/TbUserInfoMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.service.mapstruct; +package cn.ysk.cashier.mapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.TbUserInfo; +import cn.ysk.cashier.dto.TbUserInfoDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/mapstruct/TbCashierCartMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbCashierCartMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/mapstruct/TbCashierCartMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbCashierCartMapper.java index d707e881..4705d75c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/mapstruct/TbCashierCartMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbCashierCartMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.service.mapstruct; +package cn.ysk.cashier.mapper.order; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.order.TbCashierCart; +import cn.ysk.cashier.dto.order.TbCashierCartDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/mapstruct/TbOrderDetailMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderDetailMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/mapstruct/TbOrderDetailMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderDetailMapper.java index 9ee08b85..8406100c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/mapstruct/TbOrderDetailMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderDetailMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.service.mapstruct; +package cn.ysk.cashier.mapper.order; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.order.orderDetail.domain.TbOrderDetail; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.order.TbOrderDetail; +import cn.ysk.cashier.dto.order.TbOrderDetailDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/mapstruct/TbOrderInfoMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderInfoMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/mapstruct/TbOrderInfoMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderInfoMapper.java index a7d3a451..9d30564a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/mapstruct/TbOrderInfoMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/order/TbOrderInfoMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service.mapstruct; +package cn.ysk.cashier.mapper.order; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.order.orderInfo.domain.TbOrderInfo; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.order.TbOrderInfo; +import cn.ysk.cashier.dto.order.TbOrderInfoDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/mapstruct/TbProductGroupMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductGroupMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/mapstruct/TbProductGroupMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductGroupMapper.java index 9b0c2377..7885eebd 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/mapstruct/TbProductGroupMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductGroupMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productGroup.domain.TbProductGroup; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductGroup; +import cn.ysk.cashier.dto.product.TbProductGroupDto; import org.mapstruct.Mapper; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/mapstruct/TbProductMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/mapstruct/TbProductMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductMapper.java index 87e7c109..be839f5a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/mapstruct/TbProductMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProduct; +import cn.ysk.cashier.dto.product.TbProductDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/mapstruct/TbProductSkuMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSkuMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/mapstruct/TbProductSkuMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSkuMapper.java index f28a4f70..7a9735a9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/mapstruct/TbProductSkuMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSkuMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.dto.product.TbProductSkuDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/mapstruct/TbProductSpecMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSpecMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/mapstruct/TbProductSpecMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSpecMapper.java index 37e2408d..91f05278 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/mapstruct/TbProductSpecMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductSpecMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductSpec; +import cn.ysk.cashier.dto.product.TbProductSpecDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/mapstruct/TbProductStockDetailMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockDetailMapper.java similarity index 76% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/mapstruct/TbProductStockDetailMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockDetailMapper.java index d205ad09..1192666d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/mapstruct/TbProductStockDetailMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockDetailMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; +import cn.ysk.cashier.dto.product.TbProductStockDetailDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/mapstruct/TbProductStockOperateMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockOperateMapper.java similarity index 75% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/mapstruct/TbProductStockOperateMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockOperateMapper.java index e48568f7..82d65573 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/mapstruct/TbProductStockOperateMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbProductStockOperateMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productStockOperate.domain.TbProductStockOperate; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductStockOperate; +import cn.ysk.cashier.dto.product.TbProductStockOperateDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/mapstruct/TbShopCategoryMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbShopCategoryMapper.java similarity index 76% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/mapstruct/TbShopCategoryMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbShopCategoryMapper.java index e2cae55d..21087f5d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/mapstruct/TbShopCategoryMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/product/TbShopCategoryMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.service.mapstruct; +package cn.ysk.cashier.mapper.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbShopCategory; +import cn.ysk.cashier.dto.product.TbShopCategoryDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/mapstruct/TbMerchantAccountMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantAccountMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/mapstruct/TbMerchantAccountMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantAccountMapper.java index 1c9a3b1a..d2953e07 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/mapstruct/TbMerchantAccountMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantAccountMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; +import cn.ysk.cashier.dto.shop.TbMerchantAccountDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/mapstruct/TbMerchantRegisterMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantRegisterMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/mapstruct/TbMerchantRegisterMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantRegisterMapper.java index 67d6ab3c..e81ccfdf 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/mapstruct/TbMerchantRegisterMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantRegisterMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/mapstruct/TbMerchantThirdApplyMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantThirdApplyMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/mapstruct/TbMerchantThirdApplyMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantThirdApplyMapper.java index 2d7780d3..efbfb3db 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/mapstruct/TbMerchantThirdApplyMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbMerchantThirdApplyMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopThirdApply.domain.TbMerchantThirdApply; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbMerchantThirdApply; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/mapstruct/TbPlussShopStaffMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPlussShopStaffMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/mapstruct/TbPlussShopStaffMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPlussShopStaffMapper.java index 054b0e79..2b976e56 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/mapstruct/TbPlussShopStaffMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPlussShopStaffMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopStaff.domain.TbPlussShopStaff; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbPlussShopStaff; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/mapstruct/TbPrintMachineMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPrintMachineMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/mapstruct/TbPrintMachineMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPrintMachineMapper.java index 4a46fe35..d2d8b14f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/mapstruct/TbPrintMachineMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbPrintMachineMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopPrint.domain.TbPrintMachine; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.controller.shop.TbPrintMachine; +import cn.ysk.cashier.dto.shop.TbPrintMachineDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/mapstruct/TbReceiptSalesMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbReceiptSalesMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/mapstruct/TbReceiptSalesMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbReceiptSalesMapper.java index c682e634..febd2c34 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/mapstruct/TbReceiptSalesMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbReceiptSalesMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopReceiptSales.domain.TbReceiptSales; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbReceiptSales; +import cn.ysk.cashier.dto.shop.TbReceiptSalesDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/mapstruct/TbShopAreaMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopAreaMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/mapstruct/TbShopAreaMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopAreaMapper.java index 62b93cd0..9847e872 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/mapstruct/TbShopAreaMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopAreaMapper.java @@ -13,11 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.service.mapstruct; +package cn.ysk.cashier.mapper.shop; + +import cn.ysk.cashier.dto.shop.TbShopAreaDto; +import cn.ysk.cashier.pojo.shop.TbShopArea; +import cn.ysk.cashier.base.BaseMapper; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopArea.domain.TbShopArea; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/mapstruct/TbShopCashSpreadMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCashSpreadMapper.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/mapstruct/TbShopCashSpreadMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCashSpreadMapper.java index d24db0f7..aabf892a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/mapstruct/TbShopCashSpreadMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCashSpreadMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopSpread.domain.TbShopCashSpread; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopCashSpread; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/mapstruct/TbShopCurrencyMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCurrencyMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/mapstruct/TbShopCurrencyMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCurrencyMapper.java index 78dfc297..6ad1878c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/mapstruct/TbShopCurrencyMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopCurrencyMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopCurrency.domain.TbShopCurrency; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopCurrency; +import cn.ysk.cashier.dto.shop.TbShopCurrencyDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/mapstruct/TbShopInfoMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopInfoMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/mapstruct/TbShopInfoMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopInfoMapper.java index ffb97501..0749836d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/mapstruct/TbShopInfoMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopInfoMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.dto.shop.TbShopInfoDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/mapstruct/TbShopPurveyorMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorMapper.java similarity index 77% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/mapstruct/TbShopPurveyorMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorMapper.java index 736e5ca9..e51f9aca 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/mapstruct/TbShopPurveyorMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopPurveyor; +import cn.ysk.cashier.dto.shop.TbShopPurveyorDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/mapstruct/TbShopPurveyorTransactMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorTransactMapper.java similarity index 75% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/mapstruct/TbShopPurveyorTransactMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorTransactMapper.java index 9eae0c40..14788b81 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/mapstruct/TbShopPurveyorTransactMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopPurveyorTransactMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/mapstruct/TbShopTableMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopTableMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/mapstruct/TbShopTableMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopTableMapper.java index 941b64b7..698248ae 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/mapstruct/TbShopTableMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopTableMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.table.domain.TbShopTable; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopTable; +import cn.ysk.cashier.dto.shop.TbShopTableDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/mapstruct/TbShopUnitMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUnitMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/mapstruct/TbShopUnitMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUnitMapper.java index c62a1668..9283fb21 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/mapstruct/TbShopUnitMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUnitMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopUnit; +import cn.ysk.cashier.dto.shop.TbShopUnitDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/mapstruct/TbShopUserMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUserMapper.java similarity index 79% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/mapstruct/TbShopUserMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUserMapper.java index b3151722..d2178248 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/mapstruct/TbShopUserMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mapper/shop/TbShopUserMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.service.mapstruct; +package cn.ysk.cashier.mapper.shop; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.shopInfo.shopUser.domain.TbShopUser; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.shop.TbShopUser; +import cn.ysk.cashier.dto.shop.TbShopUserDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/App.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/App.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.java index cf5789c9..9929b177 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/App.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/App.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.domain; +package cn.ysk.cashier.mnt.domain; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Database.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Database.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java index 6b3a68a6..b2411e60 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Database.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Database.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.domain; +package cn.ysk.cashier.mnt.domain; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Deploy.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Deploy.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java index bcf61e54..ce18ba64 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/Deploy.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/Deploy.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.domain; +package cn.ysk.cashier.mnt.domain; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import java.io.Serializable; import java.util.Set; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/DeployHistory.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/DeployHistory.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java index 6e07e136..5c23218e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/DeployHistory.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/DeployHistory.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.domain; +package cn.ysk.cashier.mnt.domain; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/ServerDeploy.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/ServerDeploy.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java index f5235627..ba5983b0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/domain/ServerDeploy.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/domain/ServerDeploy.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.domain; +package cn.ysk.cashier.mnt.domain; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import java.io.Serializable; import java.util.Objects; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/AppRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/AppRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java index 41e5f5c9..0e566b96 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/AppRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/AppRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.repository; +package cn.ysk.cashier.mnt.repository; -import me.zhengjie.modules.mnt.domain.App; +import cn.ysk.cashier.mnt.domain.App; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DatabaseRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DatabaseRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java index 695e0adc..5d802ad4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DatabaseRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DatabaseRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.repository; +package cn.ysk.cashier.mnt.repository; -import me.zhengjie.modules.mnt.domain.Database; +import cn.ysk.cashier.mnt.domain.Database; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployHistoryRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployHistoryRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java index 3c8980ec..9119f646 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployHistoryRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployHistoryRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.repository; +package cn.ysk.cashier.mnt.repository; -import me.zhengjie.modules.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.domain.DeployHistory; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java index 2ea44986..f7187f81 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/DeployRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/DeployRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.repository; +package cn.ysk.cashier.mnt.repository; -import me.zhengjie.modules.mnt.domain.Deploy; +import cn.ysk.cashier.mnt.domain.Deploy; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/ServerDeployRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/ServerDeployRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java index 4ca336c0..41f0ac45 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/repository/ServerDeployRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/repository/ServerDeployRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.repository; +package cn.ysk.cashier.mnt.repository; -import me.zhengjie.modules.mnt.domain.ServerDeploy; +import cn.ysk.cashier.mnt.domain.ServerDeploy; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/AppController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/AppController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java index 61ce07c1..8b187a2f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/AppController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/AppController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.rest; +package cn.ysk.cashier.mnt.rest; +import cn.ysk.cashier.mnt.domain.App; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.mnt.domain.App; -import me.zhengjie.modules.mnt.service.AppService; -import me.zhengjie.modules.mnt.service.dto.AppQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.mnt.service.AppService; +import cn.ysk.cashier.mnt.service.dto.AppQueryCriteria; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DatabaseController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DatabaseController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java index 215c802a..151d755e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DatabaseController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DatabaseController.java @@ -13,19 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.rest; +package cn.ysk.cashier.mnt.rest; +import cn.ysk.cashier.mnt.util.SqlUtils; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.mnt.domain.Database; -import me.zhengjie.modules.mnt.service.DatabaseService; -import me.zhengjie.modules.mnt.service.dto.DatabaseDto; -import me.zhengjie.modules.mnt.service.dto.DatabaseQueryCriteria; -import me.zhengjie.modules.mnt.util.SqlUtils; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.mnt.domain.Database; +import cn.ysk.cashier.mnt.service.DatabaseService; +import cn.ysk.cashier.mnt.service.dto.DatabaseDto; +import cn.ysk.cashier.mnt.service.dto.DatabaseQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java index 38197e82..9cfd48ba 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployController.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.rest; +package cn.ysk.cashier.mnt.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.mnt.domain.Deploy; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.service.DeployService; -import me.zhengjie.modules.mnt.service.dto.DeployQueryCriteria; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.mnt.domain.Deploy; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.service.DeployService; +import cn.ysk.cashier.mnt.service.dto.DeployQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployHistoryController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployHistoryController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java index 2d1037ba..a9ce5c5d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/DeployHistoryController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/DeployHistoryController.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.rest; +package cn.ysk.cashier.mnt.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.mnt.service.DeployHistoryService; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.mnt.service.DeployHistoryService; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryQueryCriteria; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/ServerDeployController.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/ServerDeployController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java index 894a90a9..11a1fccd 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/rest/ServerDeployController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/rest/ServerDeployController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.rest; +package cn.ysk.cashier.mnt.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.mnt.domain.ServerDeploy; -import me.zhengjie.modules.mnt.service.ServerDeployService; -import me.zhengjie.modules.mnt.service.dto.ServerDeployQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.mnt.domain.ServerDeploy; +import cn.ysk.cashier.mnt.service.ServerDeployService; +import cn.ysk.cashier.mnt.service.dto.ServerDeployQueryCriteria; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/AppService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/AppService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java index c8227785..637ff3cc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/AppService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/AppService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service; +package cn.ysk.cashier.mnt.service; -import me.zhengjie.modules.mnt.domain.App; -import me.zhengjie.modules.mnt.service.dto.AppDto; -import me.zhengjie.modules.mnt.service.dto.AppQueryCriteria; +import cn.ysk.cashier.mnt.domain.App; +import cn.ysk.cashier.mnt.service.dto.AppDto; +import cn.ysk.cashier.mnt.service.dto.AppQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DatabaseService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DatabaseService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java index e8a3acb7..519d9d08 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DatabaseService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DatabaseService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service; +package cn.ysk.cashier.mnt.service; -import me.zhengjie.modules.mnt.domain.Database; -import me.zhengjie.modules.mnt.service.dto.DatabaseDto; -import me.zhengjie.modules.mnt.service.dto.DatabaseQueryCriteria; +import cn.ysk.cashier.mnt.domain.Database; +import cn.ysk.cashier.mnt.service.dto.DatabaseDto; +import cn.ysk.cashier.mnt.service.dto.DatabaseQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployHistoryService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployHistoryService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java index 5eb1b3de..1b0d8467 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployHistoryService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployHistoryService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service; +package cn.ysk.cashier.mnt.service; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryDto; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryQueryCriteria; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryDto; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java index 583474d7..f5b51a2f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/DeployService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/DeployService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service; +package cn.ysk.cashier.mnt.service; -import me.zhengjie.modules.mnt.domain.Deploy; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.service.dto.DeployDto; -import me.zhengjie.modules.mnt.service.dto.DeployQueryCriteria; +import cn.ysk.cashier.mnt.domain.Deploy; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.service.dto.DeployDto; +import cn.ysk.cashier.mnt.service.dto.DeployQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/ServerDeployService.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/ServerDeployService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java index be8bb573..4937151a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/ServerDeployService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/ServerDeployService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service; +package cn.ysk.cashier.mnt.service; -import me.zhengjie.modules.mnt.domain.ServerDeploy; -import me.zhengjie.modules.mnt.service.dto.ServerDeployDto; -import me.zhengjie.modules.mnt.service.dto.ServerDeployQueryCriteria; +import cn.ysk.cashier.mnt.domain.ServerDeploy; +import cn.ysk.cashier.mnt.service.dto.ServerDeployDto; +import cn.ysk.cashier.mnt.service.dto.ServerDeployQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java index c6fd6f74..c276aac1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java index 17f358f7..3f1afd4b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/AppQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/AppQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java index 689b06b9..1424a2f9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java index 53d619d4..a11a4dfa 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DatabaseQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DatabaseQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java index f3d77b8e..3f8b1d8c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import cn.hutool.core.collection.CollectionUtil; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.Objects; import java.util.Set; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java index a9f480cf..366b3add 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java index c34f1242..b540238a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployHistoryQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployHistoryQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java index c404620a..bbc2e6ca 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/DeployQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/DeployQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java index a49c7950..e804da4b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.Objects; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java index bb8bd412..d9539fc1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/dto/ServerDeployQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/dto/ServerDeployQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.dto; +package cn.ysk.cashier.mnt.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/AppServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/AppServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java index 42b088ff..aec37261 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/AppServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/AppServiceImpl.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.impl; +package cn.ysk.cashier.mnt.service.impl; +import cn.ysk.cashier.mnt.domain.App; +import cn.ysk.cashier.mnt.repository.AppRepository; +import cn.ysk.cashier.mnt.service.AppService; +import cn.ysk.cashier.mnt.service.dto.AppQueryCriteria; +import cn.ysk.cashier.mnt.service.mapstruct.AppMapper; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.mnt.domain.App; -import me.zhengjie.modules.mnt.repository.AppRepository; -import me.zhengjie.modules.mnt.service.AppService; -import me.zhengjie.modules.mnt.service.dto.AppDto; -import me.zhengjie.modules.mnt.service.dto.AppQueryCriteria; -import me.zhengjie.modules.mnt.service.mapstruct.AppMapper; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import me.zhengjie.utils.ValidationUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.mnt.service.dto.AppDto; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DatabaseServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DatabaseServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java index c7740285..f41bc5c3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DatabaseServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DatabaseServiceImpl.java @@ -13,22 +13,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.impl; +package cn.ysk.cashier.mnt.service.impl; import cn.hutool.core.util.IdUtil; +import cn.ysk.cashier.mnt.domain.Database; +import cn.ysk.cashier.mnt.repository.DatabaseRepository; +import cn.ysk.cashier.mnt.service.DatabaseService; +import cn.ysk.cashier.mnt.service.mapstruct.DatabaseMapper; +import cn.ysk.cashier.mnt.util.SqlUtils; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.modules.mnt.domain.Database; -import me.zhengjie.modules.mnt.repository.DatabaseRepository; -import me.zhengjie.modules.mnt.service.DatabaseService; -import me.zhengjie.modules.mnt.service.dto.DatabaseDto; -import me.zhengjie.modules.mnt.service.dto.DatabaseQueryCriteria; -import me.zhengjie.modules.mnt.service.mapstruct.DatabaseMapper; -import me.zhengjie.modules.mnt.util.SqlUtils; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import me.zhengjie.utils.ValidationUtil; +import cn.ysk.cashier.mnt.service.dto.DatabaseDto; +import cn.ysk.cashier.mnt.service.dto.DatabaseQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployHistoryServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployHistoryServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java index 7431113d..de3a505c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployHistoryServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployHistoryServiceImpl.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.impl; +package cn.ysk.cashier.mnt.service.impl; import cn.hutool.core.util.IdUtil; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.repository.DeployHistoryRepository; +import cn.ysk.cashier.mnt.service.mapstruct.DeployHistoryMapper; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.repository.DeployHistoryRepository; -import me.zhengjie.modules.mnt.service.DeployHistoryService; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryDto; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryQueryCriteria; -import me.zhengjie.modules.mnt.service.mapstruct.DeployHistoryMapper; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import me.zhengjie.utils.ValidationUtil; +import cn.ysk.cashier.mnt.service.DeployHistoryService; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryDto; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java index f2491cda..c539a0f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/DeployServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/DeployServiceImpl.java @@ -13,32 +13,32 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.impl; +package cn.ysk.cashier.mnt.service.impl; import cn.hutool.core.date.DatePattern; import cn.hutool.core.date.DateUtil; +import cn.ysk.cashier.mnt.domain.App; +import cn.ysk.cashier.mnt.domain.Deploy; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.mnt.domain.ServerDeploy; +import cn.ysk.cashier.mnt.repository.DeployRepository; +import cn.ysk.cashier.mnt.service.DeployHistoryService; +import cn.ysk.cashier.mnt.service.DeployService; +import cn.ysk.cashier.mnt.service.ServerDeployService; +import cn.ysk.cashier.mnt.service.dto.DeployDto; +import cn.ysk.cashier.mnt.service.dto.DeployQueryCriteria; +import cn.ysk.cashier.mnt.service.dto.ServerDeployDto; +import cn.ysk.cashier.mnt.service.mapstruct.DeployMapper; +import cn.ysk.cashier.mnt.util.ExecuteShellUtil; +import cn.ysk.cashier.mnt.util.ScpClientUtil; +import cn.ysk.cashier.mnt.websocket.WebSocketServer; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.mnt.domain.App; -import me.zhengjie.modules.mnt.domain.Deploy; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.domain.ServerDeploy; -import me.zhengjie.modules.mnt.repository.DeployRepository; -import me.zhengjie.modules.mnt.service.DeployHistoryService; -import me.zhengjie.modules.mnt.service.DeployService; -import me.zhengjie.modules.mnt.service.ServerDeployService; -import me.zhengjie.modules.mnt.service.dto.AppDto; -import me.zhengjie.modules.mnt.service.dto.DeployDto; -import me.zhengjie.modules.mnt.service.dto.DeployQueryCriteria; -import me.zhengjie.modules.mnt.service.dto.ServerDeployDto; -import me.zhengjie.modules.mnt.service.mapstruct.DeployMapper; -import me.zhengjie.modules.mnt.util.ExecuteShellUtil; -import me.zhengjie.modules.mnt.util.ScpClientUtil; -import me.zhengjie.modules.mnt.websocket.MsgType; -import me.zhengjie.modules.mnt.websocket.SocketMsg; -import me.zhengjie.modules.mnt.websocket.WebSocketServer; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.mnt.service.dto.AppDto; +import cn.ysk.cashier.mnt.websocket.MsgType; +import cn.ysk.cashier.mnt.websocket.SocketMsg; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/ServerDeployServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/ServerDeployServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java index 63272dae..29f88c39 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/impl/ServerDeployServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/impl/ServerDeployServiceImpl.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.impl; +package cn.ysk.cashier.mnt.service.impl; +import cn.ysk.cashier.mnt.domain.ServerDeploy; +import cn.ysk.cashier.mnt.repository.ServerDeployRepository; +import cn.ysk.cashier.mnt.service.ServerDeployService; +import cn.ysk.cashier.mnt.service.dto.ServerDeployDto; +import cn.ysk.cashier.mnt.service.mapstruct.ServerDeployMapper; +import cn.ysk.cashier.mnt.util.ExecuteShellUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.mnt.domain.ServerDeploy; -import me.zhengjie.modules.mnt.repository.ServerDeployRepository; -import me.zhengjie.modules.mnt.service.ServerDeployService; -import me.zhengjie.modules.mnt.service.dto.ServerDeployDto; -import me.zhengjie.modules.mnt.service.dto.ServerDeployQueryCriteria; -import me.zhengjie.modules.mnt.service.mapstruct.ServerDeployMapper; -import me.zhengjie.modules.mnt.util.ExecuteShellUtil; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import me.zhengjie.utils.ValidationUtil; +import cn.ysk.cashier.mnt.service.dto.ServerDeployQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/AppMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/AppMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java index fc39eeb2..2e728a9e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/AppMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/AppMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.mapstruct; +package cn.ysk.cashier.mnt.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.mnt.domain.App; -import me.zhengjie.modules.mnt.service.dto.AppDto; +import cn.ysk.cashier.mnt.domain.App; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.mnt.service.dto.AppDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DatabaseMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DatabaseMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java index 3cc6e8dd..f6573038 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DatabaseMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DatabaseMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.mapstruct; +package cn.ysk.cashier.mnt.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.mnt.domain.Database; -import me.zhengjie.modules.mnt.service.dto.DatabaseDto; +import cn.ysk.cashier.mnt.domain.Database; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.mnt.service.dto.DatabaseDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployHistoryMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployHistoryMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java index 2522ab02..17b8214c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployHistoryMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployHistoryMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.mapstruct; +package cn.ysk.cashier.mnt.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.mnt.domain.DeployHistory; -import me.zhengjie.modules.mnt.service.dto.DeployHistoryDto; +import cn.ysk.cashier.mnt.domain.DeployHistory; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.mnt.service.dto.DeployHistoryDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java similarity index 83% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java index cd3edee8..56b4c263 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/DeployMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/DeployMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.mapstruct; +package cn.ysk.cashier.mnt.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.mnt.domain.Deploy; -import me.zhengjie.modules.mnt.service.dto.DeployDto; +import cn.ysk.cashier.mnt.domain.Deploy; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.mnt.service.dto.DeployDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/ServerDeployMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/ServerDeployMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java index 960b25b1..423ff08e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/service/mapstruct/ServerDeployMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/service/mapstruct/ServerDeployMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.service.mapstruct; +package cn.ysk.cashier.mnt.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.mnt.domain.ServerDeploy; -import me.zhengjie.modules.mnt.service.dto.ServerDeployDto; +import cn.ysk.cashier.mnt.domain.ServerDeploy; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.mnt.service.dto.ServerDeployDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/DataTypeEnum.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/DataTypeEnum.java similarity index 99% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/DataTypeEnum.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/DataTypeEnum.java index e104b9ee..91e91db0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/DataTypeEnum.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/DataTypeEnum.java @@ -17,7 +17,7 @@ * */ -package me.zhengjie.modules.mnt.util; +package cn.ysk.cashier.mnt.util; import lombok.extern.slf4j.Slf4j; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ExecuteShellUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ExecuteShellUtil.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java index a5d5b599..7579ad92 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ExecuteShellUtil.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ExecuteShellUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.util; +package cn.ysk.cashier.mnt.util; import cn.hutool.core.io.IoUtil; import com.jcraft.jsch.ChannelShell; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ScpClientUtil.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ScpClientUtil.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java index 7cb83aa1..8babc5fc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/ScpClientUtil.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/ScpClientUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.util; +package cn.ysk.cashier.mnt.util; import ch.ethz.ssh2.Connection; import ch.ethz.ssh2.SCPClient; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/SqlUtils.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/SqlUtils.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java index d7e06b17..b59bec08 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/util/SqlUtils.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/util/SqlUtils.java @@ -13,13 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.util; +package cn.ysk.cashier.mnt.util; import com.alibaba.druid.pool.DruidDataSource; import com.alibaba.druid.util.StringUtils; import com.google.common.collect.Lists; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.utils.CloseUtil; +import cn.ysk.cashier.utils.CloseUtil; +import cn.ysk.cashier.mnt.util.DataTypeEnum; import javax.sql.DataSource; import java.io.BufferedReader; import java.io.File; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/MsgType.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/MsgType.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java index 2fc473da..4134b3f4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/MsgType.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/MsgType.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.websocket; +package cn.ysk.cashier.mnt.websocket; /** * @author ZhangHouYing diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/SocketMsg.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/SocketMsg.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java index ade33a24..a2602708 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/SocketMsg.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/SocketMsg.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.websocket; +package cn.ysk.cashier.mnt.websocket; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/WebSocketServer.java b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/WebSocketServer.java rename to eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java index 9c92165b..0b5dc892 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/mnt/websocket/WebSocketServer.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/mnt/websocket/WebSocketServer.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.mnt.websocket; +package cn.ysk.cashier.mnt.websocket; import com.alibaba.fastjson.JSONObject; import lombok.extern.slf4j.Slf4j; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotButtonConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotButtonConfig.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotButtonConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotButtonConfig.java index 8be15e19..80314174 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotButtonConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotButtonConfig.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotConfig.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotConfig.java index 988c34e3..c1cebb1b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/domain/BotConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotConfig.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/domain/BotUser.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUser.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/domain/BotUser.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUser.java index 520f56ab..0b6b799d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/domain/BotUser.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUser.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.sql.Timestamp; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/domain/BotUserFlow.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUserFlow.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/domain/BotUserFlow.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUserFlow.java index b6c650ce..729eb26b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/domain/BotUserFlow.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/BotUserFlow.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/domain/TbRenewalsPayLog.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbRenewalsPayLog.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/domain/TbRenewalsPayLog.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbRenewalsPayLog.java index 02d94e30..14823320 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/domain/TbRenewalsPayLog.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbRenewalsPayLog.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/TbShopPayType.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbShopPayType.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/TbShopPayType.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbShopPayType.java index 0b28ceed..f6c44bb7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/domain/TbShopPayType.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbShopPayType.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/domain/TbUserInfo.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbUserInfo.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/domain/TbUserInfo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbUserInfo.java index 24394382..0cf4340f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/domain/TbUserInfo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/TbUserInfo.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.domain; +package cn.ysk.cashier.pojo; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/domain/TbCashierCart.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbCashierCart.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/domain/TbCashierCart.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbCashierCart.java index 88ce860c..db009687 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/domain/TbCashierCart.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbCashierCart.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.domain; +package cn.ysk.cashier.pojo.order; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/domain/TbOrderDetail.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderDetail.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/domain/TbOrderDetail.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderDetail.java index 10d32761..1e70f970 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/domain/TbOrderDetail.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderDetail.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.domain; +package cn.ysk.cashier.pojo.order; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/domain/TbOrderInfo.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderInfo.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/domain/TbOrderInfo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderInfo.java index 61d58513..9cec3f92 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/domain/TbOrderInfo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/order/TbOrderInfo.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.domain; +package cn.ysk.cashier.pojo.order; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProduct.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProduct.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProduct.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProduct.java index 59794157..cdbe7561 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProduct.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProduct.java @@ -13,14 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; -import org.hibernate.annotations.ColumnDefault; -import org.hibernate.annotations.DynamicInsert; import javax.persistence.*; import javax.validation.constraints.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/domain/TbProductGroup.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductGroup.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/domain/TbProductGroup.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductGroup.java index 4bd7b9a0..3b21ef88 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/domain/TbProductGroup.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductGroup.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSku.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSku.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSku.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSku.java index c41b82a9..e78e1fc4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSku.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSku.java @@ -13,10 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.domain; +package cn.ysk.cashier.pojo.product; -import cn.hutool.json.JSON; -import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/domain/TbProductSkuResult.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSkuResult.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/domain/TbProductSkuResult.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSkuResult.java index d5dab17b..bdf4f066 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/domain/TbProductSkuResult.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSkuResult.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/domain/TbProductSpec.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSpec.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/domain/TbProductSpec.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSpec.java index 970052ed..0f8ed33f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/domain/TbProductSpec.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductSpec.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/domain/TbProductStockDetail.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockDetail.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/domain/TbProductStockDetail.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockDetail.java index 3f316db2..79605465 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/domain/TbProductStockDetail.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockDetail.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/domain/TbProductStockOperate.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockOperate.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/domain/TbProductStockOperate.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockOperate.java index a4410379..1785564e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/domain/TbProductStockOperate.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbProductStockOperate.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/domain/TbShopCategory.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbShopCategory.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/domain/TbShopCategory.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbShopCategory.java index 2b931d42..abfd30a3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/domain/TbShopCategory.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/product/TbShopCategory.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.domain; +package cn.ysk.cashier.pojo.product; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/domain/TbMerchantAccount.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantAccount.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/domain/TbMerchantAccount.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantAccount.java index 450ff3fd..55556084 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/domain/TbMerchantAccount.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantAccount.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/domain/TbMerchantRegister.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantRegister.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/domain/TbMerchantRegister.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantRegister.java index 7f3290c8..b916fc24 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/domain/TbMerchantRegister.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantRegister.java @@ -13,15 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.domain; +package cn.ysk.cashier.pojo.shop; -import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/domain/TbMerchantThirdApply.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/domain/TbMerchantThirdApply.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java index b808e5fc..359456c5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/domain/TbMerchantThirdApply.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbMerchantThirdApply.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/domain/TbPlussShopStaff.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbPlussShopStaff.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/domain/TbPlussShopStaff.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbPlussShopStaff.java index cb8f92cd..618b8411 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/domain/TbPlussShopStaff.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbPlussShopStaff.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; import cn.hutool.core.bean.copier.CopyOptions; import javax.persistence.*; -import javax.validation.constraints.*; import java.math.BigDecimal; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/domain/TbReceiptSales.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbReceiptSales.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/domain/TbReceiptSales.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbReceiptSales.java index ebccecfb..9469bda7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/domain/TbReceiptSales.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbReceiptSales.java @@ -13,9 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.domain; +package cn.ysk.cashier.pojo.shop; -import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Data; import cn.hutool.core.bean.BeanUtil; import io.swagger.annotations.ApiModelProperty; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/domain/TbShopArea.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopArea.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/domain/TbShopArea.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopArea.java index 976705d4..622ec7c0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/domain/TbShopArea.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopArea.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/domain/TbShopCashSpread.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCashSpread.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/domain/TbShopCashSpread.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCashSpread.java index 7d072a60..0dac0c58 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/domain/TbShopCashSpread.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCashSpread.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/domain/TbShopCurrency.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCurrency.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/domain/TbShopCurrency.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCurrency.java index d0105a30..35e9a5a1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/domain/TbShopCurrency.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopCurrency.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/domain/TbShopInfo.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopInfo.java similarity index 99% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/domain/TbShopInfo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopInfo.java index 0f5047e0..be88f982 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/domain/TbShopInfo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopInfo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/domain/TbShopPurveyor.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyor.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/domain/TbShopPurveyor.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyor.java index 035d4b3b..122c025f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/domain/TbShopPurveyor.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyor.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/domain/TbShopPurveyorTransact.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyorTransact.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/domain/TbShopPurveyorTransact.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyorTransact.java index f12edb60..408c59be 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/domain/TbShopPurveyorTransact.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopPurveyorTransact.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/domain/TbShopTable.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopTable.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/domain/TbShopTable.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopTable.java index 4f3c9056..6edb698b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/domain/TbShopTable.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopTable.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/domain/TbShopUnit.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUnit.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/domain/TbShopUnit.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUnit.java index 55ec5eb0..16203657 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/domain/TbShopUnit.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUnit.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/domain/TbShopUser.java b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUser.java similarity index 98% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/domain/TbShopUser.java rename to eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUser.java index 0dfe8fbe..eef71cb2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/domain/TbShopUser.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/pojo/shop/TbShopUser.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.domain; +package cn.ysk.cashier.pojo.shop; import lombok.Data; import cn.hutool.core.bean.BeanUtil; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/JobRunner.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/JobRunner.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java index a5a9c91f..1d0a4dae 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/JobRunner.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/JobRunner.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.config; +package cn.ysk.cashier.quartz.config; +import cn.ysk.cashier.quartz.domain.QuartzJob; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.quartz.domain.QuartzJob; -import me.zhengjie.modules.quartz.repository.QuartzJobRepository; -import me.zhengjie.modules.quartz.utils.QuartzManage; +import cn.ysk.cashier.quartz.repository.QuartzJobRepository; +import cn.ysk.cashier.quartz.utils.QuartzManage; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.ApplicationArguments; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/QuartzConfig.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/QuartzConfig.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java index 99f2e50e..b343106e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/config/QuartzConfig.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/config/QuartzConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.config; +package cn.ysk.cashier.quartz.config; import org.quartz.spi.TriggerFiredBundle; import org.springframework.beans.factory.config.AutowireCapableBeanFactory; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzJob.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzJob.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java index 39e11f42..5a9ff608 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzJob.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzJob.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.domain; +package cn.ysk.cashier.quartz.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzLog.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzLog.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java index 4de57ec1..9c05a934 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/domain/QuartzLog.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/domain/QuartzLog.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.domain; +package cn.ysk.cashier.quartz.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzJobRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzJobRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java index 79b222be..ea83832b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzJobRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzJobRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.repository; +package cn.ysk.cashier.quartz.repository; -import me.zhengjie.modules.quartz.domain.QuartzJob; +import cn.ysk.cashier.quartz.domain.QuartzJob; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzLogRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzLogRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java index db724aa4..39992b94 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/repository/QuartzLogRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/repository/QuartzLogRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.repository; +package cn.ysk.cashier.quartz.repository; -import me.zhengjie.modules.quartz.domain.QuartzLog; +import cn.ysk.cashier.quartz.domain.QuartzLog; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/rest/QuartzJobController.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/rest/QuartzJobController.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/rest/QuartzJobController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/rest/QuartzJobController.java index 0ffee652..de3d8d63 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/rest/QuartzJobController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/rest/QuartzJobController.java @@ -13,18 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.rest; +package cn.ysk.cashier.quartz.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.quartz.domain.QuartzJob; -import me.zhengjie.modules.quartz.service.QuartzJobService; -import me.zhengjie.modules.quartz.service.dto.JobQueryCriteria; -import me.zhengjie.utils.SpringContextHolder; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.quartz.domain.QuartzJob; +import cn.ysk.cashier.quartz.service.QuartzJobService; +import cn.ysk.cashier.quartz.service.dto.JobQueryCriteria; +import cn.ysk.cashier.utils.SpringContextHolder; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/QuartzJobService.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/QuartzJobService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java index b32850e9..78a358fb 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/QuartzJobService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/QuartzJobService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.service; +package cn.ysk.cashier.quartz.service; -import me.zhengjie.modules.quartz.domain.QuartzJob; -import me.zhengjie.modules.quartz.domain.QuartzLog; -import me.zhengjie.modules.quartz.service.dto.JobQueryCriteria; +import cn.ysk.cashier.quartz.domain.QuartzJob; +import cn.ysk.cashier.quartz.domain.QuartzLog; +import cn.ysk.cashier.quartz.service.dto.JobQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/dto/JobQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/dto/JobQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java index 6cec0f19..3b473c65 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/dto/JobQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/dto/JobQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.service.dto; +package cn.ysk.cashier.quartz.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/impl/QuartzJobServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/impl/QuartzJobServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java index 42ee326f..c9afdea8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/service/impl/QuartzJobServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/service/impl/QuartzJobServiceImpl.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.service.impl; +package cn.ysk.cashier.quartz.service.impl; import cn.hutool.core.util.IdUtil; import cn.hutool.core.util.StrUtil; +import cn.ysk.cashier.quartz.domain.QuartzJob; +import cn.ysk.cashier.quartz.domain.QuartzLog; +import cn.ysk.cashier.quartz.repository.QuartzJobRepository; +import cn.ysk.cashier.quartz.repository.QuartzLogRepository; +import cn.ysk.cashier.quartz.service.QuartzJobService; +import cn.ysk.cashier.quartz.utils.QuartzManage; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.quartz.domain.QuartzJob; -import me.zhengjie.modules.quartz.domain.QuartzLog; -import me.zhengjie.modules.quartz.repository.QuartzJobRepository; -import me.zhengjie.modules.quartz.repository.QuartzLogRepository; -import me.zhengjie.modules.quartz.service.QuartzJobService; -import me.zhengjie.modules.quartz.service.dto.JobQueryCriteria; -import me.zhengjie.modules.quartz.utils.QuartzManage; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.quartz.service.dto.JobQueryCriteria; import org.quartz.CronExpression; import org.springframework.data.domain.Pageable; import org.springframework.scheduling.annotation.Async; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/task/TestTask.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/task/TestTask.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/task/TestTask.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/task/TestTask.java index 4cf34342..28087944 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/task/TestTask.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/task/TestTask.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.task; +package cn.ysk.cashier.quartz.task; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/ExecutionJob.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/ExecutionJob.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java index 5d298ced..a3cdc221 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/ExecutionJob.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/ExecutionJob.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.utils; +package cn.ysk.cashier.quartz.utils; import cn.hutool.extra.template.Template; import cn.hutool.extra.template.TemplateConfig; import cn.hutool.extra.template.TemplateEngine; import cn.hutool.extra.template.TemplateUtil; -import me.zhengjie.config.thread.ThreadPoolExecutorUtil; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.modules.quartz.domain.QuartzJob; -import me.zhengjie.modules.quartz.domain.QuartzLog; -import me.zhengjie.modules.quartz.repository.QuartzLogRepository; -import me.zhengjie.modules.quartz.service.QuartzJobService; -import me.zhengjie.service.EmailService; -import me.zhengjie.utils.RedisUtils; -import me.zhengjie.utils.SpringContextHolder; -import me.zhengjie.utils.StringUtils; -import me.zhengjie.utils.ThrowableUtil; +import cn.ysk.cashier.config.thread.ThreadPoolExecutorUtil; +import cn.ysk.cashier.quartz.repository.QuartzLogRepository; +import cn.ysk.cashier.domain.vo.EmailVo; +import cn.ysk.cashier.quartz.domain.QuartzJob; +import cn.ysk.cashier.quartz.domain.QuartzLog; +import cn.ysk.cashier.quartz.service.QuartzJobService; +import cn.ysk.cashier.service.EmailService; +import cn.ysk.cashier.utils.RedisUtils; +import cn.ysk.cashier.utils.SpringContextHolder; +import cn.ysk.cashier.utils.StringUtils; +import cn.ysk.cashier.utils.ThrowableUtil; import org.quartz.JobExecutionContext; import org.slf4j.Logger; import org.slf4j.LoggerFactory; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzManage.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzManage.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java index e0cf1e0a..35a21627 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzManage.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzManage.java @@ -13,14 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.utils; +package cn.ysk.cashier.quartz.utils; +import cn.ysk.cashier.quartz.domain.QuartzJob; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.quartz.domain.QuartzJob; +import cn.ysk.cashier.exception.BadRequestException; import org.quartz.*; import org.quartz.impl.triggers.CronTriggerImpl; -import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import javax.annotation.Resource; import java.util.Date; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzRunnable.java b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzRunnable.java rename to eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java index 31c3a0f8..9a64ea3f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/quartz/utils/QuartzRunnable.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/quartz/utils/QuartzRunnable.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.quartz.utils; +package cn.ysk.cashier.quartz.utils; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.utils.SpringContextHolder; +import cn.ysk.cashier.utils.SpringContextHolder; import org.apache.commons.lang3.StringUtils; import org.springframework.util.ReflectionUtils; import java.lang.reflect.Method; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotButtonConfigRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotButtonConfigRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotButtonConfigRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/BotButtonConfigRepository.java index b714c34e..6f95aff4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotButtonConfigRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotButtonConfigRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.bot.domain.BotButtonConfig; +import cn.ysk.cashier.pojo.BotButtonConfig; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotConfigRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotConfigRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotConfigRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/BotConfigRepository.java index 1cf34675..ec9eb050 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/repository/BotConfigRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotConfigRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.bot.domain.BotConfig; +import cn.ysk.cashier.pojo.BotConfig; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/repository/BotUserFlowRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserFlowRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/repository/BotUserFlowRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserFlowRepository.java index e6143c4b..5e156606 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/repository/BotUserFlowRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserFlowRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.account.domain.BotUserFlow; +import cn.ysk.cashier.pojo.BotUserFlow; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/repository/BotUserRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/repository/BotUserRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserRepository.java index 1f1e57ff..170dad0f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/repository/BotUserRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/BotUserRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.user.domain.BotUser; +import cn.ysk.cashier.pojo.BotUser; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/repository/TbRenewalsPayLogRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbRenewalsPayLogRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/repository/TbRenewalsPayLogRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/TbRenewalsPayLogRepository.java index 55b99bad..7f85f4da 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/repository/TbRenewalsPayLogRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbRenewalsPayLogRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.renewals.domain.TbRenewalsPayLog; +import cn.ysk.cashier.pojo.TbRenewalsPayLog; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/repository/TbShopPayTypeRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbShopPayTypeRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/repository/TbShopPayTypeRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/TbShopPayTypeRepository.java index 0f7056db..68a63973 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/repository/TbShopPayTypeRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbShopPayTypeRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.payType.domain.TbShopPayType; +import cn.ysk.cashier.pojo.TbShopPayType; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/repository/TbUserInfoRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbUserInfoRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/repository/TbUserInfoRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/TbUserInfoRepository.java index 27c6f7b7..8c57c7c3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/repository/TbUserInfoRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/TbUserInfoRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; +import cn.ysk.cashier.pojo.TbUserInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/repository/TbCashierCartRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbCashierCartRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/repository/TbCashierCartRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbCashierCartRepository.java index 8639a8ea..003161a7 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/repository/TbCashierCartRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbCashierCartRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.repository; +package cn.ysk.cashier.repository.order; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; +import cn.ysk.cashier.pojo.order.TbCashierCart; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/repository/TbOrderDetailRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderDetailRepository.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/repository/TbOrderDetailRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderDetailRepository.java index 634e7611..c41a032e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/repository/TbOrderDetailRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderDetailRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.repository; +package cn.ysk.cashier.repository.order; -import me.zhengjie.modules.order.orderDetail.domain.TbOrderDetail; +import cn.ysk.cashier.pojo.order.TbOrderDetail; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/repository/TbOrderInfoRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderInfoRepository.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/repository/TbOrderInfoRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderInfoRepository.java index 248e41e8..1ce44169 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/repository/TbOrderInfoRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/order/TbOrderInfoRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.repository; +package cn.ysk.cashier.repository.order; -import me.zhengjie.modules.order.orderInfo.domain.TbOrderInfo; +import cn.ysk.cashier.pojo.order.TbOrderInfo; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/repository/TbProductGroupRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductGroupRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/repository/TbProductGroupRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductGroupRepository.java index a4ae37e9..ff3d36db 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/repository/TbProductGroupRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductGroupRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productGroup.domain.TbProductGroup; +import cn.ysk.cashier.pojo.product.TbProductGroup; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/repository/TbProductRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/repository/TbProductRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductRepository.java index bb17dcde..bf9875b4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/repository/TbProductRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; +import cn.ysk.cashier.pojo.product.TbProduct; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/repository/TbProductSkuRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuRepository.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/repository/TbProductSkuRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuRepository.java index 2f11596e..6536de54 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/repository/TbProductSkuRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuRepository.java @@ -13,10 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import org.apache.ibatis.annotations.Insert; +import cn.ysk.cashier.pojo.product.TbProductSku; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/mapstruct/TbProductSkuResultMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultMapper.java similarity index 76% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/mapstruct/TbProductSkuResultMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultMapper.java index ebaf6efd..30ab6f63 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/mapstruct/TbProductSkuResultMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.service.mapstruct; +package cn.ysk.cashier.repository.product; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultDto; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; +import cn.ysk.cashier.dto.product.TbProductSkuResultDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/repository/TbProductSkuResultRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultRepository.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/repository/TbProductSkuResultRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultRepository.java index 7eee149e..08c736fa 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/repository/TbProductSkuResultRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSkuResultRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/repository/TbProductSpecRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSpecRepository.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/repository/TbProductSpecRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSpecRepository.java index 7480b9a7..b801a505 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/repository/TbProductSpecRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductSpecRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; +import cn.ysk.cashier.pojo.product.TbProductSpec; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/repository/TbProductStockDetailRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockDetailRepository.java similarity index 83% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/repository/TbProductStockDetailRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockDetailRepository.java index 585effc6..f9ef5274 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/repository/TbProductStockDetailRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockDetailRepository.java @@ -13,18 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import org.springframework.data.domain.Page; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; -import org.w3c.dom.stylesheets.LinkStyle; import java.math.BigDecimal; -import java.util.List; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/repository/TbProductStockOperateRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockOperateRepository.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/repository/TbProductStockOperateRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockOperateRepository.java index 331df2ba..a6922d85 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/repository/TbProductStockOperateRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbProductStockOperateRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productStockOperate.domain.TbProductStockOperate; +import cn.ysk.cashier.pojo.product.TbProductStockOperate; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/repository/TbShopCategoryRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbShopCategoryRepository.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/repository/TbShopCategoryRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbShopCategoryRepository.java index 39d1cdad..c8c2e8c4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/repository/TbShopCategoryRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/product/TbShopCategoryRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.repository; +package cn.ysk.cashier.repository.product; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; +import cn.ysk.cashier.pojo.product.TbShopCategory; import org.apache.ibatis.annotations.Param; import org.springframework.data.domain.Page; import org.springframework.data.jpa.repository.JpaRepository; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/repository/TbMerchantAccountRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantAccountRepository.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/repository/TbMerchantAccountRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantAccountRepository.java index 6d6a8714..8d363706 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/repository/TbMerchantAccountRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantAccountRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/repository/TbMerchantRegisterRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantRegisterRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/repository/TbMerchantRegisterRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantRegisterRepository.java index fabcf34b..af45d032 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/repository/TbMerchantRegisterRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantRegisterRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/repository/TbMerchantThirdApplyRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantThirdApplyRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/repository/TbMerchantThirdApplyRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantThirdApplyRepository.java index a884796f..88de1143 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/repository/TbMerchantThirdApplyRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbMerchantThirdApplyRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopThirdApply.domain.TbMerchantThirdApply; +import cn.ysk.cashier.pojo.shop.TbMerchantThirdApply; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/repository/TbPlussShopStaffRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPlussShopStaffRepository.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/repository/TbPlussShopStaffRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPlussShopStaffRepository.java index 5946e718..bbe154f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/repository/TbPlussShopStaffRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPlussShopStaffRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopStaff.domain.TbPlussShopStaff; +import cn.ysk.cashier.pojo.shop.TbPlussShopStaff; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/repository/TbPrintMachineRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPrintMachineRepository.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/repository/TbPrintMachineRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPrintMachineRepository.java index 9e1fc0f1..33249617 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/repository/TbPrintMachineRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbPrintMachineRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopPrint.domain.TbPrintMachine; +import cn.ysk.cashier.controller.shop.TbPrintMachine; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/repository/TbReceiptSalesRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbReceiptSalesRepository.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/repository/TbReceiptSalesRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbReceiptSalesRepository.java index 280b0025..492f7815 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/repository/TbReceiptSalesRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbReceiptSalesRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopReceiptSales.domain.TbReceiptSales; +import cn.ysk.cashier.pojo.shop.TbReceiptSales; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/repository/TbShopAreaRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopAreaRepository.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/repository/TbShopAreaRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopAreaRepository.java index dc8eb7b8..4596248a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/repository/TbShopAreaRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopAreaRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopArea.domain.TbShopArea; +import cn.ysk.cashier.pojo.shop.TbShopArea; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/repository/TbShopCashSpreadRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCashSpreadRepository.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/repository/TbShopCashSpreadRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCashSpreadRepository.java index 38a14197..e65fccdb 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/repository/TbShopCashSpreadRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCashSpreadRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopSpread.domain.TbShopCashSpread; +import cn.ysk.cashier.pojo.shop.TbShopCashSpread; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/repository/TbShopCurrencyRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCurrencyRepository.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/repository/TbShopCurrencyRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCurrencyRepository.java index 2038da45..8da567d0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/repository/TbShopCurrencyRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopCurrencyRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopCurrency.domain.TbShopCurrency; +import cn.ysk.cashier.pojo.shop.TbShopCurrency; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/repository/TbShopInfoRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/repository/TbShopInfoRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java index f0c775c2..d20c3f82 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/repository/TbShopInfoRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopInfoRepository.java @@ -13,10 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import org.apache.ibatis.annotations.Insert; +import cn.ysk.cashier.pojo.shop.TbShopInfo; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/repository/TbShopPurveyorRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorRepository.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/repository/TbShopPurveyorRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorRepository.java index 8291ad52..4a4fe85d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/repository/TbShopPurveyorRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; +import cn.ysk.cashier.pojo.shop.TbShopPurveyor; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/repository/TbShopPurveyorTransactRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorTransactRepository.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/repository/TbShopPurveyorTransactRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorTransactRepository.java index 713f479a..5dcd7b5b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/repository/TbShopPurveyorTransactRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopPurveyorTransactRepository.java @@ -13,18 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO.PurveyorTransactVO; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; import org.apache.ibatis.annotations.Param; -import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; -import java.util.List; import java.util.Map; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/repository/TbShopTableRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopTableRepository.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/repository/TbShopTableRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopTableRepository.java index cc6a342a..a5a3def0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/repository/TbShopTableRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopTableRepository.java @@ -13,16 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.table.domain.TbShopTable; +import cn.ysk.cashier.pojo.shop.TbShopTable; import org.apache.ibatis.annotations.Param; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; -import java.util.List; - /** * @website https://eladmin.vip * @author lyf diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/repository/TbShopUnitRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUnitRepository.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/repository/TbShopUnitRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUnitRepository.java index a93060b2..06ff650c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/repository/TbShopUnitRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUnitRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; +import cn.ysk.cashier.pojo.shop.TbShopUnit; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/repository/TbShopUserRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUserRepository.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/repository/TbShopUserRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUserRepository.java index 43d719dc..7f2c037b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/repository/TbShopUserRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/repository/shop/TbShopUserRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.repository; +package cn.ysk.cashier.repository.shop; -import me.zhengjie.modules.shopInfo.shopUser.domain.TbShopUser; +import cn.ysk.cashier.pojo.shop.TbShopUser; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotButtonConfigService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotButtonConfigService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotButtonConfigService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/BotButtonConfigService.java index 9aec3da4..991da2b8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotButtonConfigService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotButtonConfigService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.bot.domain.BotButtonConfig; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigDto; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigQueryCriteria; +import cn.ysk.cashier.pojo.BotButtonConfig; +import cn.ysk.cashier.dto.BotButtonConfigDto; +import cn.ysk.cashier.dto.BotButtonConfigQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotConfigService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotConfigService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotConfigService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/BotConfigService.java index a38e01e5..09b0b031 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/BotConfigService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotConfigService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.bot.domain.BotConfig; -import me.zhengjie.modules.bot.service.dto.BotConfigDto; -import me.zhengjie.modules.bot.service.dto.BotConfigQueryCriteria; +import cn.ysk.cashier.pojo.BotConfig; +import cn.ysk.cashier.dto.BotConfigDto; +import cn.ysk.cashier.dto.BotConfigQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/BotUserFlowService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserFlowService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/service/BotUserFlowService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserFlowService.java index b9f52ad8..9d5c70d5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/BotUserFlowService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserFlowService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.account.domain.BotUserFlow; -import me.zhengjie.modules.account.service.dto.BotUserFlowDto; -import me.zhengjie.modules.account.service.dto.BotUserFlowQueryCriteria; +import cn.ysk.cashier.pojo.BotUserFlow; +import cn.ysk.cashier.dto.BotUserFlowDto; +import cn.ysk.cashier.dto.BotUserFlowQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/BotUserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/service/BotUserService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserService.java index b03f119d..af565bad 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/BotUserService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/BotUserService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.user.domain.BotUser; -import me.zhengjie.modules.user.service.dto.BotUserDto; -import me.zhengjie.modules.user.service.dto.BotUserQueryCriteria; +import cn.ysk.cashier.pojo.BotUser; +import cn.ysk.cashier.dto.BotUserDto; +import cn.ysk.cashier.dto.BotUserQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/TbProductStockOperateService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbProductStockOperateService.java similarity index 78% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/TbProductStockOperateService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/TbProductStockOperateService.java index 76a012a1..4f873799 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/TbProductStockOperateService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbProductStockOperateService.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.service; +package cn.ysk.cashier.service; + +import cn.ysk.cashier.pojo.product.TbProductStockOperate; +import cn.ysk.cashier.vo.ProductStockOperateVO; +import cn.ysk.cashier.dto.product.OutAndOnDto; +import cn.ysk.cashier.dto.product.TbProductStockOperateDto; +import cn.ysk.cashier.dto.product.TbProductStockOperateQueryCriteria; -import me.zhengjie.modules.productInfo.productStockOperate.domain.TbProductStockOperate; -import me.zhengjie.modules.productInfo.productStockOperate.service.VO.ProductStockOperateVO; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.OutAndOnDto; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateDto; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateQueryCriteria; -import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/TbRenewalsPayLogService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbRenewalsPayLogService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/TbRenewalsPayLogService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/TbRenewalsPayLogService.java index b523d6d5..68ed47f6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/TbRenewalsPayLogService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbRenewalsPayLogService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.renewals.domain.TbRenewalsPayLog; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogDto; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogQueryCriteria; +import cn.ysk.cashier.pojo.TbRenewalsPayLog; +import cn.ysk.cashier.dto.TbRenewalsPayLogDto; +import cn.ysk.cashier.dto.TbRenewalsPayLogQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/TbShopPayTypeService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbShopPayTypeService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/service/TbShopPayTypeService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/TbShopPayTypeService.java index 33f1d4cc..95dd566d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/TbShopPayTypeService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbShopPayTypeService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.payType.domain.TbShopPayType; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeDto; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeQueryCriteria; +import cn.ysk.cashier.pojo.TbShopPayType; +import cn.ysk.cashier.dto.TbShopPayTypeDto; +import cn.ysk.cashier.dto.TbShopPayTypeQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/TbUserInfoService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbUserInfoService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/TbUserInfoService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/TbUserInfoService.java index 708f22ca..58b86039 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/TbUserInfoService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/TbUserInfoService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.service; +package cn.ysk.cashier.service; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoDto; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoQueryCriteria; +import cn.ysk.cashier.pojo.TbUserInfo; +import cn.ysk.cashier.dto.TbUserInfoDto; +import cn.ysk.cashier.dto.TbUserInfoQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotButtonConfigServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotButtonConfigServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotButtonConfigServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotButtonConfigServiceImpl.java index c1244246..26fbb9ed 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotButtonConfigServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotButtonConfigServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.bot.domain.BotButtonConfig; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.BotButtonConfig; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.bot.repository.BotButtonConfigRepository; -import me.zhengjie.modules.bot.service.BotButtonConfigService; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigDto; -import me.zhengjie.modules.bot.service.dto.BotButtonConfigQueryCriteria; -import me.zhengjie.modules.bot.service.mapstruct.BotButtonConfigMapper; +import cn.ysk.cashier.repository.BotButtonConfigRepository; +import cn.ysk.cashier.service.BotButtonConfigService; +import cn.ysk.cashier.dto.BotButtonConfigDto; +import cn.ysk.cashier.dto.BotButtonConfigQueryCriteria; +import cn.ysk.cashier.mapper.BotButtonConfigMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotConfigServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotConfigServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotConfigServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotConfigServiceImpl.java index b0f7eb95..cbae7949 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/bot/service/impl/BotConfigServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotConfigServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.bot.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.bot.domain.BotConfig; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.BotConfig; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.bot.repository.BotConfigRepository; -import me.zhengjie.modules.bot.service.BotConfigService; -import me.zhengjie.modules.bot.service.dto.BotConfigDto; -import me.zhengjie.modules.bot.service.dto.BotConfigQueryCriteria; -import me.zhengjie.modules.bot.service.mapstruct.BotConfigMapper; +import cn.ysk.cashier.repository.BotConfigRepository; +import cn.ysk.cashier.service.BotConfigService; +import cn.ysk.cashier.dto.BotConfigDto; +import cn.ysk.cashier.dto.BotConfigQueryCriteria; +import cn.ysk.cashier.mapper.BotConfigMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/impl/BotUserFlowServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserFlowServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/account/service/impl/BotUserFlowServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserFlowServiceImpl.java index 91814ad9..e59a548d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/account/service/impl/BotUserFlowServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserFlowServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.account.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.account.domain.BotUserFlow; -import me.zhengjie.modules.account.repository.BotUserFlowRepository; -import me.zhengjie.modules.account.service.BotUserFlowService; -import me.zhengjie.modules.account.service.dto.BotUserFlowDto; -import me.zhengjie.modules.account.service.dto.BotUserFlowQueryCriteria; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.BotUserFlow; +import cn.ysk.cashier.repository.BotUserFlowRepository; +import cn.ysk.cashier.service.BotUserFlowService; +import cn.ysk.cashier.dto.BotUserFlowDto; +import cn.ysk.cashier.dto.BotUserFlowQueryCriteria; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.account.service.mapstruct.BotUserFlowMapper; +import cn.ysk.cashier.mapper.BotUserFlowMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/impl/BotUserServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserServiceImpl.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/user/service/impl/BotUserServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserServiceImpl.java index 6ff2b12a..b442eb48 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/user/service/impl/BotUserServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/BotUserServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.user.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.user.domain.BotUser; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.BotUser; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.user.repository.BotUserRepository; -import me.zhengjie.modules.user.service.BotUserService; -import me.zhengjie.modules.user.service.dto.BotUserDto; -import me.zhengjie.modules.user.service.dto.BotUserQueryCriteria; -import me.zhengjie.modules.user.service.mapstruct.BotUserMapper; +import cn.ysk.cashier.repository.BotUserRepository; +import cn.ysk.cashier.service.BotUserService; +import cn.ysk.cashier.dto.BotUserDto; +import cn.ysk.cashier.dto.BotUserQueryCriteria; +import cn.ysk.cashier.mapper.BotUserMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/impl/TbRenewalsPayLogServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbRenewalsPayLogServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/impl/TbRenewalsPayLogServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbRenewalsPayLogServiceImpl.java index eed66fe5..7ecdd84f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/renewals/service/impl/TbRenewalsPayLogServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbRenewalsPayLogServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.renewals.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.renewals.domain.TbRenewalsPayLog; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.TbRenewalsPayLog; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.renewals.repository.TbRenewalsPayLogRepository; -import me.zhengjie.modules.renewals.service.TbRenewalsPayLogService; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogDto; -import me.zhengjie.modules.renewals.service.dto.TbRenewalsPayLogQueryCriteria; -import me.zhengjie.modules.renewals.service.mapstruct.TbRenewalsPayLogMapper; +import cn.ysk.cashier.repository.TbRenewalsPayLogRepository; +import cn.ysk.cashier.service.TbRenewalsPayLogService; +import cn.ysk.cashier.dto.TbRenewalsPayLogDto; +import cn.ysk.cashier.dto.TbRenewalsPayLogQueryCriteria; +import cn.ysk.cashier.mapper.TbRenewalsPayLogMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/impl/TbShopPayTypeServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbShopPayTypeServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/payType/service/impl/TbShopPayTypeServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbShopPayTypeServiceImpl.java index fd648807..9bc50119 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/payType/service/impl/TbShopPayTypeServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbShopPayTypeServiceImpl.java @@ -13,25 +13,25 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.payType.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.payType.domain.PayTypeEnum; -import me.zhengjie.modules.payType.repository.TbShopPayTypeRepository; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeDto; -import me.zhengjie.modules.payType.service.dto.TbShopPayTypeQueryCriteria; -import me.zhengjie.modules.payType.service.mapstruct.TbShopPayTypeMapper; -import me.zhengjie.modules.payType.domain.TbShopPayType; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.enums.PayTypeEnum; +import cn.ysk.cashier.repository.TbShopPayTypeRepository; +import cn.ysk.cashier.dto.TbShopPayTypeDto; +import cn.ysk.cashier.dto.TbShopPayTypeQueryCriteria; +import cn.ysk.cashier.mapper.TbShopPayTypeMapper; +import cn.ysk.cashier.pojo.TbShopPayType; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.payType.service.TbShopPayTypeService; +import cn.ysk.cashier.service.TbShopPayTypeService; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/impl/TbUserInfoServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbUserInfoServiceImpl.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/impl/TbUserInfoServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbUserInfoServiceImpl.java index b2839126..8aad2858 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/userInfo/service/impl/TbUserInfoServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/TbUserInfoServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.userInfo.service.impl; +package cn.ysk.cashier.service.impl; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.TbUserInfo; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.userInfo.repository.TbUserInfoRepository; -import me.zhengjie.modules.userInfo.service.TbUserInfoService; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoDto; -import me.zhengjie.modules.userInfo.service.dto.TbUserInfoQueryCriteria; -import me.zhengjie.modules.userInfo.service.mapstruct.TbUserInfoMapper; +import cn.ysk.cashier.repository.TbUserInfoRepository; +import cn.ysk.cashier.service.TbUserInfoService; +import cn.ysk.cashier.dto.TbUserInfoDto; +import cn.ysk.cashier.dto.TbUserInfoQueryCriteria; +import cn.ysk.cashier.mapper.TbUserInfoMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/impl/TbCashierCartServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbCashierCartServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/impl/TbCashierCartServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbCashierCartServiceImpl.java index fd065c2b..9f2cf34d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/impl/TbCashierCartServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbCashierCartServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.service.impl; +package cn.ysk.cashier.service.impl.order; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.order.TbCashierCart; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.order.cashierCart.repository.TbCashierCartRepository; -import me.zhengjie.modules.order.cashierCart.service.TbCashierCartService; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartDto; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartQueryCriteria; -import me.zhengjie.modules.order.cashierCart.service.mapstruct.TbCashierCartMapper; +import cn.ysk.cashier.repository.order.TbCashierCartRepository; +import cn.ysk.cashier.service.order.TbCashierCartService; +import cn.ysk.cashier.dto.order.TbCashierCartDto; +import cn.ysk.cashier.dto.order.TbCashierCartQueryCriteria; +import cn.ysk.cashier.mapper.order.TbCashierCartMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/impl/TbOrderDetailServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderDetailServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/impl/TbOrderDetailServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderDetailServiceImpl.java index 78482124..89bc430c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/impl/TbOrderDetailServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderDetailServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.service.impl; +package cn.ysk.cashier.service.impl.order; -import me.zhengjie.modules.order.orderDetail.domain.TbOrderDetail; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.order.TbOrderDetail; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.order.orderDetail.repository.TbOrderDetailRepository; -import me.zhengjie.modules.order.orderDetail.service.TbOrderDetailService; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailDto; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailQueryCriteria; -import me.zhengjie.modules.order.orderDetail.service.mapstruct.TbOrderDetailMapper; +import cn.ysk.cashier.repository.order.TbOrderDetailRepository; +import cn.ysk.cashier.service.order.TbOrderDetailService; +import cn.ysk.cashier.dto.order.TbOrderDetailDto; +import cn.ysk.cashier.dto.order.TbOrderDetailQueryCriteria; +import cn.ysk.cashier.mapper.order.TbOrderDetailMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/impl/TbOrderInfoServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderInfoServiceImpl.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/impl/TbOrderInfoServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderInfoServiceImpl.java index 4d9422c1..21747018 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/impl/TbOrderInfoServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/order/TbOrderInfoServiceImpl.java @@ -13,19 +13,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service.impl; +package cn.ysk.cashier.service.impl.order; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; -import me.zhengjie.modules.order.cashierCart.repository.TbCashierCartRepository; -import me.zhengjie.modules.order.orderInfo.domain.TbOrderInfo; -import me.zhengjie.modules.order.orderInfo.service.vo.TbOrderInfoVo; -import me.zhengjie.utils.*; +import cn.ysk.cashier.pojo.order.TbCashierCart; +import cn.ysk.cashier.repository.order.TbCashierCartRepository; +import cn.ysk.cashier.pojo.order.TbOrderInfo; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.vo.TbOrderInfoVo; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.order.orderInfo.repository.TbOrderInfoRepository; -import me.zhengjie.modules.order.orderInfo.service.TbOrderInfoService; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoDto; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoQueryCriteria; -import me.zhengjie.modules.order.orderInfo.service.mapstruct.TbOrderInfoMapper; +import cn.ysk.cashier.repository.order.TbOrderInfoRepository; +import cn.ysk.cashier.service.order.TbOrderInfoService; +import cn.ysk.cashier.dto.order.TbOrderInfoDto; +import cn.ysk.cashier.dto.order.TbOrderInfoQueryCriteria; +import cn.ysk.cashier.mapper.order.TbOrderInfoMapper; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/impl/TbProductGroupServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductGroupServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/impl/TbProductGroupServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductGroupServiceImpl.java index 0ec09462..d82a8522 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/impl/TbProductGroupServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductGroupServiceImpl.java @@ -13,23 +13,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import com.alibaba.fastjson.JSONArray; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.product.repository.TbProductRepository; -import me.zhengjie.modules.productInfo.productGroup.domain.TbProductGroup; -import me.zhengjie.modules.productInfo.productGroup.service.vo.AddProduct; -import me.zhengjie.modules.productInfo.productGroup.repository.TbProductGroupRepository; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupDto; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupQueryCriteria; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.modules.security.service.dto.OnlineUserDto; -import me.zhengjie.utils.*; +import cn.ysk.cashier.pojo.product.TbProduct; +import cn.ysk.cashier.repository.product.TbProductRepository; +import cn.ysk.cashier.pojo.product.TbProductGroup; +import cn.ysk.cashier.utils.*; +import cn.ysk.cashier.vo.AddProduct; +import cn.ysk.cashier.repository.product.TbProductGroupRepository; +import cn.ysk.cashier.dto.product.TbProductGroupDto; +import cn.ysk.cashier.dto.product.TbProductGroupQueryCriteria; +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.config.security.service.dto.OnlineUserDto; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productGroup.service.TbProductGroupService; -import me.zhengjie.modules.productInfo.productGroup.service.mapstruct.TbProductGroupMapper; +import cn.ysk.cashier.service.product.TbProductGroupService; +import cn.ysk.cashier.mapper.product.TbProductGroupMapper; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/impl/TbProductServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductServiceImpl.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/impl/TbProductServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductServiceImpl.java index bbf022f7..6b8d520f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/impl/TbProductServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductServiceImpl.java @@ -13,28 +13,28 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.service.impl; +package cn.ysk.cashier.service.impl.productimpl; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; +import cn.ysk.cashier.utils.*; import com.alibaba.fastjson.JSONArray; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.product.domain.TbProductVo; -import me.zhengjie.modules.productInfo.product.repository.TbProductRepository; -import me.zhengjie.modules.productInfo.product.service.TbProductService; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductDto; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductQueryCriteria; -import me.zhengjie.modules.productInfo.product.service.mapstruct.TbProductMapper; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; -import me.zhengjie.modules.productInfo.productSkuResult.repository.TbProductSkuResultRepository; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; -import me.zhengjie.modules.productInfo.productSpec.repository.TbProductSpecRepository; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.repository.TbProductSkuRepository; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; -import me.zhengjie.modules.shopInfo.shopUnit.repository.TbShopUnitRepository; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.product.TbProduct; +import cn.ysk.cashier.vo.TbProductVo; +import cn.ysk.cashier.repository.product.TbProductRepository; +import cn.ysk.cashier.service.product.TbProductService; +import cn.ysk.cashier.dto.product.TbProductDto; +import cn.ysk.cashier.dto.product.TbProductQueryCriteria; +import cn.ysk.cashier.mapper.product.TbProductMapper; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; +import cn.ysk.cashier.repository.product.TbProductSkuResultRepository; +import cn.ysk.cashier.pojo.product.TbProductSpec; +import cn.ysk.cashier.repository.product.TbProductSpecRepository; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.repository.product.TbProductSkuRepository; +import cn.ysk.cashier.pojo.shop.TbShopUnit; +import cn.ysk.cashier.repository.shop.TbShopUnitRepository; import lombok.RequiredArgsConstructor; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/impl/TbProductSkuResultServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuResultServiceImpl.java similarity index 83% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/impl/TbProductSkuResultServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuResultServiceImpl.java index 46795893..5a1ffc87 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/impl/TbProductSkuResultServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuResultServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productSkuResult.repository.TbProductSkuResultRepository; -import me.zhengjie.modules.productInfo.productSkuResult.service.TbProductSkuResultService; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultDto; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultQueryCriteria; -import me.zhengjie.modules.productInfo.productSkuResult.service.mapstruct.TbProductSkuResultMapper; +import cn.ysk.cashier.repository.product.TbProductSkuResultRepository; +import cn.ysk.cashier.service.product.TbProductSkuResultService; +import cn.ysk.cashier.dto.product.TbProductSkuResultDto; +import cn.ysk.cashier.dto.product.TbProductSkuResultQueryCriteria; +import cn.ysk.cashier.repository.product.TbProductSkuResultMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/impl/TbProductSkuServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/impl/TbProductSkuServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuServiceImpl.java index 032683c2..eb8a9269 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/impl/TbProductSkuServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSkuServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuQueryCriteria; -import me.zhengjie.modules.productInfo.productSku.service.mapstruct.TbProductSkuMapper; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.dto.product.TbProductSkuQueryCriteria; +import cn.ysk.cashier.mapper.product.TbProductSkuMapper; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productSku.repository.TbProductSkuRepository; -import me.zhengjie.modules.productInfo.productSku.service.TbProductSkuService; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuDto; +import cn.ysk.cashier.repository.product.TbProductSkuRepository; +import cn.ysk.cashier.service.product.TbProductSkuService; +import cn.ysk.cashier.dto.product.TbProductSkuDto; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/impl/TbProductSpecServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSpecServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/impl/TbProductSpecServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSpecServiceImpl.java index 499fcb7a..e51ac842 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/impl/TbProductSpecServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductSpecServiceImpl.java @@ -13,19 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; -import me.zhengjie.modules.productInfo.productSpec.repository.TbProductSpecRepository; -import me.zhengjie.modules.productInfo.productSpec.service.TbProductSpecService; -import me.zhengjie.modules.productInfo.productSpec.service.VO.TbProductSpecVo; -import me.zhengjie.modules.productInfo.productSpec.service.dto.SpecDto; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecDto; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecQueryCriteria; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.product.TbProductSpec; +import cn.ysk.cashier.repository.product.TbProductSpecRepository; +import cn.ysk.cashier.service.product.TbProductSpecService; +import cn.ysk.cashier.utils.*; +import cn.ysk.cashier.vo.TbProductSpecVo; +import cn.ysk.cashier.dto.product.SpecDto; +import cn.ysk.cashier.dto.product.TbProductSpecDto; +import cn.ysk.cashier.dto.product.TbProductSpecQueryCriteria; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productSpec.service.mapstruct.TbProductSpecMapper; +import cn.ysk.cashier.mapper.product.TbProductSpecMapper; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/impl/TbProductStockDetailServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockDetailServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/impl/TbProductStockDetailServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockDetailServiceImpl.java index 7333bb43..17c1e0e2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/impl/TbProductStockDetailServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockDetailServiceImpl.java @@ -13,31 +13,29 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productStock.repository.TbProductStockDetailRepository; -import me.zhengjie.modules.productInfo.productStock.service.TbProductStockDetailService; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailDto; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailQueryCriteria; -import me.zhengjie.modules.productInfo.productStock.service.mapstruct.TbProductStockDetailMapper; +import cn.ysk.cashier.repository.product.TbProductStockDetailRepository; +import cn.ysk.cashier.service.product.TbProductStockDetailService; +import cn.ysk.cashier.dto.product.TbProductStockDetailDto; +import cn.ysk.cashier.dto.product.TbProductStockDetailQueryCriteria; +import cn.ysk.cashier.mapper.product.TbProductStockDetailMapper; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; -import org.springframework.data.jpa.domain.Specification; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.math.BigDecimal; import java.util.*; import java.io.IOException; -import javax.persistence.criteria.*; import javax.servlet.http.HttpServletResponse; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/impl/TbProductStockOperateServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockOperateServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/impl/TbProductStockOperateServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockOperateServiceImpl.java index d5885975..7d758241 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/impl/TbProductStockOperateServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbProductStockOperateServiceImpl.java @@ -13,36 +13,32 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStockOperate.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import cn.hutool.core.bean.BeanUtil; +import cn.ysk.cashier.utils.*; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.repository.TbProductSkuRepository; -import me.zhengjie.modules.productInfo.productSku.service.TbProductSkuService; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import me.zhengjie.modules.productInfo.productStockOperate.domain.TbProductStockOperate; -import me.zhengjie.modules.productInfo.productStockOperate.service.VO.ProductStockOperateVO; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.OutAndOnDto; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.ProductListDto; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.repository.TbShopInfoRepository; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.repository.product.TbProductSkuRepository; +import cn.ysk.cashier.service.product.TbProductSkuService; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; +import cn.ysk.cashier.pojo.product.TbProductStockOperate; +import cn.ysk.cashier.vo.ProductStockOperateVO; +import cn.ysk.cashier.dto.product.OutAndOnDto; +import cn.ysk.cashier.dto.product.ProductListDto; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.repository.shop.TbShopInfoRepository; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.repository.TbShopPurveyorTransactRepository; -import me.zhengjie.modules.userInfo.domain.TbUserInfo; -import me.zhengjie.utils.*; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; +import cn.ysk.cashier.repository.shop.TbShopPurveyorTransactRepository; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productStockOperate.repository.TbProductStockOperateRepository; -import me.zhengjie.modules.productInfo.productStockOperate.service.TbProductStockOperateService; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateDto; -import me.zhengjie.modules.productInfo.productStockOperate.service.dto.TbProductStockOperateQueryCriteria; -import me.zhengjie.modules.productInfo.productStockOperate.service.mapstruct.TbProductStockOperateMapper; -import org.bouncycastle.asn1.dvcs.DVCSObjectIdentifiers; +import cn.ysk.cashier.repository.product.TbProductStockOperateRepository; +import cn.ysk.cashier.service.TbProductStockOperateService; +import cn.ysk.cashier.dto.product.TbProductStockOperateDto; +import cn.ysk.cashier.dto.product.TbProductStockOperateQueryCriteria; +import cn.ysk.cashier.mapper.product.TbProductStockOperateMapper; import org.springframework.beans.BeanUtils; -import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Service; @@ -50,11 +46,9 @@ import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import java.math.BigDecimal; import java.time.Instant; import java.util.*; import java.io.IOException; -import javax.annotation.Resource; import javax.persistence.EntityManager; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/impl/TbShopCategoryServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbShopCategoryServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/impl/TbShopCategoryServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbShopCategoryServiceImpl.java index 1d404365..097700dc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/impl/TbShopCategoryServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/productimpl/TbShopCategoryServiceImpl.java @@ -13,19 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.service.impl; +package cn.ysk.cashier.service.impl.productimpl; -import cn.hutool.core.bean.BeanUtil; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.product.TbShopCategory; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.productInfo.productCategory.repository.TbShopCategoryRepository; -import me.zhengjie.modules.productInfo.productCategory.service.TbShopCategoryService; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryDto; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryQueryCriteria; -import me.zhengjie.modules.productInfo.productCategory.service.mapstruct.TbShopCategoryMapper; +import cn.ysk.cashier.repository.product.TbShopCategoryRepository; +import cn.ysk.cashier.service.product.TbShopCategoryService; +import cn.ysk.cashier.dto.product.TbShopCategoryDto; +import cn.ysk.cashier.dto.product.TbShopCategoryQueryCriteria; +import cn.ysk.cashier.mapper.product.TbShopCategoryMapper; import org.springframework.beans.BeanUtils; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; @@ -33,8 +32,8 @@ import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; @@ -43,7 +42,6 @@ import java.io.IOException; import javax.servlet.http.HttpServletResponse; import java.util.ArrayList; import java.util.LinkedHashMap; -import java.util.prefs.BackingStoreException; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/impl/TbMerchantAccountServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantAccountServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/impl/TbMerchantAccountServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantAccountServiceImpl.java index a0b2624d..96492881 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/impl/TbMerchantAccountServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantAccountServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.merchantAccount.repository.TbMerchantAccountRepository; -import me.zhengjie.modules.shopInfo.merchantAccount.service.TbMerchantAccountService; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountDto; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountQueryCriteria; -import me.zhengjie.modules.shopInfo.merchantAccount.service.mapstruct.TbMerchantAccountMapper; +import cn.ysk.cashier.repository.shop.TbMerchantAccountRepository; +import cn.ysk.cashier.service.shop.TbMerchantAccountService; +import cn.ysk.cashier.dto.shop.TbMerchantAccountDto; +import cn.ysk.cashier.dto.shop.TbMerchantAccountQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbMerchantAccountMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/impl/TbMerchantRegisterServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantRegisterServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/impl/TbMerchantRegisterServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantRegisterServiceImpl.java index 4564d273..feb605c3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/impl/TbMerchantRegisterServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantRegisterServiceImpl.java @@ -13,27 +13,26 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import com.baomidou.mybatisplus.extension.api.R; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopRegister.repository.TbMerchantRegisterRepository; -import me.zhengjie.modules.shopInfo.shopRegister.service.TbMerchantRegisterService; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterDto; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterQueryCriteria; -import me.zhengjie.modules.shopInfo.shopRegister.service.mapstruct.TbMerchantRegisterMapper; +import cn.ysk.cashier.repository.shop.TbMerchantRegisterRepository; +import cn.ysk.cashier.service.shop.TbMerchantRegisterService; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterDto; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbMerchantRegisterMapper; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/impl/TbMerchantThirdApplyServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantThirdApplyServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/impl/TbMerchantThirdApplyServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantThirdApplyServiceImpl.java index 7639e6f6..71c97a13 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/impl/TbMerchantThirdApplyServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbMerchantThirdApplyServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopThirdApply.domain.TbMerchantThirdApply; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbMerchantThirdApply; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopThirdApply.repository.TbMerchantThirdApplyRepository; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.TbMerchantThirdApplyService; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyDto; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyQueryCriteria; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.mapstruct.TbMerchantThirdApplyMapper; +import cn.ysk.cashier.repository.shop.TbMerchantThirdApplyRepository; +import cn.ysk.cashier.service.shop.TbMerchantThirdApplyService; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyDto; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbMerchantThirdApplyMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/impl/TbPlussShopStaffServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPlussShopStaffServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/impl/TbPlussShopStaffServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPlussShopStaffServiceImpl.java index 42394e87..8780b3a9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/impl/TbPlussShopStaffServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPlussShopStaffServiceImpl.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.shopInfo.shopStaff.domain.TbPlussShopStaff; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.shop.TbPlussShopStaff; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopStaff.repository.TbPlussShopStaffRepository; -import me.zhengjie.modules.shopInfo.shopStaff.service.TbPlussShopStaffService; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffDto; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffQueryCriteria; -import me.zhengjie.modules.shopInfo.shopStaff.service.mapstruct.TbPlussShopStaffMapper; +import cn.ysk.cashier.repository.shop.TbPlussShopStaffRepository; +import cn.ysk.cashier.service.shop.TbPlussShopStaffService; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffDto; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbPlussShopStaffMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/impl/TbPrintMachineServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPrintMachineServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/impl/TbPrintMachineServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPrintMachineServiceImpl.java index 10079c28..29cb28be 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/impl/TbPrintMachineServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbPrintMachineServiceImpl.java @@ -13,22 +13,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import cn.hutool.core.bean.BeanUtil; -import cn.hutool.core.bean.copier.CopyOptions; -import com.alibaba.fastjson.JSONArray; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.shopInfo.shopPrint.domain.TbPrintMachine; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.PrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineVO; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.controller.shop.TbPrintMachine; +import cn.ysk.cashier.dto.shop.PrintMachineDto; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.ListUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.vo.TbPrintMachineVO; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopPrint.repository.TbPrintMachineRepository; -import me.zhengjie.modules.shopInfo.shopPrint.service.TbPrintMachineService; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineQueryCriteria; -import me.zhengjie.modules.shopInfo.shopPrint.service.mapstruct.TbPrintMachineMapper; +import cn.ysk.cashier.repository.shop.TbPrintMachineRepository; +import cn.ysk.cashier.service.shop.TbPrintMachineService; +import cn.ysk.cashier.dto.shop.TbPrintMachineDto; +import cn.ysk.cashier.dto.shop.TbPrintMachineQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbPrintMachineMapper; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/impl/TbReceiptSalesServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbReceiptSalesServiceImpl.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/impl/TbReceiptSalesServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbReceiptSalesServiceImpl.java index 9c5147df..a6b3889c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/impl/TbReceiptSalesServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbReceiptSalesServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopReceiptSales.domain.TbReceiptSales; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.mapstruct.TbReceiptSalesMapper; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbReceiptSales; +import cn.ysk.cashier.mapper.shop.TbReceiptSalesMapper; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopReceiptSales.repository.TbReceiptSalesRepository; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.TbReceiptSalesService; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesDto; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesQueryCriteria; +import cn.ysk.cashier.repository.shop.TbReceiptSalesRepository; +import cn.ysk.cashier.service.shop.TbReceiptSalesService; +import cn.ysk.cashier.dto.shop.TbReceiptSalesDto; +import cn.ysk.cashier.dto.shop.TbReceiptSalesQueryCriteria; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/impl/TbShopAreaServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopAreaServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/impl/TbShopAreaServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopAreaServiceImpl.java index cb7993e0..50985015 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/impl/TbShopAreaServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopAreaServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopArea.domain.TbShopArea; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.mapper.shop.TbShopAreaMapper; +import cn.ysk.cashier.pojo.shop.TbShopArea; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopArea.repository.TbShopAreaRepository; -import me.zhengjie.modules.shopInfo.shopArea.service.TbShopAreaService; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaDto; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaQueryCriteria; -import me.zhengjie.modules.shopInfo.shopArea.service.mapstruct.TbShopAreaMapper; +import cn.ysk.cashier.repository.shop.TbShopAreaRepository; +import cn.ysk.cashier.service.shop.TbShopAreaService; +import cn.ysk.cashier.dto.shop.TbShopAreaDto; +import cn.ysk.cashier.dto.shop.TbShopAreaQueryCriteria; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/impl/TbShopCashSpreadServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCashSpreadServiceImpl.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/impl/TbShopCashSpreadServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCashSpreadServiceImpl.java index 60d00921..ed790ae3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/impl/TbShopCashSpreadServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCashSpreadServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopSpread.domain.TbShopCashSpread; -import me.zhengjie.modules.shopInfo.shopSpread.service.TbShopCashSpreadService; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadDto; -import me.zhengjie.modules.shopInfo.shopSpread.service.mapstruct.TbShopCashSpreadMapper; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbShopCashSpread; +import cn.ysk.cashier.service.shop.TbShopCashSpreadService; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadDto; +import cn.ysk.cashier.mapper.shop.TbShopCashSpreadMapper; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopSpread.repository.TbShopCashSpreadRepository; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadQueryCriteria; +import cn.ysk.cashier.repository.shop.TbShopCashSpreadRepository; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadQueryCriteria; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/impl/TbShopCurrencyServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCurrencyServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/impl/TbShopCurrencyServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCurrencyServiceImpl.java index cbc46712..936412ee 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/impl/TbShopCurrencyServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopCurrencyServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopCurrency.domain.TbShopCurrency; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbShopCurrency; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopCurrency.repository.TbShopCurrencyRepository; -import me.zhengjie.modules.shopInfo.shopCurrency.service.TbShopCurrencyService; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyDto; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyQueryCriteria; -import me.zhengjie.modules.shopInfo.shopCurrency.service.mapstruct.TbShopCurrencyMapper; +import cn.ysk.cashier.repository.shop.TbShopCurrencyRepository; +import cn.ysk.cashier.service.shop.TbShopCurrencyService; +import cn.ysk.cashier.dto.shop.TbShopCurrencyDto; +import cn.ysk.cashier.dto.shop.TbShopCurrencyQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopCurrencyMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/impl/TbShopInfoServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopInfoServiceImpl.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/impl/TbShopInfoServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopInfoServiceImpl.java index f97e111e..0a74294d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/impl/TbShopInfoServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopInfoServiceImpl.java @@ -13,28 +13,26 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import cn.hutool.core.bean.BeanUtil; -import lombok.Data; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.modules.shopInfo.merchantAccount.repository.TbMerchantAccountRepository; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; -import me.zhengjie.modules.shopInfo.shopRegister.repository.TbMerchantRegisterRepository; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; +import cn.ysk.cashier.repository.shop.TbMerchantAccountRepository; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; +import cn.ysk.cashier.repository.shop.TbMerchantRegisterRepository; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shop.repository.TbShopInfoRepository; -import me.zhengjie.modules.shopInfo.shop.service.TbShopInfoService; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoDto; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoQueryCriteria; -import me.zhengjie.modules.shopInfo.shop.service.mapstruct.TbShopInfoMapper; +import cn.ysk.cashier.repository.shop.TbShopInfoRepository; +import cn.ysk.cashier.service.shop.TbShopInfoService; +import cn.ysk.cashier.dto.shop.TbShopInfoDto; +import cn.ysk.cashier.dto.shop.TbShopInfoQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopInfoMapper; import org.springframework.beans.BeanUtils; import org.springframework.security.crypto.password.PasswordEncoder; import org.springframework.stereotype.Service; @@ -42,7 +40,6 @@ import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import java.sql.Timestamp; import java.time.Instant; import java.util.*; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/impl/TbShopPurveyorServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/impl/TbShopPurveyorServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorServiceImpl.java index bd62a9e1..b8cecc88 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/impl/TbShopPurveyorServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbShopPurveyor; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopPurveyor.repository.TbShopPurveyorRepository; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.TbShopPurveyorService; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorDto; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorQueryCriteria; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.mapstruct.TbShopPurveyorMapper; +import cn.ysk.cashier.repository.shop.TbShopPurveyorRepository; +import cn.ysk.cashier.service.shop.TbShopPurveyorService; +import cn.ysk.cashier.dto.shop.TbShopPurveyorDto; +import cn.ysk.cashier.dto.shop.TbShopPurveyorQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopPurveyorMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/impl/TbShopPurveyorTransactServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorTransactServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/impl/TbShopPurveyorTransactServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorTransactServiceImpl.java index 795830d9..989a8b5d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/impl/TbShopPurveyorTransactServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopPurveyorTransactServiceImpl.java @@ -13,29 +13,26 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; -import me.zhengjie.modules.shopInfo.shopPurveyor.repository.TbShopPurveyorRepository; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO.PurveyorTransactSumVO; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO.PurveyorTransactVO; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.repository.shop.TbShopPurveyorRepository; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; +import cn.ysk.cashier.vo.PurveyorTransactVO; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.repository.TbShopPurveyorTransactRepository; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.TbShopPurveyorTransactService; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactDto; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactQueryCriteria; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.mapstruct.TbShopPurveyorTransactMapper; +import cn.ysk.cashier.repository.shop.TbShopPurveyorTransactRepository; +import cn.ysk.cashier.service.shop.TbShopPurveyorTransactService; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactDto; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopPurveyorTransactMapper; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.QueryHelp; import java.math.BigDecimal; import java.math.BigInteger; @@ -45,9 +42,6 @@ import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import javax.servlet.http.HttpServletResponse; -import java.util.stream.Collectors; -import java.util.stream.IntStream; -import java.util.stream.Stream; /** * @website https://eladmin.vip diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/impl/TbShopTableServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/impl/TbShopTableServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java index 497754a3..8133ee26 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/impl/TbShopTableServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopTableServiceImpl.java @@ -13,24 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import lombok.Value; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.shopInfo.table.domain.TbShopTable; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.pojo.shop.TbShopTable; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.table.repository.TbShopTableRepository; -import me.zhengjie.modules.shopInfo.table.service.TbShopTableService; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableDto; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableQueryCriteria; -import me.zhengjie.modules.shopInfo.table.service.mapstruct.TbShopTableMapper; +import cn.ysk.cashier.repository.shop.TbShopTableRepository; +import cn.ysk.cashier.service.shop.TbShopTableService; +import cn.ysk.cashier.dto.shop.TbShopTableDto; +import cn.ysk.cashier.dto.shop.TbShopTableQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopTableMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/impl/TbShopUnitServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUnitServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/impl/TbShopUnitServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUnitServiceImpl.java index bdf02100..276b337a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/impl/TbShopUnitServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUnitServiceImpl.java @@ -13,26 +13,25 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.exception.NewBadRequestException; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.exception.NewBadRequestException; +import cn.ysk.cashier.pojo.shop.TbShopUnit; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopUnit.repository.TbShopUnitRepository; -import me.zhengjie.modules.shopInfo.shopUnit.service.TbShopUnitService; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitDto; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitQueryCriteria; -import me.zhengjie.modules.shopInfo.shopUnit.service.mapstruct.TbShopUnitMapper; +import cn.ysk.cashier.repository.shop.TbShopUnitRepository; +import cn.ysk.cashier.service.shop.TbShopUnitService; +import cn.ysk.cashier.dto.shop.TbShopUnitDto; +import cn.ysk.cashier.dto.shop.TbShopUnitQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopUnitMapper; import org.springframework.http.HttpStatus; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.time.Instant; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/impl/TbShopUserServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUserServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/impl/TbShopUserServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUserServiceImpl.java index c6b83a92..98c481b2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/impl/TbShopUserServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/impl/shopimpl/TbShopUserServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.service.impl; +package cn.ysk.cashier.service.impl.shopimpl; -import me.zhengjie.modules.shopInfo.shopUser.domain.TbShopUser; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import cn.ysk.cashier.pojo.shop.TbShopUser; +import cn.ysk.cashier.utils.ValidationUtil; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.shopInfo.shopUser.repository.TbShopUserRepository; -import me.zhengjie.modules.shopInfo.shopUser.service.TbShopUserService; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserDto; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserQueryCriteria; -import me.zhengjie.modules.shopInfo.shopUser.service.mapstruct.TbShopUserMapper; +import cn.ysk.cashier.repository.shop.TbShopUserRepository; +import cn.ysk.cashier.service.shop.TbShopUserService; +import cn.ysk.cashier.dto.shop.TbShopUserDto; +import cn.ysk.cashier.dto.shop.TbShopUserQueryCriteria; +import cn.ysk.cashier.mapper.shop.TbShopUserMapper; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/TbCashierCartService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbCashierCartService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/TbCashierCartService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbCashierCartService.java index a023d556..25a424a8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/cashierCart/service/TbCashierCartService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbCashierCartService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.cashierCart.service; +package cn.ysk.cashier.service.order; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartDto; -import me.zhengjie.modules.order.cashierCart.service.dto.TbCashierCartQueryCriteria; +import cn.ysk.cashier.pojo.order.TbCashierCart; +import cn.ysk.cashier.dto.order.TbCashierCartDto; +import cn.ysk.cashier.dto.order.TbCashierCartQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/TbOrderDetailService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderDetailService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/TbOrderDetailService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderDetailService.java index e8cf387d..61c89b4e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderDetail/service/TbOrderDetailService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderDetailService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderDetail.service; +package cn.ysk.cashier.service.order; -import me.zhengjie.modules.order.orderDetail.domain.TbOrderDetail; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailDto; -import me.zhengjie.modules.order.orderDetail.service.dto.TbOrderDetailQueryCriteria; +import cn.ysk.cashier.pojo.order.TbOrderDetail; +import cn.ysk.cashier.dto.order.TbOrderDetailDto; +import cn.ysk.cashier.dto.order.TbOrderDetailQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/TbOrderInfoService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderInfoService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/TbOrderInfoService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderInfoService.java index 8e40c9d7..35615d29 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/TbOrderInfoService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/order/TbOrderInfoService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service; +package cn.ysk.cashier.service.order; -import me.zhengjie.modules.order.orderInfo.domain.TbOrderInfo; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoDto; -import me.zhengjie.modules.order.orderInfo.service.dto.TbOrderInfoQueryCriteria; +import cn.ysk.cashier.pojo.order.TbOrderInfo; +import cn.ysk.cashier.dto.order.TbOrderInfoDto; +import cn.ysk.cashier.dto.order.TbOrderInfoQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/TbProductGroupService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductGroupService.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/TbProductGroupService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductGroupService.java index 82a726e1..d04dc3cb 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/TbProductGroupService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductGroupService.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productGroup.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.productGroup.domain.TbProductGroup; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupDto; -import me.zhengjie.modules.productInfo.productGroup.service.dto.TbProductGroupQueryCriteria; -import me.zhengjie.modules.productInfo.productGroup.service.vo.AddProduct; +import cn.ysk.cashier.pojo.product.TbProduct; +import cn.ysk.cashier.pojo.product.TbProductGroup; +import cn.ysk.cashier.dto.product.TbProductGroupDto; +import cn.ysk.cashier.dto.product.TbProductGroupQueryCriteria; +import cn.ysk.cashier.vo.AddProduct; import org.springframework.data.domain.Pageable; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/TbProductService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductService.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/TbProductService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductService.java index 8e7f6d4d..da71364e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/service/TbProductService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.product.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.product.domain.TbProduct; -import me.zhengjie.modules.productInfo.product.domain.TbProductVo; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductDto; -import me.zhengjie.modules.productInfo.product.service.dto.TbProductQueryCriteria; +import cn.ysk.cashier.pojo.product.TbProduct; +import cn.ysk.cashier.vo.TbProductVo; +import cn.ysk.cashier.dto.product.TbProductDto; +import cn.ysk.cashier.dto.product.TbProductQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/TbProductSkuResultService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuResultService.java similarity index 85% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/TbProductSkuResultService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuResultService.java index 2c7b7c56..63ff4331 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSkuResult/service/TbProductSkuResultService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuResultService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSkuResult.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.productSkuResult.domain.TbProductSkuResult; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultDto; -import me.zhengjie.modules.productInfo.productSkuResult.service.dto.TbProductSkuResultQueryCriteria; +import cn.ysk.cashier.pojo.product.TbProductSkuResult; +import cn.ysk.cashier.dto.product.TbProductSkuResultDto; +import cn.ysk.cashier.dto.product.TbProductSkuResultQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/TbProductSkuService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/TbProductSkuService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuService.java index 0614d6ef..84b3e864 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/TbProductSkuService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSkuService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSku.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuQueryCriteria; -import me.zhengjie.modules.productInfo.productSku.service.dto.TbProductSkuDto; +import cn.ysk.cashier.pojo.product.TbProductSku; +import cn.ysk.cashier.dto.product.TbProductSkuQueryCriteria; +import cn.ysk.cashier.dto.product.TbProductSkuDto; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/TbProductSpecService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSpecService.java similarity index 84% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/TbProductSpecService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSpecService.java index e577f5e6..2bafe864 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/TbProductSpecService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductSpecService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productSpec.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.productSpec.service.dto.SpecDto; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecDto; -import me.zhengjie.modules.productInfo.productSpec.service.dto.TbProductSpecQueryCriteria; -import me.zhengjie.modules.productInfo.productSpec.domain.TbProductSpec; +import cn.ysk.cashier.dto.product.SpecDto; +import cn.ysk.cashier.dto.product.TbProductSpecDto; +import cn.ysk.cashier.dto.product.TbProductSpecQueryCriteria; +import cn.ysk.cashier.pojo.product.TbProductSpec; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/TbProductStockDetailService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductStockDetailService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/TbProductStockDetailService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductStockDetailService.java index 8e2d597b..a3783d29 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStock/service/TbProductStockDetailService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbProductStockDetailService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productStock.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.productStock.domain.TbProductStockDetail; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailDto; -import me.zhengjie.modules.productInfo.productStock.service.dto.TbProductStockDetailQueryCriteria; +import cn.ysk.cashier.pojo.product.TbProductStockDetail; +import cn.ysk.cashier.dto.product.TbProductStockDetailDto; +import cn.ysk.cashier.dto.product.TbProductStockDetailQueryCriteria; import org.springframework.data.domain.Pageable; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/TbShopCategoryService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbShopCategoryService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/TbShopCategoryService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbShopCategoryService.java index b55961ad..21547d16 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productCategory/service/TbShopCategoryService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/product/TbShopCategoryService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.productInfo.productCategory.service; +package cn.ysk.cashier.service.product; -import me.zhengjie.modules.productInfo.productCategory.domain.TbShopCategory; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryDto; -import me.zhengjie.modules.productInfo.productCategory.service.dto.TbShopCategoryQueryCriteria; +import cn.ysk.cashier.pojo.product.TbShopCategory; +import cn.ysk.cashier.dto.product.TbShopCategoryDto; +import cn.ysk.cashier.dto.product.TbShopCategoryQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/TbMerchantAccountService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantAccountService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/TbMerchantAccountService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantAccountService.java index 9e2eecbb..b2a1f02b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/merchantAccount/service/TbMerchantAccountService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantAccountService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.merchantAccount.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountDto; -import me.zhengjie.modules.shopInfo.merchantAccount.service.dto.TbMerchantAccountQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbMerchantAccount; +import cn.ysk.cashier.dto.shop.TbMerchantAccountDto; +import cn.ysk.cashier.dto.shop.TbMerchantAccountQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/TbMerchantRegisterService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantRegisterService.java similarity index 84% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/TbMerchantRegisterService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantRegisterService.java index 162d45fc..64843fd3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopRegister/service/TbMerchantRegisterService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantRegisterService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopRegister.service; +package cn.ysk.cashier.service.shop; + +import cn.ysk.cashier.pojo.shop.TbMerchantRegister; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterDto; +import cn.ysk.cashier.dto.shop.TbMerchantRegisterQueryCriteria; -import me.zhengjie.modules.shopInfo.shopRegister.domain.TbMerchantRegister; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterDto; -import me.zhengjie.modules.shopInfo.shopRegister.service.dto.TbMerchantRegisterQueryCriteria; -import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/TbMerchantThirdApplyService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantThirdApplyService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/TbMerchantThirdApplyService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantThirdApplyService.java index ce1a013e..467da038 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopThirdApply/service/TbMerchantThirdApplyService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbMerchantThirdApplyService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopThirdApply.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopThirdApply.domain.TbMerchantThirdApply; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyDto; -import me.zhengjie.modules.shopInfo.shopThirdApply.service.dto.TbMerchantThirdApplyQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbMerchantThirdApply; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyDto; +import cn.ysk.cashier.dto.shop.TbMerchantThirdApplyQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/TbPlussShopStaffService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPlussShopStaffService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/TbPlussShopStaffService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPlussShopStaffService.java index e91c66c9..92a0769f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopStaff/service/TbPlussShopStaffService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPlussShopStaffService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopStaff.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopStaff.domain.TbPlussShopStaff; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffDto; -import me.zhengjie.modules.shopInfo.shopStaff.service.dto.TbPlussShopStaffQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbPlussShopStaff; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffDto; +import cn.ysk.cashier.dto.shop.TbPlussShopStaffQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/TbPrintMachineService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPrintMachineService.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/TbPrintMachineService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPrintMachineService.java index d161d27d..b8410f1f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/TbPrintMachineService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbPrintMachineService.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPrint.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopPrint.domain.TbPrintMachine; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.PrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineDto; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineQueryCriteria; -import me.zhengjie.modules.shopInfo.shopPrint.service.dto.TbPrintMachineVO; +import cn.ysk.cashier.controller.shop.TbPrintMachine; +import cn.ysk.cashier.dto.shop.PrintMachineDto; +import cn.ysk.cashier.dto.shop.TbPrintMachineDto; +import cn.ysk.cashier.dto.shop.TbPrintMachineQueryCriteria; +import cn.ysk.cashier.vo.TbPrintMachineVO; import org.springframework.data.domain.Pageable; -import java.util.Map; + import java.util.List; import java.io.IOException; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/TbReceiptSalesService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbReceiptSalesService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/TbReceiptSalesService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbReceiptSalesService.java index 3f359517..304e84b3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopReceiptSales/service/TbReceiptSalesService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbReceiptSalesService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopReceiptSales.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopReceiptSales.domain.TbReceiptSales; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesDto; -import me.zhengjie.modules.shopInfo.shopReceiptSales.service.dto.TbReceiptSalesQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbReceiptSales; +import cn.ysk.cashier.dto.shop.TbReceiptSalesDto; +import cn.ysk.cashier.dto.shop.TbReceiptSalesQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/TbShopAreaService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopAreaService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/TbShopAreaService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopAreaService.java index 85aa2dad..766e1d35 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopArea/service/TbShopAreaService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopAreaService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopArea.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopArea.domain.TbShopArea; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaDto; -import me.zhengjie.modules.shopInfo.shopArea.service.dto.TbShopAreaQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopArea; +import cn.ysk.cashier.dto.shop.TbShopAreaDto; +import cn.ysk.cashier.dto.shop.TbShopAreaQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashSpreadService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCashSpreadService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashSpreadService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCashSpreadService.java index e5626d51..97dfc581 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashSpreadService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCashSpreadService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopSpread.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopSpread.domain.TbShopCashSpread; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadDto; -import me.zhengjie.modules.shopInfo.shopSpread.service.dto.TbShopCashSpreadQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopCashSpread; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadDto; +import cn.ysk.cashier.dto.shop.TbShopCashSpreadQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/TbShopCurrencyService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCurrencyService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/TbShopCurrencyService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCurrencyService.java index 69bcf6b9..3ffad699 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopCurrency/service/TbShopCurrencyService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopCurrencyService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopCurrency.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopCurrency.domain.TbShopCurrency; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyDto; -import me.zhengjie.modules.shopInfo.shopCurrency.service.dto.TbShopCurrencyQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopCurrency; +import cn.ysk.cashier.dto.shop.TbShopCurrencyDto; +import cn.ysk.cashier.dto.shop.TbShopCurrencyQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/TbShopInfoService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopInfoService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/TbShopInfoService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopInfoService.java index 48123cfa..3d6014b5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shop/service/TbShopInfoService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopInfoService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shop.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoDto; -import me.zhengjie.modules.shopInfo.shop.service.dto.TbShopInfoQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopInfo; +import cn.ysk.cashier.dto.shop.TbShopInfoDto; +import cn.ysk.cashier.dto.shop.TbShopInfoQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/TbShopPurveyorService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/TbShopPurveyorService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorService.java index 878823fa..08e3b8c2 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyor/service/TbShopPurveyorService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyor.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopPurveyor.domain.TbShopPurveyor; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorDto; -import me.zhengjie.modules.shopInfo.shopPurveyor.service.dto.TbShopPurveyorQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopPurveyor; +import cn.ysk.cashier.dto.shop.TbShopPurveyorDto; +import cn.ysk.cashier.dto.shop.TbShopPurveyorQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/TbShopPurveyorTransactService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorTransactService.java similarity index 80% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/TbShopPurveyorTransactService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorTransactService.java index d66716c2..c30af3be 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/TbShopPurveyorTransactService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopPurveyorTransactService.java @@ -13,13 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.domain.TbShopPurveyorTransact; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO.PurveyorTransactSumVO; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO.PurveyorTransactVO; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactDto; -import me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.dto.TbShopPurveyorTransactQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopPurveyorTransact; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactDto; +import cn.ysk.cashier.dto.shop.TbShopPurveyorTransactQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/TbShopTableService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopTableService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/TbShopTableService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopTableService.java index b3fcb496..2af0070f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/table/service/TbShopTableService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopTableService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.table.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.table.domain.TbShopTable; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableDto; -import me.zhengjie.modules.shopInfo.table.service.dto.TbShopTableQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopTable; +import cn.ysk.cashier.dto.shop.TbShopTableDto; +import cn.ysk.cashier.dto.shop.TbShopTableQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/TbShopUnitService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUnitService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/TbShopUnitService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUnitService.java index 24bca9ec..4d1a8419 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUnit/service/TbShopUnitService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUnitService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUnit.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopUnit.domain.TbShopUnit; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitDto; -import me.zhengjie.modules.shopInfo.shopUnit.service.dto.TbShopUnitQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopUnit; +import cn.ysk.cashier.dto.shop.TbShopUnitDto; +import cn.ysk.cashier.dto.shop.TbShopUnitQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/TbShopUserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUserService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/TbShopUserService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUserService.java index 58d0c2f3..21636264 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopUser/service/TbShopUserService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/service/shop/TbShopUserService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.shopInfo.shopUser.service; +package cn.ysk.cashier.service.shop; -import me.zhengjie.modules.shopInfo.shopUser.domain.TbShopUser; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserDto; -import me.zhengjie.modules.shopInfo.shopUser.service.dto.TbShopUserQueryCriteria; +import cn.ysk.cashier.pojo.shop.TbShopUser; +import cn.ysk.cashier.dto.shop.TbShopUserDto; +import cn.ysk.cashier.dto.shop.TbShopUserQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.Map; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dept.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dept.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java index 9f28af21..1b39ce20 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dept.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dept.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import com.alibaba.fastjson.annotation.JSONField; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dict.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dict.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java index 689cf2e3..985925c0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Dict.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Dict.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/DictDetail.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/DictDetail.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java index 554dde61..77afc863 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/DictDetail.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/DictDetail.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotNull; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Job.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Job.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java index f2d358a6..85de0c53 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Job.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Job.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Menu.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Menu.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java index c74be950..1e030f8a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Menu.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Menu.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import com.alibaba.fastjson.annotation.JSONField; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.NotNull; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Role.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Role.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java index d33d75c1..c14a5fe1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/Role.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/Role.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import com.alibaba.fastjson.annotation.JSONField; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; -import me.zhengjie.utils.enums.DataScopeEnum; +import cn.ysk.cashier.base.BaseEntity; +import cn.ysk.cashier.utils.enums.DataScopeEnum; import javax.persistence.*; import javax.validation.constraints.NotBlank; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/User.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/User.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java index fe28773b..e39c8993 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/User.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/User.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain; +package cn.ysk.cashier.system.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import javax.validation.constraints.Email; import javax.validation.constraints.NotBlank; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuMetaVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuMetaVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java index 76539c08..5057834d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuMetaVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuMetaVo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain.vo; +package cn.ysk.cashier.system.domain.vo; import lombok.AllArgsConstructor; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java index 82fc0cc5..3abddad8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/MenuVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/MenuVo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain.vo; +package cn.ysk.cashier.system.domain.vo; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/UserPassVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/UserPassVo.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/UserPassVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/UserPassVo.java index fccb100f..625c0271 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/domain/vo/UserPassVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/domain/vo/UserPassVo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.domain.vo; +package cn.ysk.cashier.system.domain.vo; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DeptRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DeptRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java index 98583224..870e815f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DeptRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DeptRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.Dept; +import cn.ysk.cashier.system.domain.Dept; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictDetailRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictDetailRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java index d28159cb..d80f61b4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictDetailRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictDetailRepository.java @@ -13,12 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.DictDetail; +import cn.ysk.cashier.system.domain.DictDetail; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; -import org.springframework.data.jpa.repository.Query; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java index 48e2a258..0a1ef54c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/DictRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/DictRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.Dict; +import cn.ysk.cashier.system.domain.Dict; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/JobRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/JobRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java index e39ebf00..a439ae3f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/JobRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/JobRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.Job; +import cn.ysk.cashier.system.domain.Job; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/MenuRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/MenuRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java index 75fd7ff5..89f5fba4 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/MenuRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/MenuRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.Menu; +import cn.ysk.cashier.system.domain.Menu; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/RoleRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java similarity index 96% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/RoleRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java index 8e76cc55..73824704 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/RoleRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/RoleRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.Role; +import cn.ysk.cashier.system.domain.Role; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/UserRepository.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/repository/UserRepository.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java index c5c88a8d..159daff8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/repository/UserRepository.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/repository/UserRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.repository; +package cn.ysk.cashier.system.repository; -import me.zhengjie.modules.system.domain.User; +import cn.ysk.cashier.system.domain.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Modifying; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DeptController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DeptController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java index 99624306..fd854166 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DeptController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DeptController.java @@ -13,19 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import cn.hutool.core.collection.CollectionUtil; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.service.dto.DeptDto; +import cn.ysk.cashier.system.service.dto.DeptQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.DeptService; -import me.zhengjie.modules.system.service.dto.DeptDto; -import me.zhengjie.modules.system.service.dto.DeptQueryCriteria; -import me.zhengjie.utils.PageUtil; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.DeptService; +import cn.ysk.cashier.utils.PageUtil; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java index 5156e308..ad2f5b0b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictController.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.system.service.dto.DictQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.service.DictService; -import me.zhengjie.modules.system.service.dto.DictQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.DictService; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictDetailController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictDetailController.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictDetailController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictDetailController.java index 7170110c..7a3336e6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/DictDetailController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/DictDetailController.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; +import cn.ysk.cashier.system.domain.DictDetail; +import cn.ysk.cashier.system.service.dto.DictDetailDto; +import cn.ysk.cashier.system.service.dto.DictDetailQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.DictDetail; -import me.zhengjie.modules.system.service.DictDetailService; -import me.zhengjie.modules.system.service.dto.DictDetailDto; -import me.zhengjie.modules.system.service.dto.DictDetailQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.DictDetailService; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Sort; import org.springframework.data.web.PageableDefault; @@ -52,7 +52,7 @@ public class DictDetailController { @ApiOperation("查询字典详情") @GetMapping public ResponseEntity queryDictDetail(DictDetailQueryCriteria criteria, - @PageableDefault(sort = {"dictSort"}, direction = Sort.Direction.ASC) Pageable pageable){ + @PageableDefault(sort = {"dictSort"}, direction = Sort.Direction.ASC) Pageable pageable){ return new ResponseEntity<>(dictDetailService.queryAll(criteria,pageable),HttpStatus.OK); } diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/JobController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/JobController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java index d904e278..35f3d8dc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/JobController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/JobController.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.system.service.dto.JobQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.service.JobService; -import me.zhengjie.modules.system.service.dto.JobQueryCriteria; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.JobService; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/LimitController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/LimitController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java index 02db642e..c037107b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/LimitController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/LimitController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; -import me.zhengjie.annotation.Limit; -import me.zhengjie.annotation.rest.AnonymousGetMapping; +import cn.ysk.cashier.annotation.Limit; +import cn.ysk.cashier.annotation.rest.AnonymousGetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MenuController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MenuController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java index 66a1e82c..5e651053 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MenuController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MenuController.java @@ -13,21 +13,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import cn.hutool.core.collection.CollectionUtil; +import cn.ysk.cashier.system.domain.Menu; +import cn.ysk.cashier.system.service.dto.MenuDto; +import cn.ysk.cashier.system.service.dto.MenuQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.system.domain.Menu; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.service.MenuService; -import me.zhengjie.modules.system.service.dto.MenuDto; -import me.zhengjie.modules.system.service.dto.MenuQueryCriteria; -import me.zhengjie.modules.system.service.mapstruct.MenuMapper; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.SecurityUtils; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.MenuService; +import cn.ysk.cashier.system.service.mapstruct.MenuMapper; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.SecurityUtils; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MonitorController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MonitorController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java index bb0e39b4..6f66926d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/MonitorController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/MonitorController.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.system.service.MonitorService; +import cn.ysk.cashier.system.service.MonitorService; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/RoleController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/RoleController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java index f4f9f5e3..0ec7d01f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/RoleController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/RoleController.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import cn.hutool.core.lang.Dict; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.service.dto.RoleDto; +import cn.ysk.cashier.system.service.dto.RoleQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.dto.RoleDto; -import me.zhengjie.modules.system.service.dto.RoleQueryCriteria; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.utils.SecurityUtils; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.utils.SecurityUtils; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/UserController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/UserController.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/UserController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/UserController.java index ed8e51fb..f54b9107 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/UserController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/UserController.java @@ -13,28 +13,30 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import cn.hutool.core.collection.CollectionUtil; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.domain.vo.UserPassVo; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.system.service.dto.UserQueryCriteria; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.RsaUtils; +import cn.ysk.cashier.utils.SecurityUtils; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.config.RsaProperties; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.DataService; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.vo.UserPassVo; -import me.zhengjie.modules.system.service.DeptService; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.modules.system.service.dto.UserDto; -import me.zhengjie.modules.system.service.dto.UserQueryCriteria; -import me.zhengjie.modules.system.service.VerifyService; -import me.zhengjie.utils.*; -import me.zhengjie.modules.system.service.UserService; -import me.zhengjie.utils.enums.CodeEnum; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.config.RsaProperties; +import cn.ysk.cashier.system.service.DataService; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.DeptService; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.system.service.VerifyService; +import cn.ysk.cashier.system.service.UserService; +import cn.ysk.cashier.utils.enums.CodeEnum; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/VerifyController.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/rest/VerifyController.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java index 09ba44b0..20156eb3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/rest/VerifyController.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/rest/VerifyController.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.rest; +package cn.ysk.cashier.system.rest; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.service.EmailService; -import me.zhengjie.modules.system.service.VerifyService; -import me.zhengjie.utils.enums.CodeBiEnum; -import me.zhengjie.utils.enums.CodeEnum; +import cn.ysk.cashier.domain.vo.EmailVo; +import cn.ysk.cashier.service.EmailService; +import cn.ysk.cashier.system.service.VerifyService; +import cn.ysk.cashier.utils.enums.CodeBiEnum; +import cn.ysk.cashier.utils.enums.CodeEnum; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DataService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/DataService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java index 10258d99..49ca6092 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DataService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DataService.java @@ -13,9 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; + + +import cn.ysk.cashier.system.service.dto.UserDto; -import me.zhengjie.modules.system.service.dto.UserDto; import java.util.List; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DeptService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/DeptService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java index d589bf88..ae963c53 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DeptService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DeptService.java @@ -13,11 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; + +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.service.dto.DeptDto; +import cn.ysk.cashier.system.service.dto.DeptQueryCriteria; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.dto.DeptDto; -import me.zhengjie.modules.system.service.dto.DeptQueryCriteria; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictDetailService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictDetailService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java index 2291ed6c..69a36aa3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictDetailService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictDetailService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.system.domain.DictDetail; -import me.zhengjie.modules.system.service.dto.DictDetailDto; -import me.zhengjie.modules.system.service.dto.DictDetailQueryCriteria; +import cn.ysk.cashier.system.domain.DictDetail; +import cn.ysk.cashier.system.service.dto.DictDetailDto; +import cn.ysk.cashier.system.service.dto.DictDetailQueryCriteria; import org.springframework.data.domain.Pageable; import java.util.List; import java.util.Map; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java index 9a89e4c2..10fae206 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/DictService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/DictService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.service.dto.DictDto; -import me.zhengjie.modules.system.service.dto.DictQueryCriteria; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.system.service.dto.DictDto; +import cn.ysk.cashier.system.service.dto.DictQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/JobService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/JobService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java index 5b6fa85b..9ce8d0be 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/JobService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/JobService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.service.dto.JobDto; -import me.zhengjie.modules.system.service.dto.JobQueryCriteria; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.system.service.dto.JobDto; +import cn.ysk.cashier.system.service.dto.JobQueryCriteria; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/MenuService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/MenuService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java index f7b8ecea..4887275e 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/MenuService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MenuService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.system.domain.Menu; -import me.zhengjie.modules.system.service.dto.MenuDto; -import me.zhengjie.modules.system.service.dto.MenuQueryCriteria; +import cn.ysk.cashier.system.domain.Menu; +import cn.ysk.cashier.system.service.dto.MenuDto; +import cn.ysk.cashier.system.service.dto.MenuQueryCriteria; import javax.servlet.http.HttpServletResponse; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/MonitorService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/MonitorService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java index 478225ae..9fcea243 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/MonitorService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/MonitorService.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; import java.util.Map; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/RoleService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java similarity index 87% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/RoleService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java index feb614b9..f3f31dd5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/RoleService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/RoleService.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.security.service.dto.AuthorityDto; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.modules.system.service.dto.RoleDto; -import me.zhengjie.modules.system.service.dto.RoleQueryCriteria; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.modules.system.service.dto.UserDto; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.service.dto.RoleDto; +import cn.ysk.cashier.system.service.dto.RoleQueryCriteria; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.config.security.service.dto.AuthorityDto; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; import org.springframework.data.domain.Pageable; import javax.servlet.http.HttpServletResponse; import java.io.IOException; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/UserService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/UserService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java index 8d63fa86..9c8d7548 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/UserService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/UserService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.service.dto.UserDto; -import me.zhengjie.modules.system.service.dto.UserLoginDto; -import me.zhengjie.modules.system.service.dto.UserQueryCriteria; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.system.service.dto.UserQueryCriteria; +import cn.ysk.cashier.system.service.dto.UserLoginDto; import org.springframework.data.domain.Pageable; import org.springframework.web.multipart.MultipartFile; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/VerifyService.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/VerifyService.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java index 4ca39b9d..8f5414df 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/VerifyService.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/VerifyService.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service; +package cn.ysk.cashier.system.service; -import me.zhengjie.domain.vo.EmailVo; +import cn.ysk.cashier.domain.vo.EmailVo; /** * @author Zheng Jie diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java index 4c3b12aa..e31a6fda 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.List; import java.util.Objects; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java index 4d8cdf2a..cf8296fc 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.DataPermission; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.DataPermission; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptSmallDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java index 4dc64e58..e5400ca9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DeptSmallDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DeptSmallDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java index a4b931b6..01565255 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; /** diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java index 91a01b1d..37aa6ad8 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDetailQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDetailQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @author Zheng Jie diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java index 048b4a19..3f563e5f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java index 7207c616..2753cd92 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @author Zheng Jie diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictSmallDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java index 98fc6eeb..d3bea011 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/DictSmallDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/DictSmallDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.Setter; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java index 8836d550..2c988256 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java index ee851dc6..10ffbed3 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobQueryCriteria.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; import lombok.NoArgsConstructor; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobSmallDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java index 09cfa624..ebd64a8c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/JobSmallDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/JobSmallDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; import lombok.NoArgsConstructor; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java index c6fafada..4490286b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.List; import java.util.Objects; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java index bd43e8db..8d363c8f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/MenuQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/MenuQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java index fc74d84b..211e2ca1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.Objects; import java.util.Set; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java similarity index 91% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java index 5454fc44..c7934592 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleSmallDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleSmallDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java index 99215e63..4096a519 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/RoleSmallDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/RoleSmallDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; import java.io.Serializable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java index 923e2d42..0aa99971 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserDto.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import com.alibaba.fastjson.annotation.JSONField; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; import java.util.Date; import java.util.Set; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserLoginDto.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserLoginDto.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java index 13a51f77..1b3dbce5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserLoginDto.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserLoginDto.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; /** * @author Zheng Jie diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserQueryCriteria.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserQueryCriteria.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java index ad8e7755..fccdb13b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/dto/UserQueryCriteria.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/dto/UserQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.dto; +package cn.ysk.cashier.system.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.io.Serializable; import java.sql.Timestamp; import java.util.HashSet; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java similarity index 86% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java index cd9cfd43..5995ff2f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DataServiceImpl.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.service.DeptService; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.dto.UserDto; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.DataService; -import me.zhengjie.modules.system.service.DeptService; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.modules.system.service.dto.UserDto; -import me.zhengjie.utils.enums.DataScopeEnum; +import cn.ysk.cashier.system.service.DataService; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.utils.enums.DataScopeEnum; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DeptServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java similarity index 93% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DeptServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java index a02bd699..f42e7e3c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DeptServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DeptServiceImpl.java @@ -13,23 +13,23 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.util.ObjectUtil; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.repository.DeptRepository; +import cn.ysk.cashier.system.repository.RoleRepository; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.system.service.DeptService; +import cn.ysk.cashier.system.service.dto.DeptDto; +import cn.ysk.cashier.system.service.dto.DeptQueryCriteria; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.repository.RoleRepository; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.modules.system.service.dto.DeptDto; -import me.zhengjie.modules.system.service.dto.DeptQueryCriteria; -import me.zhengjie.utils.*; -import me.zhengjie.modules.system.repository.DeptRepository; -import me.zhengjie.modules.system.service.DeptService; -import me.zhengjie.modules.system.service.mapstruct.DeptMapper; -import me.zhengjie.utils.enums.DataScopeEnum; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.system.service.mapstruct.DeptMapper; +import cn.ysk.cashier.utils.enums.DataScopeEnum; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.data.domain.Sort; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictDetailServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictDetailServiceImpl.java similarity index 84% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictDetailServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictDetailServiceImpl.java index 3c2898c1..db4cc64b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictDetailServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictDetailServiceImpl.java @@ -13,19 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.system.domain.DictDetail; +import cn.ysk.cashier.system.repository.DictDetailRepository; +import cn.ysk.cashier.system.repository.DictRepository; +import cn.ysk.cashier.system.service.DictDetailService; +import cn.ysk.cashier.system.service.dto.DictDetailDto; +import cn.ysk.cashier.system.service.dto.DictDetailQueryCriteria; +import cn.ysk.cashier.system.service.mapstruct.DictDetailMapper; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.domain.DictDetail; -import me.zhengjie.modules.system.repository.DictRepository; -import me.zhengjie.modules.system.service.dto.DictDetailQueryCriteria; -import me.zhengjie.utils.*; -import me.zhengjie.modules.system.repository.DictDetailRepository; -import me.zhengjie.modules.system.service.DictDetailService; -import me.zhengjie.modules.system.service.dto.DictDetailDto; -import me.zhengjie.modules.system.service.mapstruct.DictDetailMapper; +import cn.ysk.cashier.exception.BadRequestException; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.data.domain.Page; @@ -33,7 +33,6 @@ import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; -import java.util.ArrayList; import java.util.List; import java.util.Map; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java similarity index 89% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java index 3a2bcd9d..3c9156e6 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DictServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/DictServiceImpl.java @@ -13,18 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.collection.CollectionUtil; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.system.repository.DictRepository; +import cn.ysk.cashier.system.service.DictService; +import cn.ysk.cashier.system.service.dto.DictDetailDto; +import cn.ysk.cashier.system.service.dto.DictDto; +import cn.ysk.cashier.system.service.dto.DictQueryCriteria; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.service.dto.DictDetailDto; -import me.zhengjie.modules.system.service.dto.DictQueryCriteria; -import me.zhengjie.utils.*; -import me.zhengjie.modules.system.repository.DictRepository; -import me.zhengjie.modules.system.service.DictService; -import me.zhengjie.modules.system.service.dto.DictDto; -import me.zhengjie.modules.system.service.mapstruct.DictMapper; +import cn.ysk.cashier.system.service.mapstruct.DictMapper; import org.springframework.cache.annotation.CacheConfig; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/JobServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/JobServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java index f98782ce..68fd10d9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/JobServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/JobServiceImpl.java @@ -13,19 +13,19 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; +import cn.ysk.cashier.system.service.dto.JobQueryCriteria; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.exception.EntityExistException; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.modules.system.service.dto.JobQueryCriteria; -import me.zhengjie.utils.*; -import me.zhengjie.modules.system.repository.JobRepository; -import me.zhengjie.modules.system.service.JobService; -import me.zhengjie.modules.system.service.dto.JobDto; -import me.zhengjie.modules.system.service.mapstruct.JobMapper; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.exception.EntityExistException; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.system.repository.JobRepository; +import cn.ysk.cashier.system.service.JobService; +import cn.ysk.cashier.system.service.dto.JobDto; +import cn.ysk.cashier.system.service.mapstruct.JobMapper; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.CacheEvict; import org.springframework.cache.annotation.Cacheable; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MenuServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MenuServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java index 1b5c71fb..e8a6fe9c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MenuServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MenuServiceImpl.java @@ -13,27 +13,27 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.util.ObjectUtil; +import cn.ysk.cashier.system.domain.Menu; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.domain.vo.MenuVo; +import cn.ysk.cashier.system.repository.MenuRepository; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.system.service.MenuService; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.dto.MenuDto; +import cn.ysk.cashier.system.service.dto.MenuQueryCriteria; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.system.domain.Menu; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.domain.vo.MenuMetaVo; -import me.zhengjie.modules.system.domain.vo.MenuVo; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.exception.EntityExistException; -import me.zhengjie.modules.system.repository.MenuRepository; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.modules.system.service.MenuService; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.dto.MenuDto; -import me.zhengjie.modules.system.service.dto.MenuQueryCriteria; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.modules.system.service.mapstruct.MenuMapper; -import me.zhengjie.utils.*; +import cn.ysk.cashier.system.domain.vo.MenuMetaVo; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.exception.EntityExistException; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.system.service.mapstruct.MenuMapper; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.data.domain.Sort; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MonitorServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java similarity index 97% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MonitorServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java index fd69a222..937f7f70 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/MonitorServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/MonitorServiceImpl.java @@ -13,14 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.date.BetweenFormatter.Level; import cn.hutool.core.date.DateUtil; -import me.zhengjie.modules.system.service.MonitorService; -import me.zhengjie.utils.ElAdminConstant; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.StringUtils; +import cn.ysk.cashier.system.service.MonitorService; +import cn.ysk.cashier.utils.ElAdminConstant; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.StringUtils; import org.springframework.stereotype.Service; import oshi.SystemInfo; import oshi.hardware.*; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java similarity index 88% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java index def575ea..650ddd28 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/RoleServiceImpl.java @@ -13,27 +13,27 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.collection.CollectionUtil; +import cn.ysk.cashier.system.domain.Menu; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.repository.RoleRepository; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.system.service.RoleService; +import cn.ysk.cashier.system.service.dto.RoleDto; +import cn.ysk.cashier.system.service.dto.RoleQueryCriteria; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.system.service.mapstruct.RoleSmallMapper; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.security.service.UserCacheManager; -import me.zhengjie.modules.security.service.dto.AuthorityDto; -import me.zhengjie.modules.system.domain.Menu; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.exception.EntityExistException; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.repository.RoleRepository; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.modules.system.service.RoleService; -import me.zhengjie.modules.system.service.dto.RoleDto; -import me.zhengjie.modules.system.service.dto.RoleQueryCriteria; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; -import me.zhengjie.modules.system.service.dto.UserDto; -import me.zhengjie.modules.system.service.mapstruct.RoleMapper; -import me.zhengjie.modules.system.service.mapstruct.RoleSmallMapper; -import me.zhengjie.utils.*; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.config.security.service.UserCacheManager; +import cn.ysk.cashier.config.security.service.dto.AuthorityDto; +import cn.ysk.cashier.exception.EntityExistException; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.system.service.mapstruct.RoleMapper; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.data.domain.Page; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/UserServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/UserServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java index 17e891c3..3e3d150b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/UserServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/UserServiceImpl.java @@ -13,26 +13,26 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.repository.UserRepository; +import cn.ysk.cashier.system.service.UserService; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.system.service.dto.UserQueryCriteria; +import cn.ysk.cashier.system.service.mapstruct.UserLoginMapper; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.config.FileProperties; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.security.service.OnlineUserService; -import me.zhengjie.modules.security.service.UserCacheManager; -import me.zhengjie.modules.shopInfo.merchantAccount.domain.TbMerchantAccount; -import me.zhengjie.modules.shopInfo.merchantAccount.repository.TbMerchantAccountRepository; -import me.zhengjie.modules.shopInfo.shop.domain.TbShopInfo; -import me.zhengjie.modules.shopInfo.shop.repository.TbShopInfoRepository; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.exception.EntityExistException; -import me.zhengjie.exception.EntityNotFoundException; -import me.zhengjie.modules.system.repository.UserRepository; -import me.zhengjie.modules.system.service.UserService; -import me.zhengjie.modules.system.service.dto.*; -import me.zhengjie.modules.system.service.mapstruct.UserLoginMapper; -import me.zhengjie.modules.system.service.mapstruct.UserMapper; -import me.zhengjie.utils.*; +import cn.ysk.cashier.config.FileProperties; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.config.security.service.OnlineUserService; +import cn.ysk.cashier.config.security.service.UserCacheManager; +import cn.ysk.cashier.repository.shop.TbMerchantAccountRepository; +import cn.ysk.cashier.repository.shop.TbShopInfoRepository; +import cn.ysk.cashier.exception.EntityExistException; +import cn.ysk.cashier.exception.EntityNotFoundException; +import cn.ysk.cashier.system.service.dto.*; +import cn.ysk.cashier.system.service.mapstruct.UserMapper; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; import org.springframework.data.domain.Page; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/VerifyServiceImpl.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/VerifyServiceImpl.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java index 79d307f9..c4f458a0 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/VerifyServiceImpl.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/impl/VerifyServiceImpl.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.impl; +package cn.ysk.cashier.system.service.impl; import cn.hutool.core.lang.Dict; import cn.hutool.core.util.RandomUtil; @@ -21,11 +21,11 @@ import cn.hutool.extra.template.Template; import cn.hutool.extra.template.TemplateConfig; import cn.hutool.extra.template.TemplateEngine; import cn.hutool.extra.template.TemplateUtil; +import cn.ysk.cashier.system.service.VerifyService; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.modules.system.service.VerifyService; -import me.zhengjie.utils.RedisUtils; +import cn.ysk.cashier.domain.vo.EmailVo; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.utils.RedisUtils; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java index b0fb9049..f164eebe 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.dto.DeptDto; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.system.service.dto.DeptDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptSmallMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java index 75076001..9380050f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DeptSmallMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DeptSmallMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Dept; -import me.zhengjie.modules.system.service.dto.DeptSmallDto; +import cn.ysk.cashier.system.domain.Dept; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.system.service.dto.DeptSmallDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictDetailMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictDetailMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java index 3f9fe84e..4ff52bad 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictDetailMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictDetailMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.DictDetail; -import me.zhengjie.modules.system.service.dto.DictDetailDto; +import cn.ysk.cashier.system.domain.DictDetail; +import cn.ysk.cashier.system.service.dto.DictDetailDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java index 1047b3bb..789b485b 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.service.dto.DictDto; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.system.service.dto.DictDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictSmallMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java index 80ccc4e3..6ea794f9 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/DictSmallMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/DictSmallMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Dict; -import me.zhengjie.modules.system.service.dto.DictSmallDto; +import cn.ysk.cashier.system.domain.Dict; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.system.service.dto.DictSmallDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java index 37719302..904d19a1 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.service.dto.JobDto; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.system.service.dto.JobDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobSmallMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java index 36a59cf3..ec293992 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/JobSmallMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/JobSmallMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Job; -import me.zhengjie.modules.system.service.dto.JobSmallDto; +import cn.ysk.cashier.system.domain.Job; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.system.service.dto.JobSmallDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/MenuMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/MenuMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java index 6d8bffab..60ca7f14 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/MenuMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/MenuMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Menu; -import me.zhengjie.modules.system.service.dto.MenuDto; +import cn.ysk.cashier.system.domain.Menu; +import cn.ysk.cashier.system.service.dto.MenuDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java index 5dc551df..6363599a 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.modules.system.service.dto.RoleDto; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.system.service.dto.RoleDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleSmallMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleSmallMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java index db034b5c..7a8220db 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/RoleSmallMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/RoleSmallMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.Role; -import me.zhengjie.modules.system.service.dto.RoleSmallDto; +import cn.ysk.cashier.system.domain.Role; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.system.service.dto.RoleSmallDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserLoginMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserLoginMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java index fbb88139..50838d3d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserLoginMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserLoginMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.service.dto.UserLoginDto; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.system.service.dto.UserLoginDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserMapper.java b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java similarity index 82% rename from eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserMapper.java rename to eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java index 510c21b4..674c5922 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/mapstruct/UserMapper.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/system/service/mapstruct/UserMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.system.service.mapstruct; +package cn.ysk.cashier.system.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.system.domain.User; -import me.zhengjie.modules.system.service.dto.UserDto; +import cn.ysk.cashier.system.domain.User; +import cn.ysk.cashier.system.service.dto.UserDto; +import cn.ysk.cashier.base.BaseMapper; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/vo/AddProduct.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/AddProduct.java similarity index 74% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/vo/AddProduct.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/AddProduct.java index 1012e0f4..4900b68d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productGroup/service/vo/AddProduct.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/AddProduct.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productGroup.service.vo; +package cn.ysk.cashier.vo; import lombok.Data; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/VO/ProductStockOperateVO.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/ProductStockOperateVO.java similarity index 92% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/VO/ProductStockOperateVO.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/ProductStockOperateVO.java index 0163f935..585d8992 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productStockOperate/service/VO/ProductStockOperateVO.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/ProductStockOperateVO.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productStockOperate.service.VO; +package cn.ysk.cashier.vo; import com.alibaba.fastjson.JSONArray; import io.swagger.annotations.ApiModelProperty; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactVO.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/PurveyorTransactVO.java similarity index 81% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactVO.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/PurveyorTransactVO.java index 2ffa24aa..9bc9a9a5 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactVO.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/PurveyorTransactVO.java @@ -1,9 +1,7 @@ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO; +package cn.ysk.cashier.vo; -import io.swagger.models.auth.In; import lombok.Data; -import javax.persistence.Entity; import java.math.BigDecimal; import java.math.BigInteger; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/vo/TbOrderInfoVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbOrderInfoVo.java similarity index 94% rename from eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/vo/TbOrderInfoVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/TbOrderInfoVo.java index fc385485..62d1531f 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/order/orderInfo/service/vo/TbOrderInfoVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbOrderInfoVo.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.modules.order.orderInfo.service.vo; +package cn.ysk.cashier.vo; import lombok.Data; -import me.zhengjie.modules.order.cashierCart.domain.TbCashierCart; +import cn.ysk.cashier.pojo.order.TbCashierCart; import java.math.BigDecimal; import java.util.List; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineVO.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbPrintMachineVO.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineVO.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/TbPrintMachineVO.java index a8a4ac49..c3901a51 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPrint/service/dto/TbPrintMachineVO.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbPrintMachineVO.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.shopInfo.shopPrint.service.dto; +package cn.ysk.cashier.vo; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/VO/TbProductSpecVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductSpecVo.java similarity index 90% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/VO/TbProductSpecVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductSpecVo.java index 57600d1a..ac0007dd 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSpec/service/VO/TbProductSpecVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductSpecVo.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.productInfo.productSpec.service.VO; +package cn.ysk.cashier.vo; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProductVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductVo.java similarity index 95% rename from eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProductVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductVo.java index 5c38ed0d..6b67ff6d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/product/domain/TbProductVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbProductVo.java @@ -1,8 +1,8 @@ -package me.zhengjie.modules.productInfo.product.domain; +package cn.ysk.cashier.vo; import com.alibaba.fastjson.JSONArray; import lombok.Data; -import me.zhengjie.modules.productInfo.productSku.domain.TbProductSku; +import cn.ysk.cashier.pojo.product.TbProductSku; import javax.validation.constraints.NotNull; import java.math.BigDecimal; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashVo/TbShopCashVo.java b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbShopCashVo.java similarity index 62% rename from eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashVo/TbShopCashVo.java rename to eladmin-system/src/main/java/cn/ysk/cashier/vo/TbShopCashVo.java index daf61eb0..d090938c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopSpread/service/TbShopCashVo/TbShopCashVo.java +++ b/eladmin-system/src/main/java/cn/ysk/cashier/vo/TbShopCashVo.java @@ -1,4 +1,4 @@ -package me.zhengjie.modules.shopInfo.shopSpread.service.TbShopCashVo; +package cn.ysk.cashier.vo; import java.util.Map; diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/domain/CUser.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/domain/CUser.java deleted file mode 100644 index cc02be81..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/domain/CUser.java +++ /dev/null @@ -1,107 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.domain; - -import lombok.Data; -import cn.hutool.core.bean.BeanUtil; -import io.swagger.annotations.ApiModelProperty; -import cn.hutool.core.bean.copier.CopyOptions; -import javax.persistence.*; -import javax.validation.constraints.*; -import java.sql.Timestamp; -import java.io.Serializable; - -/** -* @website https://eladmin.vip -* @description / -* @author admin -* @date 2022-11-09 -**/ -@Entity -@Data -@Table(name="c_user") -public class CUser implements Serializable { - - @Id - @GeneratedValue(strategy = GenerationType.IDENTITY) - @Column(name = "`id`") - @ApiModelProperty(value = "会员id") - private Integer id; - - @Column(name = "`user_code`",nullable = false) - @NotBlank - @ApiModelProperty(value = "会员代码") - private String userCode; - - @Column(name = "`user_logo`") - @ApiModelProperty(value = "会员logo") - private String userLogo; - - @Column(name = "`nicke_name`",nullable = false) - @NotBlank - @ApiModelProperty(value = "会员昵称") - private String nickeName; - - @Column(name = "`phone`",nullable = false) - @NotBlank - @ApiModelProperty(value = "电话号码") - private String phone; - - @Column(name = "`pwd`",nullable = false) - @NotBlank - @ApiModelProperty(value = "pwd") - private String pwd; - - @Column(name = "`salt`") - @ApiModelProperty(value = "加密盐值") - private String salt; - - @Column(name = "`status`",nullable = false) - @NotNull - @ApiModelProperty(value = "用户状态") - private Integer status; - - @Column(name = "`type`") - @ApiModelProperty(value = "用户类型 ") - private String type; - - @Column(name = "`referrer_code`",nullable = false) - @NotBlank - @ApiModelProperty(value = "推荐码") - private String referrerCode; - - @Column(name = "`parent_id`",nullable = false) - @NotNull - @ApiModelProperty(value = "parentId") - private Integer parentId; - - @Column(name = "`referral_relationship`") - @ApiModelProperty(value = "referralRelationship") - private String referralRelationship; - - @Column(name = "`create_time`",nullable = false) - @NotNull - @ApiModelProperty(value = "创建时间") - private Timestamp createTime; - - @Column(name = "`update_time`") - @ApiModelProperty(value = "updateTime") - private Timestamp updateTime; - - public void copy(CUser source){ - BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); - } -} diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/repository/CUserRepository.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/repository/CUserRepository.java deleted file mode 100644 index 5720e9fd..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/repository/CUserRepository.java +++ /dev/null @@ -1,28 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.repository; - -import me.zhengjie.modules.member.domain.CUser; -import org.springframework.data.jpa.repository.JpaRepository; -import org.springframework.data.jpa.repository.JpaSpecificationExecutor; - -/** -* @website https://eladmin.vip -* @author admin -* @date 2022-11-09 -**/ -public interface CUserRepository extends JpaRepository, JpaSpecificationExecutor { -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/rest/CUserController.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/rest/CUserController.java deleted file mode 100644 index e64381fb..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/rest/CUserController.java +++ /dev/null @@ -1,87 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.rest; - -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.member.domain.CUser; -import me.zhengjie.modules.member.service.CUserService; -import me.zhengjie.modules.member.service.dto.CUserQueryCriteria; -import org.springframework.data.domain.Pageable; -import lombok.RequiredArgsConstructor; -import org.springframework.http.HttpStatus; -import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; -import org.springframework.validation.annotation.Validated; -import org.springframework.web.bind.annotation.*; -import io.swagger.annotations.*; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; - -/** -* @website https://eladmin.vip -* @author admin -* @date 2022-11-09 -**/ -@RestController -@RequiredArgsConstructor -@Api(tags = "会员管理管理") -@RequestMapping("/api/cUser") -public class CUserController { - - private final CUserService cUserService; - - @Log("导出数据") - @ApiOperation("导出数据") - @GetMapping(value = "/download") - @PreAuthorize("@el.check('cUser:list')") - public void exportCUser(HttpServletResponse response, CUserQueryCriteria criteria) throws IOException { - cUserService.download(cUserService.queryAll(criteria), response); - } - - @GetMapping - @Log("查询会员管理") - @ApiOperation("查询会员管理") - @PreAuthorize("@el.check('cUser:list')") - public ResponseEntity queryCUser(CUserQueryCriteria criteria, Pageable pageable){ - return new ResponseEntity<>(cUserService.queryAll(criteria,pageable),HttpStatus.OK); - } - - @PostMapping - @Log("新增会员管理") - @ApiOperation("新增会员管理") - @PreAuthorize("@el.check('cUser:add')") - public ResponseEntity createCUser(@Validated @RequestBody CUser resources){ - return new ResponseEntity<>(cUserService.create(resources),HttpStatus.CREATED); - } - - @PutMapping - @Log("修改会员管理") - @ApiOperation("修改会员管理") - @PreAuthorize("@el.check('cUser:edit')") - public ResponseEntity updateCUser(@Validated @RequestBody CUser resources){ - cUserService.update(resources); - return new ResponseEntity<>(HttpStatus.NO_CONTENT); - } - - @DeleteMapping - @Log("删除会员管理") - @ApiOperation("删除会员管理") - @PreAuthorize("@el.check('cUser:del')") - public ResponseEntity deleteCUser(@RequestBody Integer[] ids) { - cUserService.deleteAll(ids); - return new ResponseEntity<>(HttpStatus.OK); - } -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/CUserService.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/service/CUserService.java deleted file mode 100644 index 8753058b..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/CUserService.java +++ /dev/null @@ -1,83 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.service; - -import me.zhengjie.modules.member.domain.CUser; -import me.zhengjie.modules.member.service.dto.CUserDto; -import me.zhengjie.modules.member.service.dto.CUserQueryCriteria; -import org.springframework.data.domain.Pageable; -import java.util.Map; -import java.util.List; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; - -/** -* @website https://eladmin.vip -* @description 服务接口 -* @author admin -* @date 2022-11-09 -**/ -public interface CUserService { - - /** - * 查询数据分页 - * @param criteria 条件 - * @param pageable 分页参数 - * @return Map - */ - Map queryAll(CUserQueryCriteria criteria, Pageable pageable); - - /** - * 查询所有数据不分页 - * @param criteria 条件参数 - * @return List - */ - List queryAll(CUserQueryCriteria criteria); - - /** - * 根据ID查询 - * @param id ID - * @return CUserDto - */ - CUserDto findById(Integer id); - - /** - * 创建 - * @param resources / - * @return CUserDto - */ - CUserDto create(CUser resources); - - /** - * 编辑 - * @param resources / - */ - void update(CUser resources); - - /** - * 多选删除 - * @param ids / - */ - void deleteAll(Integer[] ids); - - /** - * 导出数据 - * @param all 待导出的数据 - * @param response / - * @throws IOException / - */ - void download(List all, HttpServletResponse response) throws IOException; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserDto.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserDto.java deleted file mode 100644 index ddfc0cfa..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserDto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.service.dto; - -import lombok.Data; -import java.sql.Timestamp; -import java.io.Serializable; - -/** -* @website https://eladmin.vip -* @description / -* @author admin -* @date 2022-11-09 -**/ -@Data -public class CUserDto implements Serializable { - - /** 会员id */ - private Integer id; - - /** 会员代码 */ - private String userCode; - - /** 会员logo */ - private String userLogo; - - /** 会员昵称 */ - private String nickeName; - - /** 电话号码 */ - private String phone; - - private String pwd; - - /** 加密盐值 */ - private String salt; - - /** 用户状态 */ - private Integer status; - - /** 用户类型 */ - private String type; - - /** 推荐码 */ - private String referrerCode; - - private Integer parentId; - - private String referralRelationship; - - /** 创建时间 */ - private Timestamp createTime; - - private Timestamp updateTime; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserQueryCriteria.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserQueryCriteria.java deleted file mode 100644 index a78d7212..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/dto/CUserQueryCriteria.java +++ /dev/null @@ -1,49 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.service.dto; - -import lombok.Data; -import java.util.List; -import me.zhengjie.annotation.Query; - -/** -* @website https://eladmin.vip -* @author admin -* @date 2022-11-09 -**/ -@Data -public class CUserQueryCriteria{ - - /** 精确 */ - @Query - private String userCode; - - /** 精确 */ - @Query - private String nickeName; - - /** 精确 */ - @Query - private String phone; - - /** 精确 */ - @Query - private Integer status; - - /** 精确 */ - @Query - private String type; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/impl/CUserServiceImpl.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/service/impl/CUserServiceImpl.java deleted file mode 100644 index 1fae44ff..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/impl/CUserServiceImpl.java +++ /dev/null @@ -1,116 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.service.impl; - -import me.zhengjie.modules.member.domain.CUser; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; -import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.member.repository.CUserRepository; -import me.zhengjie.modules.member.service.CUserService; -import me.zhengjie.modules.member.service.dto.CUserDto; -import me.zhengjie.modules.member.service.dto.CUserQueryCriteria; -import me.zhengjie.modules.member.service.mapstruct.CUserMapper; -import org.springframework.stereotype.Service; -import org.springframework.transaction.annotation.Transactional; -import org.springframework.data.domain.Page; -import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import java.util.List; -import java.util.Map; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; -import java.util.ArrayList; -import java.util.LinkedHashMap; - -/** -* @website https://eladmin.vip -* @description 服务实现 -* @author admin -* @date 2022-11-09 -**/ -@Service -@RequiredArgsConstructor -public class CUserServiceImpl implements CUserService { - - private final CUserRepository cUserRepository; - private final CUserMapper cUserMapper; - - @Override - public Map queryAll(CUserQueryCriteria criteria, Pageable pageable){ - Page page = cUserRepository.findAll((root, criteriaQuery, criteriaBuilder) -> QueryHelp.getPredicate(root,criteria,criteriaBuilder),pageable); - return PageUtil.toPage(page.map(cUserMapper::toDto)); - } - - @Override - public List queryAll(CUserQueryCriteria criteria){ - return cUserMapper.toDto(cUserRepository.findAll((root, criteriaQuery, criteriaBuilder) -> QueryHelp.getPredicate(root,criteria,criteriaBuilder))); - } - - @Override - @Transactional - public CUserDto findById(Integer id) { - CUser cUser = cUserRepository.findById(id).orElseGet(CUser::new); - ValidationUtil.isNull(cUser.getId(),"CUser","id",id); - return cUserMapper.toDto(cUser); - } - - @Override - @Transactional(rollbackFor = Exception.class) - public CUserDto create(CUser resources) { - return cUserMapper.toDto(cUserRepository.save(resources)); - } - - @Override - @Transactional(rollbackFor = Exception.class) - public void update(CUser resources) { - CUser cUser = cUserRepository.findById(resources.getId()).orElseGet(CUser::new); - ValidationUtil.isNull( cUser.getId(),"CUser","id",resources.getId()); - cUser.copy(resources); - cUserRepository.save(cUser); - } - - @Override - public void deleteAll(Integer[] ids) { - for (Integer id : ids) { - cUserRepository.deleteById(id); - } - } - - @Override - public void download(List all, HttpServletResponse response) throws IOException { - List> list = new ArrayList<>(); - for (CUserDto cUser : all) { - Map map = new LinkedHashMap<>(); - map.put("会员代码", cUser.getUserCode()); - map.put("会员logo", cUser.getUserLogo()); - map.put("会员昵称", cUser.getNickeName()); - map.put("电话号码", cUser.getPhone()); - map.put(" pwd", cUser.getPwd()); - map.put("加密盐值", cUser.getSalt()); - map.put("用户状态", cUser.getStatus()); - map.put("用户类型 ", cUser.getType()); - map.put("推荐码", cUser.getReferrerCode()); - map.put(" parentId", cUser.getParentId()); - map.put(" referralRelationship", cUser.getReferralRelationship()); - map.put("创建时间", cUser.getCreateTime()); - map.put(" updateTime", cUser.getUpdateTime()); - list.add(map); - } - FileUtil.downloadExcel(list, response); - } -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/mapstruct/CUserMapper.java b/eladmin-system/src/main/java/me/zhengjie/modules/member/service/mapstruct/CUserMapper.java deleted file mode 100644 index 79fcb866..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/member/service/mapstruct/CUserMapper.java +++ /dev/null @@ -1,32 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.member.service.mapstruct; - -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.member.domain.CUser; -import me.zhengjie.modules.member.service.dto.CUserDto; -import org.mapstruct.Mapper; -import org.mapstruct.ReportingPolicy; - -/** -* @website https://eladmin.vip -* @author admin -* @date 2022-11-09 -**/ -@Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE) -public interface CUserMapper extends BaseMapper { - -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSkuVO.java b/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSkuVO.java deleted file mode 100644 index 884e750b..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/domain/TbProductSkuVO.java +++ /dev/null @@ -1,8 +0,0 @@ -package me.zhengjie.modules.productInfo.productSku.domain; - -/** - * @author lyf - */ -public class TbProductSkuVO { - String realSalesNumber; -} diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/SkuDto.java b/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/SkuDto.java deleted file mode 100644 index 53e0162b..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/productInfo/productSku/service/dto/SkuDto.java +++ /dev/null @@ -1,37 +0,0 @@ -package me.zhengjie.modules.productInfo.productSku.service.dto; - -import lombok.Data; - -import java.math.BigDecimal; - -/** - * @author lyf - */ -@Data -public class SkuDto { - /** - * 销量 - */ - private Double realSalesNumber; - /** - * 库存数量 - */ - private Double stockNumber; - - /** - * 原价 - */ - private Double originPrice; - /** - * 成本价 - */ - private Double costPrice; - /** - * 会员价 - */ - private Double memberPrice; - /** - * 商品id - */ - private String productId; -} diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/domain/ViewRegister.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/domain/ViewRegister.java deleted file mode 100644 index c700c642..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/domain/ViewRegister.java +++ /dev/null @@ -1,74 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.domain; - -import lombok.Data; -import cn.hutool.core.bean.BeanUtil; -import io.swagger.annotations.ApiModelProperty; -import cn.hutool.core.bean.copier.CopyOptions; -import javax.persistence.*; -import javax.validation.constraints.*; -import java.math.BigDecimal; -import java.io.Serializable; - -/** -* @website https://eladmin.vip -* @description / -* @author lyf -* @date 2023-11-27 -**/ -@Entity -@Data -@Table(name="view_register") -public class ViewRegister implements Serializable { - - @Id - @Column(name = "`id`") - @ApiModelProperty(value = "id") - private Integer id; - - @Column(name = "`register_code`") - @ApiModelProperty(value = "激活码") - private String registerCode; - - @Column(name = "`shop_name`") - @ApiModelProperty(value = "店铺名称") - private String shopName; - - @Column(name = "`type`") - @ApiModelProperty(value = "版本类型") - private String type; - - @Column(name = "`amount`") - @ApiModelProperty(value = "激活码金额") - private BigDecimal amount; - - @Column(name = "`period_year`") - @ApiModelProperty(value = "激活时长(月)") - private Integer periodYear; - - @Column(name = "`status`") - @ApiModelProperty(value = "状态0未使用1已使用") - private Integer status; - - @Column(name = "`created_at`") - @ApiModelProperty(value = "创建时间") - private Long createdAt; - - public void copy(ViewRegister source){ - BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true)); - } -} diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/repository/ViewRegisterRepository.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/repository/ViewRegisterRepository.java deleted file mode 100644 index 3492589e..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/repository/ViewRegisterRepository.java +++ /dev/null @@ -1,28 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.repository; - -import me.zhengjie.modules.register.domain.ViewRegister; -import org.springframework.data.jpa.repository.JpaRepository; -import org.springframework.data.jpa.repository.JpaSpecificationExecutor; - -/** -* @website https://eladmin.vip -* @author lyf -* @date 2023-11-27 -**/ -public interface ViewRegisterRepository extends JpaRepository, JpaSpecificationExecutor { -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/rest/ViewRegisterController.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/rest/ViewRegisterController.java deleted file mode 100644 index 76bc9b47..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/rest/ViewRegisterController.java +++ /dev/null @@ -1,87 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.rest; - -import me.zhengjie.annotation.Log; -import me.zhengjie.modules.register.domain.ViewRegister; -import me.zhengjie.modules.register.service.ViewRegisterService; -import me.zhengjie.modules.register.service.dto.ViewRegisterQueryCriteria; -import org.springframework.data.domain.Pageable; -import lombok.RequiredArgsConstructor; -import org.springframework.http.HttpStatus; -import org.springframework.http.ResponseEntity; -import org.springframework.security.access.prepost.PreAuthorize; -import org.springframework.validation.annotation.Validated; -import org.springframework.web.bind.annotation.*; -import io.swagger.annotations.*; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; - -/** -* @website https://eladmin.vip -* @author lyf -* @date 2023-11-27 -**/ -@RestController -@RequiredArgsConstructor -@Api(tags = "/register管理") -@RequestMapping("/api/viewRegister") -public class ViewRegisterController { - - private final ViewRegisterService viewRegisterService; - - @Log("导出数据") - @ApiOperation("导出数据") - @GetMapping(value = "/download") - @PreAuthorize("@el.check('viewRegister:list')") - public void exportViewRegister(HttpServletResponse response, ViewRegisterQueryCriteria criteria) throws IOException { - viewRegisterService.download(viewRegisterService.queryAll(criteria), response); - } - - @GetMapping - @Log("查询/register") - @ApiOperation("查询/register") - @PreAuthorize("@el.check('viewRegister:list')") - public ResponseEntity queryViewRegister(ViewRegisterQueryCriteria criteria, Pageable pageable){ - return new ResponseEntity<>(viewRegisterService.queryAll(criteria,pageable),HttpStatus.OK); - } - - @PostMapping - @Log("新增/register") - @ApiOperation("新增/register") - @PreAuthorize("@el.check('viewRegister:add')") - public ResponseEntity createViewRegister(@Validated @RequestBody ViewRegister resources){ - return new ResponseEntity<>(viewRegisterService.create(resources),HttpStatus.CREATED); - } - - @PutMapping - @Log("修改/register") - @ApiOperation("修改/register") - @PreAuthorize("@el.check('viewRegister:edit')") - public ResponseEntity updateViewRegister(@Validated @RequestBody ViewRegister resources){ - viewRegisterService.update(resources); - return new ResponseEntity<>(HttpStatus.NO_CONTENT); - } - - @DeleteMapping - @Log("删除/register") - @ApiOperation("删除/register") - @PreAuthorize("@el.check('viewRegister:del')") - public ResponseEntity deleteViewRegister(@RequestBody Integer[] ids) { - viewRegisterService.deleteAll(ids); - return new ResponseEntity<>(HttpStatus.OK); - } -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/ViewRegisterService.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/service/ViewRegisterService.java deleted file mode 100644 index 75b6f93d..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/ViewRegisterService.java +++ /dev/null @@ -1,83 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.service; - -import me.zhengjie.modules.register.domain.ViewRegister; -import me.zhengjie.modules.register.service.dto.ViewRegisterDto; -import me.zhengjie.modules.register.service.dto.ViewRegisterQueryCriteria; -import org.springframework.data.domain.Pageable; -import java.util.Map; -import java.util.List; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; - -/** -* @website https://eladmin.vip -* @description 服务接口 -* @author lyf -* @date 2023-11-27 -**/ -public interface ViewRegisterService { - - /** - * 查询数据分页 - * @param criteria 条件 - * @param pageable 分页参数 - * @return Map - */ - Map queryAll(ViewRegisterQueryCriteria criteria, Pageable pageable); - - /** - * 查询所有数据不分页 - * @param criteria 条件参数 - * @return List - */ - List queryAll(ViewRegisterQueryCriteria criteria); - - /** - * 根据ID查询 - * @param id ID - * @return ViewRegisterDto - */ - ViewRegisterDto findById(Integer id); - - /** - * 创建 - * @param resources / - * @return ViewRegisterDto - */ - ViewRegisterDto create(ViewRegister resources); - - /** - * 编辑 - * @param resources / - */ - void update(ViewRegister resources); - - /** - * 多选删除 - * @param ids / - */ - void deleteAll(Integer[] ids); - - /** - * 导出数据 - * @param all 待导出的数据 - * @param response / - * @throws IOException / - */ - void download(List all, HttpServletResponse response) throws IOException; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterDto.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterDto.java deleted file mode 100644 index 3a30361e..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterDto.java +++ /dev/null @@ -1,53 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.service.dto; - -import lombok.Data; -import java.math.BigDecimal; -import java.io.Serializable; - -/** -* @website https://eladmin.vip -* @description / -* @author lyf -* @date 2023-11-27 -**/ -@Data -public class ViewRegisterDto implements Serializable { - - private Integer id; - - /** 激活码 */ - private String registerCode; - - /** 店铺名称 */ - private String shopName; - - /** 版本类型 */ - private String type; - - /** 激活码金额 */ - private BigDecimal amount; - - /** 激活时长(月) */ - private Integer periodYear; - - /** 状态0未使用1已使用 */ - private Integer status; - - /** 创建时间 */ - private Long createdAt; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterQueryCriteria.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterQueryCriteria.java deleted file mode 100644 index 86ab0147..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/dto/ViewRegisterQueryCriteria.java +++ /dev/null @@ -1,62 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.service.dto; - -import lombok.Data; -import java.math.BigDecimal; -import java.util.List; -import me.zhengjie.annotation.Query; - -/** -* @website https://eladmin.vip -* @author lyf -* @date 2023-11-27 -**/ -@Data -public class ViewRegisterQueryCriteria{ - - /** 精确 */ - @Query - private Integer id; - - /** 精确 */ - @Query - private String registerCode; - - /** 精确 */ - @Query - private String shopName; - - /** 精确 */ - @Query - private String type; - - /** 精确 */ - @Query - private BigDecimal amount; - - /** 精确 */ - @Query - private Integer periodYear; - - /** 精确 */ - @Query - private Integer status; - - /** 精确 */ - @Query - private Long createdAt; -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/impl/ViewRegisterServiceImpl.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/service/impl/ViewRegisterServiceImpl.java deleted file mode 100644 index 136efe35..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/impl/ViewRegisterServiceImpl.java +++ /dev/null @@ -1,110 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.service.impl; - -import me.zhengjie.modules.register.domain.ViewRegister; -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; -import lombok.RequiredArgsConstructor; -import me.zhengjie.modules.register.repository.ViewRegisterRepository; -import me.zhengjie.modules.register.service.ViewRegisterService; -import me.zhengjie.modules.register.service.dto.ViewRegisterDto; -import me.zhengjie.modules.register.service.dto.ViewRegisterQueryCriteria; -import me.zhengjie.modules.register.service.mapstruct.ViewRegisterMapper; -import org.springframework.stereotype.Service; -import org.springframework.transaction.annotation.Transactional; -import org.springframework.data.domain.Page; -import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import java.util.List; -import java.util.Map; -import java.io.IOException; -import javax.servlet.http.HttpServletResponse; -import java.util.ArrayList; -import java.util.LinkedHashMap; - -/** -* @website https://eladmin.vip -* @description 服务实现 -* @author lyf -* @date 2023-11-27 -**/ -@Service -@RequiredArgsConstructor -public class ViewRegisterServiceImpl implements ViewRegisterService { - - private final ViewRegisterRepository viewRegisterRepository; - private final ViewRegisterMapper viewRegisterMapper; - - @Override - public Map queryAll(ViewRegisterQueryCriteria criteria, Pageable pageable){ - Page page = viewRegisterRepository.findAll((root, criteriaQuery, criteriaBuilder) -> QueryHelp.getPredicate(root,criteria,criteriaBuilder),pageable); - return PageUtil.toPage(page.map(viewRegisterMapper::toDto)); - } - - @Override - public List queryAll(ViewRegisterQueryCriteria criteria){ - return viewRegisterMapper.toDto(viewRegisterRepository.findAll((root, criteriaQuery, criteriaBuilder) -> QueryHelp.getPredicate(root,criteria,criteriaBuilder))); - } - - @Override - @Transactional - public ViewRegisterDto findById(Integer id) { - ViewRegister viewRegister = viewRegisterRepository.findById(id).orElseGet(ViewRegister::new); - ValidationUtil.isNull(viewRegister.getId(),"ViewRegister","id",id); - return viewRegisterMapper.toDto(viewRegister); - } - - @Override - @Transactional(rollbackFor = Exception.class) - public ViewRegisterDto create(ViewRegister resources) { - return viewRegisterMapper.toDto(viewRegisterRepository.save(resources)); - } - - @Override - @Transactional(rollbackFor = Exception.class) - public void update(ViewRegister resources) { - ViewRegister viewRegister = viewRegisterRepository.findById(resources.getId()).orElseGet(ViewRegister::new); - ValidationUtil.isNull( viewRegister.getId(),"ViewRegister","id",resources.getId()); - viewRegister.copy(resources); - viewRegisterRepository.save(viewRegister); - } - - @Override - public void deleteAll(Integer[] ids) { - for (Integer id : ids) { - viewRegisterRepository.deleteById(id); - } - } - - @Override - public void download(List all, HttpServletResponse response) throws IOException { - List> list = new ArrayList<>(); - for (ViewRegisterDto viewRegister : all) { - Map map = new LinkedHashMap<>(); - map.put("激活码", viewRegister.getRegisterCode()); - map.put("店铺名称", viewRegister.getShopName()); - map.put("版本类型", viewRegister.getType()); - map.put("激活码金额", viewRegister.getAmount()); - map.put("激活时长(月)", viewRegister.getPeriodYear()); - map.put("状态0未使用1已使用", viewRegister.getStatus()); - map.put("创建时间", viewRegister.getCreatedAt()); - list.add(map); - } - FileUtil.downloadExcel(list, response); - } -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/mapstruct/ViewRegisterMapper.java b/eladmin-system/src/main/java/me/zhengjie/modules/register/service/mapstruct/ViewRegisterMapper.java deleted file mode 100644 index 9438a3e6..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/register/service/mapstruct/ViewRegisterMapper.java +++ /dev/null @@ -1,32 +0,0 @@ -/* -* Copyright 2019-2020 Zheng Jie -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -package me.zhengjie.modules.register.service.mapstruct; - -import me.zhengjie.base.BaseMapper; -import me.zhengjie.modules.register.domain.ViewRegister; -import me.zhengjie.modules.register.service.dto.ViewRegisterDto; -import org.mapstruct.Mapper; -import org.mapstruct.ReportingPolicy; - -/** -* @website https://eladmin.vip -* @author lyf -* @date 2023-11-27 -**/ -@Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE) -public interface ViewRegisterMapper extends BaseMapper { - -} \ No newline at end of file diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactSumVO.java b/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactSumVO.java deleted file mode 100644 index dcbae24f..00000000 --- a/eladmin-system/src/main/java/me/zhengjie/modules/shopInfo/shopPurveyorTransact/service/VO/PurveyorTransactSumVO.java +++ /dev/null @@ -1,29 +0,0 @@ -package me.zhengjie.modules.shopInfo.shopPurveyorTransact.service.VO; - -import java.math.BigDecimal; - -/** - * @author 12847 - */ -public class PurveyorTransactSumVO { - /** - * 交易笔数 - */ - private Integer number; - /** - *已支付金额 - */ - private BigDecimal paidAmount; - /** - *交易总金额 - */ - private BigDecimal totalAmount; - /** - * 带支付金额 - */ - private BigDecimal waitAmount; - /** - * 待支付笔数 - */ - private Integer waitNumber; -} diff --git a/eladmin-system/src/main/resources/template/generator/admin/Controller.ftl b/eladmin-system/src/main/resources/template/generator/admin/Controller.ftl index aa0d23f1..b4c03498 100644 --- a/eladmin-system/src/main/resources/template/generator/admin/Controller.ftl +++ b/eladmin-system/src/main/resources/template/generator/admin/Controller.ftl @@ -15,7 +15,7 @@ */ package ${package}.rest; -import me.zhengjie.annotation.Log; +import annotation.cn.ysk.cashier.Log; import ${package}.domain.${className}; import ${package}.service.${className}Service; import ${package}.service.dto.${className}QueryCriteria; diff --git a/eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl b/eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl index 7bd67c0a..37a9ba60 100644 --- a/eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl +++ b/eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl @@ -15,7 +15,7 @@ */ package ${package}.service.mapstruct; -import me.zhengjie.base.BaseMapper; +import base.cn.ysk.cashier.BaseMapper; import ${package}.domain.${className}; import ${package}.service.dto.${className}Dto; import org.mapstruct.Mapper; diff --git a/eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl b/eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl index b94f0f45..daf8b34f 100644 --- a/eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl +++ b/eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl @@ -26,7 +26,7 @@ import java.math.BigDecimal; import java.util.List; #if> <#if queryColumns??> -import me.zhengjie.annotation.Query; +import annotation.cn.ysk.cashier.Query; #if> /** diff --git a/eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl b/eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl index 4f1f07da..e816068a 100644 --- a/eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl +++ b/eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl @@ -20,13 +20,13 @@ import ${package}.domain.${className}; <#list columns as column> <#if column.columnKey = 'UNI'> <#if column_index = 1> -import me.zhengjie.exception.EntityExistException; +import exception.cn.ysk.cashier.EntityExistException; #if> #if> #list> #if> -import me.zhengjie.utils.ValidationUtil; -import me.zhengjie.utils.FileUtil; +import utils.cn.ysk.cashier.ValidationUtil; +import utils.cn.ysk.cashier.FileUtil; import lombok.RequiredArgsConstructor; import ${package}.repository.${className}Repository; import ${package}.service.${className}Service; @@ -44,8 +44,8 @@ import cn.hutool.core.util.IdUtil; #if> import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; +import utils.cn.ysk.cashier.PageUtil; +import utils.cn.ysk.cashier.QueryHelp; import java.util.List; import java.util.Map; import java.io.IOException; diff --git a/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java b/eladmin-system/src/test/java/cn/ysk/cashier/EladminSystemApplicationTests.java similarity index 93% rename from eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java rename to eladmin-system/src/test/java/cn/ysk/cashier/EladminSystemApplicationTests.java index d3986f0f..590f2076 100644 --- a/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java +++ b/eladmin-system/src/test/java/cn/ysk/cashier/EladminSystemApplicationTests.java @@ -1,4 +1,4 @@ -package me.zhengjie; +package cn.ysk.cashier; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; diff --git a/eladmin-tools/pom.xml b/eladmin-tools/pom.xml index a80a7f70..9dd6f39f 100644 --- a/eladmin-tools/pom.xml +++ b/eladmin-tools/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 @@ -21,7 +21,7 @@ - me.zhengjie + cn.ysk.cashier eladmin-logging 2.6 @@ -34,7 +34,7 @@ - me.zhengjie + cn.ysk.cashier oss-service 2.6 @@ -45,7 +45,7 @@ ${alipay.version} - me.zhengjie + cn.ysk.cashier oss-service 2.6 compile diff --git a/eladmin-tools/src/main/java/me/zhengjie/config/MultipartConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java similarity index 97% rename from eladmin-tools/src/main/java/me/zhengjie/config/MultipartConfig.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java index cf04de5c..ba64c0c4 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/config/MultipartConfig.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/config/MultipartConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.config; +package cn.ysk.cashier.config; import org.springframework.boot.web.servlet.MultipartConfigFactory; import org.springframework.context.annotation.Bean; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/AlipayConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/domain/AlipayConfig.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java index def695d9..345809b6 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/AlipayConfig.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/AlipayConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/EmailConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/domain/EmailConfig.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java index b4fc1e6d..d490becf 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/EmailConfig.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/EmailConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/LocalStorage.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java similarity index 96% rename from eladmin-tools/src/main/java/me/zhengjie/domain/LocalStorage.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java index 59fd0ab8..2c605914 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/LocalStorage.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/LocalStorage.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.*; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.bean.copier.CopyOptions; -import me.zhengjie.base.BaseEntity; +import cn.ysk.cashier.base.BaseEntity; import javax.persistence.*; import java.io.Serializable; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/QiniuConfig.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/domain/QiniuConfig.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java index 0247e673..a5265c96 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/QiniuConfig.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuConfig.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/QiniuContent.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/domain/QiniuContent.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java index db69a6a6..56740dba 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/QiniuContent.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/QiniuContent.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain; +package cn.ysk.cashier.domain; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/vo/EmailVo.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java similarity index 97% rename from eladmin-tools/src/main/java/me/zhengjie/domain/vo/EmailVo.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java index 1fb759f5..36620225 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/vo/EmailVo.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/EmailVo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain.vo; +package cn.ysk.cashier.domain.vo; import lombok.AllArgsConstructor; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/domain/vo/TradeVo.java b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/domain/vo/TradeVo.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java index 01c1c2fd..c1b8846e 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/domain/vo/TradeVo.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/domain/vo/TradeVo.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.domain.vo; +package cn.ysk.cashier.domain.vo; import io.swagger.annotations.ApiModelProperty; import lombok.Data; diff --git a/eladmin-tools/src/main/java/me/zhengjie/repository/AliPayRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/repository/AliPayRepository.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java index 61183b43..2908eac6 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/repository/AliPayRepository.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/AliPayRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.AlipayConfig; +import cn.ysk.cashier.domain.AlipayConfig; import org.springframework.data.jpa.repository.JpaRepository; /** diff --git a/eladmin-tools/src/main/java/me/zhengjie/repository/EmailRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/repository/EmailRepository.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java index 7765602c..cf983165 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/repository/EmailRepository.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/EmailRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.EmailConfig; +import cn.ysk.cashier.domain.EmailConfig; import org.springframework.data.jpa.repository.JpaRepository; /** diff --git a/eladmin-tools/src/main/java/me/zhengjie/repository/LocalStorageRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java similarity index 92% rename from eladmin-tools/src/main/java/me/zhengjie/repository/LocalStorageRepository.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java index 8c1e85af..cd772a40 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/repository/LocalStorageRepository.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/LocalStorageRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.LocalStorage; +import cn.ysk.cashier.domain.LocalStorage; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-tools/src/main/java/me/zhengjie/repository/QiNiuConfigRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/repository/QiNiuConfigRepository.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java index 9379f55b..a400f083 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/repository/QiNiuConfigRepository.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiNiuConfigRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.QiniuConfig; +import cn.ysk.cashier.domain.QiniuConfig; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; diff --git a/eladmin-tools/src/main/java/me/zhengjie/repository/QiniuContentRepository.java b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/repository/QiniuContentRepository.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java index 55f813f5..166c6513 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/repository/QiniuContentRepository.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/repository/QiniuContentRepository.java @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.repository; +package cn.ysk.cashier.repository; -import me.zhengjie.domain.QiniuContent; +import cn.ysk.cashier.domain.QiniuContent; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; diff --git a/eladmin-tools/src/main/java/me/zhengjie/rest/AliPayController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/rest/AliPayController.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java index 0c03d0ae..5d8bf487 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/rest/AliPayController.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/AliPayController.java @@ -13,20 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.annotation.rest.AnonymousGetMapping; +import cn.ysk.cashier.domain.AlipayConfig; +import cn.ysk.cashier.domain.vo.TradeVo; +import cn.ysk.cashier.service.AliPayService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.annotation.AnonymousAccess; -import me.zhengjie.annotation.Log; -import me.zhengjie.annotation.rest.AnonymousGetMapping; -import me.zhengjie.domain.vo.TradeVo; -import me.zhengjie.domain.AlipayConfig; -import me.zhengjie.utils.AliPayStatusEnum; -import me.zhengjie.utils.AlipayUtils; -import me.zhengjie.service.AliPayService; +import cn.ysk.cashier.annotation.AnonymousAccess; +import cn.ysk.cashier.utils.AliPayStatusEnum; +import cn.ysk.cashier.utils.AlipayUtils; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.validation.annotation.Validated; diff --git a/eladmin-tools/src/main/java/me/zhengjie/rest/EmailController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java similarity index 90% rename from eladmin-tools/src/main/java/me/zhengjie/rest/EmailController.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java index 952f8ba2..7784fbeb 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/rest/EmailController.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/EmailController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.domain.EmailConfig; +import cn.ysk.cashier.domain.vo.EmailVo; +import cn.ysk.cashier.service.EmailService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.domain.EmailConfig; -import me.zhengjie.service.EmailService; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.validation.annotation.Validated; diff --git a/eladmin-tools/src/main/java/me/zhengjie/rest/LocalStorageController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/rest/LocalStorageController.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java index 45f39366..02c46d94 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/rest/LocalStorageController.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/LocalStorageController.java @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.domain.LocalStorage; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.service.LocalStorageService; +import cn.ysk.cashier.service.dto.LocalStorageQueryCriteria; +import cn.ysk.cashier.utils.FileUtil; import lombok.RequiredArgsConstructor; -import me.zhengjie.annotation.Log; -import me.zhengjie.domain.LocalStorage; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.service.LocalStorageService; -import me.zhengjie.service.dto.LocalStorageQueryCriteria; -import me.zhengjie.utils.FileUtil; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-tools/src/main/java/me/zhengjie/rest/QiniuController.java b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/QiniuController.java similarity index 95% rename from eladmin-tools/src/main/java/me/zhengjie/rest/QiniuController.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/rest/QiniuController.java index fe30aaed..e36601d0 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/rest/QiniuController.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/rest/QiniuController.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.rest; +package cn.ysk.cashier.rest; +import cn.ysk.cashier.annotation.Log; +import cn.ysk.cashier.domain.QiniuConfig; +import cn.ysk.cashier.domain.QiniuContent; +import cn.ysk.cashier.service.QiNiuService; +import cn.ysk.cashier.service.dto.QiniuQueryCriteria; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; -import me.zhengjie.annotation.Log; -import me.zhengjie.domain.QiniuConfig; -import me.zhengjie.domain.QiniuContent; -import me.zhengjie.service.dto.QiniuQueryCriteria; -import me.zhengjie.service.QiNiuService; import org.springframework.data.domain.Pageable; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/AliPayService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java similarity index 92% rename from eladmin-tools/src/main/java/me/zhengjie/service/AliPayService.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java index be19c905..be558565 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/AliPayService.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/AliPayService.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.vo.TradeVo; -import me.zhengjie.domain.AlipayConfig; +import cn.ysk.cashier.domain.AlipayConfig; +import cn.ysk.cashier.domain.vo.TradeVo; /** * @author Zheng Jie diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/EmailService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/service/EmailService.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java index aabfcb0a..02d4d1f1 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/EmailService.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/EmailService.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.domain.EmailConfig; +import cn.ysk.cashier.domain.EmailConfig; +import cn.ysk.cashier.domain.vo.EmailVo; /** * @author Zheng Jie diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/LocalStorageService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/service/LocalStorageService.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java index 6df06243..c99dfd7e 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/LocalStorageService.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/LocalStorageService.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; -import me.zhengjie.domain.LocalStorage; -import me.zhengjie.service.dto.LocalStorageDto; -import me.zhengjie.service.dto.LocalStorageQueryCriteria; +import cn.ysk.cashier.domain.LocalStorage; +import cn.ysk.cashier.service.dto.LocalStorageDto; +import cn.ysk.cashier.service.dto.LocalStorageQueryCriteria; import org.springframework.data.domain.Pageable; import org.springframework.web.multipart.MultipartFile; import javax.servlet.http.HttpServletResponse; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/QiNiuService.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java similarity index 94% rename from eladmin-tools/src/main/java/me/zhengjie/service/QiNiuService.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java index 7591ee0a..e92988ff 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/QiNiuService.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/QiNiuService.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service; +package cn.ysk.cashier.service; +import cn.ysk.cashier.domain.QiniuConfig; +import cn.ysk.cashier.domain.QiniuContent; +import cn.ysk.cashier.service.dto.QiniuQueryCriteria; import com.dianguang.cloud.ossservice.config.CloudStorageConfig; -import me.zhengjie.domain.QiniuConfig; -import me.zhengjie.domain.QiniuContent; -import me.zhengjie.service.dto.QiniuQueryCriteria; import org.springframework.data.domain.Pageable; import org.springframework.web.multipart.MultipartFile; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageDto.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageDto.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java index 14221c2a..b88a1242 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageDto.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageDto.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Getter; import lombok.Setter; -import me.zhengjie.base.BaseDTO; +import cn.ysk.cashier.base.BaseDTO; import java.io.Serializable; /** diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java similarity index 92% rename from eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageQueryCriteria.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java index bea1cc7c..751bc1bf 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/dto/LocalStorageQueryCriteria.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/LocalStorageQueryCriteria.java @@ -13,13 +13,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; import java.sql.Timestamp; import java.util.List; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; /** * @author Zheng Jie diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/dto/PictureQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/service/dto/PictureQueryCriteria.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java index e7d4f1b1..2e4d6b75 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/dto/PictureQueryCriteria.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/PictureQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/dto/QiniuQueryCriteria.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java similarity index 92% rename from eladmin-tools/src/main/java/me/zhengjie/service/dto/QiniuQueryCriteria.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java index f5c2240b..11e0a8c0 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/dto/QiniuQueryCriteria.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/dto/QiniuQueryCriteria.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.dto; +package cn.ysk.cashier.service.dto; import lombok.Data; -import me.zhengjie.annotation.Query; +import cn.ysk.cashier.annotation.Query; import java.sql.Timestamp; import java.util.List; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/impl/AliPayServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java similarity index 94% rename from eladmin-tools/src/main/java/me/zhengjie/service/impl/AliPayServiceImpl.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java index 0625ba42..c617d8a3 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/impl/AliPayServiceImpl.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/AliPayServiceImpl.java @@ -13,18 +13,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; +import cn.ysk.cashier.domain.AlipayConfig; +import cn.ysk.cashier.domain.vo.TradeVo; +import cn.ysk.cashier.exception.BadRequestException; import com.alipay.api.AlipayClient; import com.alipay.api.DefaultAlipayClient; import com.alipay.api.request.AlipayTradePagePayRequest; import com.alipay.api.request.AlipayTradeWapPayRequest; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.vo.TradeVo; -import me.zhengjie.domain.AlipayConfig; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.repository.AliPayRepository; -import me.zhengjie.service.AliPayService; +import cn.ysk.cashier.repository.AliPayRepository; +import cn.ysk.cashier.service.AliPayService; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.CachePut; import org.springframework.cache.annotation.Cacheable; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/impl/EmailServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java similarity index 91% rename from eladmin-tools/src/main/java/me/zhengjie/service/impl/EmailServiceImpl.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java index c98c76ec..dcd28c1c 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/impl/EmailServiceImpl.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/EmailServiceImpl.java @@ -13,17 +13,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import cn.hutool.extra.mail.Mail; import cn.hutool.extra.mail.MailAccount; +import cn.ysk.cashier.domain.EmailConfig; +import cn.ysk.cashier.domain.vo.EmailVo; +import cn.ysk.cashier.exception.BadRequestException; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.EmailConfig; -import me.zhengjie.domain.vo.EmailVo; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.repository.EmailRepository; -import me.zhengjie.service.EmailService; -import me.zhengjie.utils.EncryptUtils; +import cn.ysk.cashier.repository.EmailRepository; +import cn.ysk.cashier.service.EmailService; +import cn.ysk.cashier.utils.EncryptUtils; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.CachePut; import org.springframework.cache.annotation.Cacheable; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/impl/LocalStorageServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java similarity index 90% rename from eladmin-tools/src/main/java/me/zhengjie/service/impl/LocalStorageServiceImpl.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java index 77174c44..3caaa802 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/impl/LocalStorageServiceImpl.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/LocalStorageServiceImpl.java @@ -13,19 +13,20 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import cn.hutool.core.util.ObjectUtil; +import cn.ysk.cashier.domain.LocalStorage; +import cn.ysk.cashier.exception.BadRequestException; +import cn.ysk.cashier.utils.*; import lombok.RequiredArgsConstructor; -import me.zhengjie.config.FileProperties; -import me.zhengjie.domain.LocalStorage; -import me.zhengjie.service.dto.LocalStorageDto; -import me.zhengjie.service.dto.LocalStorageQueryCriteria; -import me.zhengjie.service.mapstruct.LocalStorageMapper; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.utils.*; -import me.zhengjie.repository.LocalStorageRepository; -import me.zhengjie.service.LocalStorageService; +import cn.ysk.cashier.config.FileProperties; +import cn.ysk.cashier.service.dto.LocalStorageDto; +import cn.ysk.cashier.service.dto.LocalStorageQueryCriteria; +import cn.ysk.cashier.service.mapstruct.LocalStorageMapper; +import cn.ysk.cashier.utils.*; +import cn.ysk.cashier.repository.LocalStorageRepository; +import cn.ysk.cashier.service.LocalStorageService; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import java.io.File; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/impl/QiNiuServiceImpl.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/QiNiuServiceImpl.java similarity index 93% rename from eladmin-tools/src/main/java/me/zhengjie/service/impl/QiNiuServiceImpl.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/QiNiuServiceImpl.java index f07281cb..606f5fd3 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/impl/QiNiuServiceImpl.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/impl/QiNiuServiceImpl.java @@ -13,33 +13,29 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.impl; +package cn.ysk.cashier.service.impl; import cn.hutool.core.util.ObjectUtil; -import com.alibaba.fastjson.JSON; +import cn.ysk.cashier.domain.QiniuConfig; +import cn.ysk.cashier.exception.BadRequestException; import com.dianguang.cloud.ossservice.config.CloudStorageConfig; import com.dianguang.cloud.ossservice.service.OSSFactory; import com.qiniu.common.QiniuException; -import com.qiniu.http.Response; import com.qiniu.storage.BucketManager; import com.qiniu.storage.Configuration; -import com.qiniu.storage.UploadManager; -import com.qiniu.storage.model.DefaultPutRet; import com.qiniu.storage.model.FileInfo; import com.qiniu.util.Auth; import lombok.RequiredArgsConstructor; -import me.zhengjie.domain.QiniuConfig; -import me.zhengjie.domain.QiniuContent; -import me.zhengjie.repository.QiniuContentRepository; -import me.zhengjie.service.dto.QiniuQueryCriteria; -import me.zhengjie.utils.QiNiuUtil; -import me.zhengjie.exception.BadRequestException; -import me.zhengjie.repository.QiNiuConfigRepository; -import me.zhengjie.service.QiNiuService; -import me.zhengjie.utils.FileUtil; -import me.zhengjie.utils.PageUtil; -import me.zhengjie.utils.QueryHelp; -import me.zhengjie.utils.ValidationUtil; +import cn.ysk.cashier.domain.QiniuContent; +import cn.ysk.cashier.repository.QiniuContentRepository; +import cn.ysk.cashier.service.dto.QiniuQueryCriteria; +import cn.ysk.cashier.utils.QiNiuUtil; +import cn.ysk.cashier.repository.QiNiuConfigRepository; +import cn.ysk.cashier.service.QiNiuService; +import cn.ysk.cashier.utils.FileUtil; +import cn.ysk.cashier.utils.PageUtil; +import cn.ysk.cashier.utils.QueryHelp; +import cn.ysk.cashier.utils.ValidationUtil; import org.apache.commons.io.FilenameUtils; import org.springframework.beans.factory.annotation.Value; import org.springframework.cache.annotation.CacheConfig; diff --git a/eladmin-tools/src/main/java/me/zhengjie/service/mapstruct/LocalStorageMapper.java b/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java similarity index 83% rename from eladmin-tools/src/main/java/me/zhengjie/service/mapstruct/LocalStorageMapper.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java index 4c6d9555..0ba5686f 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/service/mapstruct/LocalStorageMapper.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/service/mapstruct/LocalStorageMapper.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.service.mapstruct; +package cn.ysk.cashier.service.mapstruct; -import me.zhengjie.base.BaseMapper; -import me.zhengjie.service.dto.LocalStorageDto; -import me.zhengjie.domain.LocalStorage; +import cn.ysk.cashier.base.BaseMapper; +import cn.ysk.cashier.domain.LocalStorage; +import cn.ysk.cashier.service.dto.LocalStorageDto; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; diff --git a/eladmin-tools/src/main/java/me/zhengjie/utils/AliPayStatusEnum.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java similarity index 97% rename from eladmin-tools/src/main/java/me/zhengjie/utils/AliPayStatusEnum.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java index c114fd16..224f454c 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/utils/AliPayStatusEnum.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AliPayStatusEnum.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; /** * 支付状态 diff --git a/eladmin-tools/src/main/java/me/zhengjie/utils/AlipayUtils.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java similarity index 97% rename from eladmin-tools/src/main/java/me/zhengjie/utils/AlipayUtils.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java index 203f7db7..01d9cc2c 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/utils/AlipayUtils.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/AlipayUtils.java @@ -13,11 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; +import cn.ysk.cashier.domain.AlipayConfig; import com.alipay.api.AlipayApiException; import com.alipay.api.internal.util.AlipaySignature; -import me.zhengjie.domain.AlipayConfig; import org.springframework.stereotype.Component; import javax.servlet.http.HttpServletRequest; import java.text.SimpleDateFormat; diff --git a/eladmin-tools/src/main/java/me/zhengjie/utils/QiNiuUtil.java b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java similarity index 98% rename from eladmin-tools/src/main/java/me/zhengjie/utils/QiNiuUtil.java rename to eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java index 8091a95d..3a7e8251 100644 --- a/eladmin-tools/src/main/java/me/zhengjie/utils/QiNiuUtil.java +++ b/eladmin-tools/src/main/java/cn/ysk/cashier/utils/QiNiuUtil.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package me.zhengjie.utils; +package cn.ysk.cashier.utils; import com.qiniu.storage.Region; import java.text.SimpleDateFormat; diff --git a/oss-service/pom.xml b/oss-service/pom.xml index ecd2ada1..334a6d02 100644 --- a/oss-service/pom.xml +++ b/oss-service/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> eladmin - me.zhengjie + cn.ysk.cashier 2.6 4.0.0 diff --git a/pom.xml b/pom.xml index 79543860..dc2e1007 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - me.zhengjie + cn.ysk.cashier eladmin pom 2.6 diff --git a/product/category/index.vue b/product/category/index.vue new file mode 100644 index 00000000..52e36490 --- /dev/null +++ b/product/category/index.vue @@ -0,0 +1,156 @@ + + + + + + + 自增id + + 简称 + + 店铺Id + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/product/category/tbShopCategory.js b/product/category/tbShopCategory.js new file mode 100644 index 00000000..5778cb4d --- /dev/null +++ b/product/category/tbShopCategory.js @@ -0,0 +1,27 @@ +import request from '@/utils/request' + +export function add(data) { + return request({ + url: 'api/tbShopCategory', + method: 'post', + data + }) +} + +export function del(ids) { + return request({ + url: 'api/tbShopCategory/', + method: 'delete', + data: ids + }) +} + +export function edit(data) { + return request({ + url: 'api/tbShopCategory', + method: 'put', + data + }) +} + +export default { add, edit, del } diff --git a/sql/eladmin.sql b/sql/eladmin.sql deleted file mode 100644 index bcc47606..00000000 --- a/sql/eladmin.sql +++ /dev/null @@ -1,2758 +0,0 @@ -/* - Navicat Premium Data Transfer - - Source Server : 127.0.0.1 - Source Server Type : MySQL - Source Server Version : 80033 - Source Host : 127.0.0.1:3306 - Source Schema : bot-auto-send - - Target Server Type : MySQL - Target Server Version : 80033 - File Encoding : 65001 - - Date: 31/10/2023 18:31:50 -*/ - -SET NAMES utf8mb4; -SET FOREIGN_KEY_CHECKS = 0; - --- ---------------------------- --- Table structure for bot_button_config --- ---------------------------- -DROP TABLE IF EXISTS `bot_button_config`; -CREATE TABLE `bot_button_config` ( - `id` int NOT NULL AUTO_INCREMENT, - `button_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `button_value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 4 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_button_config --- ---------------------------- -INSERT INTO `bot_button_config` VALUES (1, '联系客服', 'https://t.me/redTest88Bot'); -INSERT INTO `bot_button_config` VALUES (2, '玩法介绍', 'https://t.me/redTest88Bot'); -INSERT INTO `bot_button_config` VALUES (3, '财务客服', 'https://t.me/redTest88Bot'); - --- ---------------------------- --- Table structure for bot_config --- ---------------------------- -DROP TABLE IF EXISTS `bot_config`; -CREATE TABLE `bot_config` ( - `id` int NOT NULL AUTO_INCREMENT, - `config_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `config_value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 24 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_config --- ---------------------------- -INSERT INTO `bot_config` VALUES (1, 'redImage_key', 'https://t.me/cityhongbao1/6309', '红包封面'); -INSERT INTO `bot_config` VALUES (2, 'autoGet_key', 'yes', '自动抢包开关'); -INSERT INTO `bot_config` VALUES (3, 'autoGetTime_key', '3', '自动抢包时间间隔'); -INSERT INTO `bot_config` VALUES (4, 'specialSmallSz_key', '6.66', '小顺子'); -INSERT INTO `bot_config` VALUES (5, 'specialSmallBz_key', '6.66', '小豹子'); -INSERT INTO `bot_config` VALUES (6, 'specialBigSz_key', '8.88', '大顺子'); -INSERT INTO `bot_config` VALUES (7, 'specialBigBz_key', '8.88', '大豹子'); -INSERT INTO `bot_config` VALUES (8, 'specialPrize_key', 'yes', '特殊奖励开关'); -INSERT INTO `bot_config` VALUES (9, 'sendFee_key', '0.1', '发包费率'); -INSERT INTO `bot_config` VALUES (10, 'getFee_key', '0.1', '抢包费率'); -INSERT INTO `bot_config` VALUES (11, 'canReceiveCount_key', '5', '可以领取的次数'); -INSERT INTO `bot_config` VALUES (12, 'botToken_key', '5775127609:AAFAO_AB39EuTtkAxggloFIhwjsnpl39QqA', '机器人令牌'); -INSERT INTO `bot_config` VALUES (13, 'botName_key', '@huangmajtzhBot', '机器人名字'); -INSERT INTO `bot_config` VALUES (14, 'odds_key', '1.8', '赔率'); -INSERT INTO `bot_config` VALUES (15, 'initBalance_key', '5', '赠送余额'); -INSERT INTO `bot_config` VALUES (16, 'showSymbol_key', 'USDT', '显示单位'); -INSERT INTO `bot_config` VALUES (17, 'minSendNumber_key', '5', '最小发包数量'); -INSERT INTO `bot_config` VALUES (18, 'pushReward_key', 'yes', '推广充值奖励开关'); -INSERT INTO `bot_config` VALUES (19, 'pushRechargeRewardFee_key', '0.1', '推广充值奖励费率'); -INSERT INTO `bot_config` VALUES (20, 'pushSendGetRewardFee_key', '0.1', '推广发包抢包盈利奖励费率'); -INSERT INTO `bot_config` VALUES (21, 'botLink_key', 'https://t.me/cityhongbao1/6309', '机器人链接'); -INSERT INTO `bot_config` VALUES (22, 'keFuLink_key', 'https://t.me/cityhongbao1/6309', '客服链接'); -INSERT INTO `bot_config` VALUES (23, 'incomeGroupLink_key', 'https://t.me/cityhongbao1/6309', '进群链接'); - --- ---------------------------- --- Table structure for bot_log --- ---------------------------- -DROP TABLE IF EXISTS `bot_log`; -CREATE TABLE `bot_log` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `menu_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `log_des` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_log --- ---------------------------- - --- ---------------------------- --- Table structure for bot_open_group --- ---------------------------- -DROP TABLE IF EXISTS `bot_open_group`; -CREATE TABLE `bot_open_group` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_des` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_link` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_num` int NULL DEFAULT NULL, - `group_enable` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `updatet_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_open_group --- ---------------------------- - --- ---------------------------- --- Table structure for bot_send_order --- ---------------------------- -DROP TABLE IF EXISTS `bot_send_order`; -CREATE TABLE `bot_send_order` ( - `id` int NOT NULL AUTO_INCREMENT, - `order_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `message_id` int NULL DEFAULT NULL, - `chat_id` bigint NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `odds` decimal(15, 4) NULL DEFAULT NULL, - `chip_total` decimal(15, 4) NULL DEFAULT NULL, - `chip_remain` decimal(15, 4) NULL DEFAULT NULL, - `profit` decimal(15, 4) NULL DEFAULT NULL, - `bomb_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `now_receive_count` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `btc_price` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `gong_zheng_num` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_send_order --- ---------------------------- -INSERT INTO `bot_send_order` VALUES (1, 'DQ7SYSOMA1', 617, -4018139090, '5587491323', '2PAC', 1.8000, 100.0000, 0.0000, 0.0000, '2', '5', '输', '普通', NULL, '1', '2023-10-29 16:40:01.129000', '2023-10-29 16:40:31.492000'); - --- ---------------------------- --- Table structure for bot_send_order_details --- ---------------------------- -DROP TABLE IF EXISTS `bot_send_order_details`; -CREATE TABLE `bot_send_order_details` ( - `id` int NOT NULL AUTO_INCREMENT, - `order_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `chip_total` decimal(15, 4) NULL DEFAULT NULL, - `bomb_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `now_receive_count` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `send_user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `send_user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `send_user_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `send_user_fee` decimal(15, 4) NULL DEFAULT NULL, - `send_user_profit` decimal(15, 4) NULL DEFAULT NULL, - `get_user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `get_user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `get_user_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `get_user_get_amount` decimal(15, 4) NULL DEFAULT NULL, - `get_user_fee` decimal(15, 4) NULL DEFAULT NULL, - `get_user_profit` decimal(15, 4) NULL DEFAULT NULL, - `special_prize_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `special_prize_amount` decimal(15, 4) NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_send_order_details --- ---------------------------- -INSERT INTO `bot_send_order_details` VALUES (1, 'DQ7SYSOMA1', 100.0000, '2', '1', '5587491323', '2PAC', '输', 0.0000, 0.0000, '6386004064', 'SweetHomicide', '赢', 28.3000, 2.8300, 25.4700, '其他', 0.0000, '2023-10-29 16:40:02.389000'); -INSERT INTO `bot_send_order_details` VALUES (2, 'DQ7SYSOMA1', 100.0000, '2', '2', '5587491323', '2PAC', '输', 0.0000, 0.0000, '6018109762111', 'allenHHH', '赢', 21.8500, 2.1850, 19.6650, '其他', 0.0000, '2023-10-29 16:40:07.799000'); -INSERT INTO `bot_send_order_details` VALUES (3, 'DQ7SYSOMA1', 100.0000, '2', '3', '5587491323', '2PAC', '输', 0.0000, 0.0000, '6018109762222', 'allen222', '赢', 7.0500, 0.7050, 6.3450, '其他', 0.0000, '2023-10-29 16:40:11.683000'); -INSERT INTO `bot_send_order_details` VALUES (4, 'DQ7SYSOMA1', 100.0000, '2', '4', '5587491323', '2PAC', '输', 0.0000, 0.0000, '6018109762333', 'allen', '赢', 32.2500, 3.2250, 29.0250, '其他', 0.0000, '2023-10-29 16:40:15.622000'); -INSERT INTO `bot_send_order_details` VALUES (5, 'DQ7SYSOMA1', 100.0000, '2', '5', '5587491323', '2PAC', '输', 0.0000, 0.0000, '6159021890', '亿贝客服-彤彤', '赢', 10.5500, 1.0550, 9.4950, '其他', 0.0000, '2023-10-29 16:40:31.430000'); - --- ---------------------------- --- Table structure for bot_user --- ---------------------------- -DROP TABLE IF EXISTS `bot_user`; -CREATE TABLE `bot_user` ( - `id` int NOT NULL AUTO_INCREMENT, - `father_id` int NULL DEFAULT NULL, - `father_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_pay_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `bomb_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `bot_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `usdt_recharge_total` decimal(15, 4) NULL DEFAULT NULL, - `usdt_withdraw_total` decimal(15, 4) NULL DEFAULT NULL, - `balance` decimal(15, 4) NULL DEFAULT NULL, - `freeze_balance` decimal(15, 4) NULL DEFAULT NULL, - `version` int NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - `user_language` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `chip_balance` decimal(19, 2) NULL DEFAULT NULL, - `father_bind_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_user --- ---------------------------- -INSERT INTO `bot_user` VALUES (1, 0, '0', '6386004064', 'SweetHomicide', '-728195218', 'OKFFZRPF9S', NULL, 'normal', 'yes', 0.0000, 0.0000, 10429.4090, 0.0000, 167, '2023-08-29 14:00:01.583000', '2023-08-29 14:00:01.583000', 'en_US', NULL, NULL); -INSERT INTO `bot_user` VALUES (2, 0, '0', '6018109762111', 'allenHHH', '-728195218', 'YWU2JHOOQN', NULL, 'not', 'yes', 0.0000, 0.0000, 9078.5710, 0.0000, 90, '2023-08-31 17:07:29.743000', '2023-08-31 17:07:29.743000', 'zh_CN', NULL, NULL); -INSERT INTO `bot_user` VALUES (3, 0, '0', '6018109762222', 'allen222', '6018109762', 'XX3CXMJMY2', NULL, 'normal', 'yes', 0.0000, 0.0000, 9957.0250, 0.0000, 69, '2023-09-01 16:43:59.206000', '2023-09-01 16:43:59.206000', NULL, NULL, NULL); -INSERT INTO `bot_user` VALUES (4, 0, '0', '6018109762333', 'allen', '6018109762', 'IVHKZQRY5Y', NULL, 'normal', 'yes', 0.0000, 0.0000, 10056.8530, 0.0000, 55, '2023-09-07 13:01:42.582000', '2023-09-07 13:01:42.582000', NULL, NULL, NULL); -INSERT INTO `bot_user` VALUES (5, 1, '6386004064', '6018109762444', 'allen', NULL, 'KV697XBJ1N', NULL, 'normal', 'yes', 0.0000, 0.0000, 10056.2680, 0.0000, 18, '2023-09-08 19:40:22.535000', '2023-09-08 19:40:22.535000', NULL, NULL, NULL); -INSERT INTO `bot_user` VALUES (6, 1, '6386004064', '6018109762', 'allen', '-728195218', 'Q3FQFQLPRE', NULL, 'normal', 'yes', 0.0000, 0.0000, 10053.8470, 0.0000, 14, '2023-09-08 19:42:09.648000', '2023-09-08 19:42:09.649000', NULL, NULL, NULL); -INSERT INTO `bot_user` VALUES (7, 0, '0', '6159021890', '亿贝客服-彤彤', '6159021890', 'QN2ZNCMPZS', NULL, 'not', 'no', 0.0000, 0.0000, 943.1920, 0.0000, 59, '2023-10-28 15:41:47.793000', '2023-10-28 15:41:47.793000', NULL, NULL, NULL); -INSERT INTO `bot_user` VALUES (8, 7, '6159021890', '5587491323', '2PAC', '-4018139090', '98P71AJWZO', NULL, 'normal', 'no', 0.0000, 0.0000, 496.0000, 0.0000, 80, '2023-10-28 15:44:53.237000', '2023-10-28 15:44:53.237000', NULL, NULL, NULL); - --- ---------------------------- --- Table structure for bot_user_flow --- ---------------------------- -DROP TABLE IF EXISTS `bot_user_flow`; -CREATE TABLE `bot_user_flow` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `biz_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `amount` decimal(15, 4) NULL DEFAULT NULL, - `old_balance` decimal(15, 4) NULL DEFAULT NULL, - `new_balance` decimal(15, 4) NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_user_flow --- ---------------------------- -INSERT INTO `bot_user_flow` VALUES (1, '6386004064', 'SweetHomicide', 'biz_get_win', 25.4700, 10403.9390, 10429.4090, '2023-10-29 16:40:02.357000'); -INSERT INTO `bot_user_flow` VALUES (2, '6018109762111', 'allenHHH', 'biz_get_win', 19.6650, 9058.9060, 9078.5710, '2023-10-29 16:40:07.791000'); -INSERT INTO `bot_user_flow` VALUES (3, '6018109762222', 'allen222', 'biz_get_win', 6.3450, 9950.6800, 9957.0250, '2023-10-29 16:40:11.664000'); -INSERT INTO `bot_user_flow` VALUES (4, '6018109762333', 'allen', 'biz_get_win', 29.0250, 10027.8280, 10056.8530, '2023-10-29 16:40:15.617000'); -INSERT INTO `bot_user_flow` VALUES (5, '6159021890', '亿贝客服-彤彤', 'biz_get_win', 9.4950, 933.6970, 943.1920, '2023-10-29 16:40:31.424000'); -INSERT INTO `bot_user_flow` VALUES (6, '5587491323', '2PAC', 'biz_send_shu', 100.0000, 496.0000, 496.0000, '2023-10-29 16:40:31.457000'); - --- ---------------------------- --- Table structure for bot_user_recharge_address --- ---------------------------- -DROP TABLE IF EXISTS `bot_user_recharge_address`; -CREATE TABLE `bot_user_recharge_address` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_id` int NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `private_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `fee_balance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `token_balance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_user_recharge_address --- ---------------------------- - --- ---------------------------- --- Table structure for bot_user_team --- ---------------------------- -DROP TABLE IF EXISTS `bot_user_team`; -CREATE TABLE `bot_user_team` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_chains` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_total_users` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_total_tokens` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_user_team --- ---------------------------- - --- ---------------------------- --- Table structure for bot_user_withdraw_address --- ---------------------------- -DROP TABLE IF EXISTS `bot_user_withdraw_address`; -CREATE TABLE `bot_user_withdraw_address` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_id` int NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_user_withdraw_address --- ---------------------------- - --- ---------------------------- --- Table structure for bot_wait_return --- ---------------------------- -DROP TABLE IF EXISTS `bot_wait_return`; -CREATE TABLE `bot_wait_return` ( - `id` int NOT NULL AUTO_INCREMENT, - `from_user_telegramid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `to_user_telegramid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `return_nuber` decimal(15, 4) NULL DEFAULT NULL, - `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_wait_return --- ---------------------------- - --- ---------------------------- --- Table structure for bot_wallet_node --- ---------------------------- -DROP TABLE IF EXISTS `bot_wallet_node`; -CREATE TABLE `bot_wallet_node` ( - `id` int NOT NULL AUTO_INCREMENT, - `node_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `monitor_height` int NULL DEFAULT NULL, - `chain_height` int NULL DEFAULT NULL, - `enable_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `updatet_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_wallet_node --- ---------------------------- - --- ---------------------------- --- Table structure for bot_wallet_pool --- ---------------------------- -DROP TABLE IF EXISTS `bot_wallet_pool`; -CREATE TABLE `bot_wallet_pool` ( - `id` int NOT NULL AUTO_INCREMENT, - `node_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_private_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `coin_file_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `use_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1001 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_wallet_pool --- ---------------------------- -INSERT INTO `bot_wallet_pool` VALUES (1, 'TRON', 'TU6R4tB4T1t6nLnc4SWCcadX6PFQ6CME2c', 'SYRMZPH/HIhgbbsPVFx6GC3sXIqCk6WqV3dTbUOuTET0QWCJr97eNP9zDbdeRcrEo3PnOfOI0FVvTjtR0b2Fh90a1X3utvyHeX626ZVJc1RHffklIIzTqctiOD8djFXQgmPEyo/k3X3PrPOIZB2fC6hLJD1ox2Po1X6bzwkaUOM=', NULL, NULL, 'no', '2023-10-29 16:39:40.618000', '2023-10-29 16:39:40.618000'); -INSERT INTO `bot_wallet_pool` VALUES (2, 'TRON', 'TSzbN3wuFHsYHHbNEHQDTx7edz5WPQRVZA', 'RvTy/FKpX2BsKyZ/inELAdoThb2Th3/Vk1tM4XALBTsPXdgvgJCXQF2f0mEt3Wwf1WejCIvbG9M/qFRaaVWhRPemVk7kZLsvfgnFo2b07lmccIYcvBxxA0wQsQKR4f9L+m4hOSZt8IWQTlzk3SGEq82v6ZflpxDsmPR4lUWYXwk=', NULL, NULL, 'no', '2023-10-29 16:39:40.814000', '2023-10-29 16:39:40.814000'); -INSERT INTO `bot_wallet_pool` VALUES (3, 'TRON', 'TU819TRp7vnzdYAoFXQtKWRwh3kJJWbyX1', 'BfFCb8zcsrFSj4HEehPP7VDjihoD0u21rTI/tG0kA/70HCVYAvzAaVIWH0jF7BJMyMKmZt7TamOF3tMkYaizaiFgNtzbMEl7NfhA0BhG/wpBBmRXhGOyZ2KULOCRhJnr2Oy3OHOgYK2hpRs8vMZ2lc5wB68lARWz2YvsXy58XJM=', NULL, NULL, 'no', '2023-10-29 16:39:40.839000', '2023-10-29 16:39:40.839000'); -INSERT INTO `bot_wallet_pool` VALUES (4, 'TRON', 'TV758myvt4EoL3jt7TbtWTWf2GJxE5itgZ', 'FjnuGkOjOC6v8HIUqLo0/8JlQlW96lKHMcp1fqAUXNTNHOLK6MxYiqzwvx/AJUIWRqywfALBbN4XBb+NNNCT5KE64u24qdky8C0/iZHdSUkVKTflJEqZRDOxxlfUeNaAH2b4uu9kyhTJKtr3sGB01IzqnJixrfx8x6YL0epE2ec=', NULL, NULL, 'no', '2023-10-29 16:39:40.869000', '2023-10-29 16:39:40.869000'); -INSERT INTO `bot_wallet_pool` VALUES (5, 'TRON', 'TH3PfVZFUoabdELtvnt3cUtRQEqcxnrvr1', 'feVCgdU/PN1FhHjzh+PmJF/EP/p3gr+ZfNHYkfIx6XfM/wg9odG6nsFhFZwBaVoNDJxzFQNuJBn9kxz1KzhFelK55gW3FmtGyVQObcdiNKwp48RztGBxXqN+GFe/LNPlZRMlttGH71uyTu9G7xf4VO6buCDn3+A50GqtVES9mRU=', NULL, NULL, 'no', '2023-10-29 16:39:40.886000', '2023-10-29 16:39:40.886000'); -INSERT INTO `bot_wallet_pool` VALUES (6, 'TRON', 'TWdgJMPSUYP46pH6W74K9JFLCsjtjmfXze', 'kf3cCNYji7YonUcP5czbpExL6uHNnKQrEIHZV3ZALxxW0tktewFj3FCm3SLfHY2JK7DKO5f4ScUBBjuI1XVghTCw7FIfLJBeVnidLl0uLDRdpIc//kHIuXICxmeADY9aOkfiQIdyKwQ7lZ71CqWVwQ9x/b4zk0fJSQ97048UXeo=', NULL, NULL, 'no', '2023-10-29 16:39:40.910000', '2023-10-29 16:39:40.910000'); -INSERT INTO `bot_wallet_pool` VALUES (7, 'TRON', 'TZFPZn9HauBRaDaUyEwaAohiMZqMgtVtcZ', 'JSIyv3WkeeEWd5f6hGYvO4KnrFy4CMcRi8zB2htZ7t76XwGFLd19Vt126pDMai9wGZff/X2MnvImU1cmGTARVu+uJ7kkmUvH5NZFB0DRuakaplyAXDBLViqhswCO1EXxiWDf4AiCfvHR9FLXE0PowYlQqNEDyWp15yc44s/48Sk=', NULL, NULL, 'no', '2023-10-29 16:39:40.940000', '2023-10-29 16:39:40.940000'); -INSERT INTO `bot_wallet_pool` VALUES (8, 'TRON', 'TJrP66E4Jkans8JaWSgydewZo2PVvJ6EXW', 'FPH5WQAFTtYq2brw9i4r6UOxqMHL77TEdtvmhRksvA45513yAurBM/4isHaLlsByt9ToO7GdlEGGKVIIR3l8obK+qCev9Ss4XUmOsPFJzEUp++Pratsvxh56Itp/bA3EMbCtLjqc6NKpjkIaN7gtMt8z/fnpQgkm7GFvo+HoHBU=', NULL, NULL, 'no', '2023-10-29 16:39:40.964000', '2023-10-29 16:39:40.964000'); -INSERT INTO `bot_wallet_pool` VALUES (9, 'TRON', 'TPDZWGAuiDsWAxdvfukquuRKCw9ZTzgr93', 'RR7tdkGjSYChYTsQQYWrNS1gwSelCutWC96Q94wYsSuhLs1ZR13mc4Z3H6cKUAUCthuN3ukuHszjSm0FG1lSeSXHF/xiwX9+fI+j4ZRnEr2TiUl+OQh1+sPIF7eNiODpdm+aEQWlC+Gg8L6kXFQmbat1nvi66xkslwkoEigoLOo=', NULL, NULL, 'no', '2023-10-29 16:39:41.003000', '2023-10-29 16:39:41.003000'); -INSERT INTO `bot_wallet_pool` VALUES (10, 'TRON', 'TKJbEKv4XGa4kv7iiNzB3rXhk1Bc7wf474', 'Cj3gznVvwO58nFfCP97Y80Ie+9j/jrwev7njJswWc25tH4LpM+LawB1TYTZq5f4liV+NisnO1KDUWuTZZ3XaummoZXvFEI8uUjTh9WMQ/CLqHa2uNP2fz63UUKDFfJWj3hmcVy2qraaUxfSlOmWQGfp2Jh0z/7zPp+FYaJ4R0S8=', NULL, NULL, 'no', '2023-10-29 16:39:41.011000', '2023-10-29 16:39:41.011000'); -INSERT INTO `bot_wallet_pool` VALUES (11, 'TRON', 'TWqvi5ZGTCduicWjMgx4dqZscdr9Dmw3kW', 'SdMvl+skb408Hcku/dsJnnmvAweuTxUfjipU5+H7IPfKetJcJRe+RnjTU/85HNumir2MZBlFZ27NdpyAr/8xO7Z2omsRFtIqWsub4cZTdODOdWks16vGTh2SmAo6m82LbmFxST6Un5ksyBUdhm5JjEWyqAtMG+AVCH1SDkASptQ=', NULL, NULL, 'no', '2023-10-29 16:39:41.028000', '2023-10-29 16:39:41.028000'); -INSERT INTO `bot_wallet_pool` VALUES (12, 'TRON', 'TSZTGHfjiqYwzYPyuXZtrvNNcLUriN4xxM', 'Ltb+dzYbd7+G5hk8s4hBbfijybeLU5J9yKrCUXB+x5H0cOKWCqLk05OzaMVatCR5H/9x/NPYFHhUx7Q3cIsARXVPnrUVFVdzoluEDoF9q69qBF+UmvbsdCXW4FC1tHG1gCVVOD9AF30me89+R9wfPIo60U59Y7yLWLxORznAUYA=', NULL, NULL, 'no', '2023-10-29 16:39:41.053000', '2023-10-29 16:39:41.053000'); -INSERT INTO `bot_wallet_pool` VALUES (13, 'TRON', 'TNZAUUtAN4nrgb3PF2JtmzXoGo9dPrnd67', 'DEvG+SZZSKsMhJQ6x4crbbMfv2fSIofGoB+eiYPVB5rMez3DAtPyR6I6gp6W9+2Fg8AGpKTeHrb4oN9V+0ud/mZ+XyX3LeCrO9fygvkh6ZGjLxpD6SoJWC5VA4+Lfuibh/kBZ1XbKs8qsbpKrVJ3kX9QqoBAdbi89QT/y0Oi66U=', NULL, NULL, 'no', '2023-10-29 16:39:41.063000', '2023-10-29 16:39:41.063000'); -INSERT INTO `bot_wallet_pool` VALUES (14, 'TRON', 'TLgZrPGHeM6G1jZJ7TQiER48UVqFWTHLAN', 'kF2Oxv5xCoDsLsUFPgEXXYQq/Ma8Jzezv7tYYH8O1Sr+lQzdB/4qMUQ1kvNUdji6ioFWLAN4wu06knT3aCBCgTRYien9ncuHzrSmdfdDDfGxtf5H9SnP6X9gQxr32p5yQIZ0RLEwv3s1xqXeaVwupedXl7YusexgVbo/me/ssQk=', NULL, NULL, 'no', '2023-10-29 16:39:41.104000', '2023-10-29 16:39:41.104000'); -INSERT INTO `bot_wallet_pool` VALUES (15, 'TRON', 'TTTxwUhuRTgYMVz9DTsHnAqQ3SCfxhdNxP', 'VdWXAfVzzS1oDI3rdb8mxMM+j5CiHBo/9Nffs2kwpu9m3QJ55isMMsjQ3Gx9BpXwO14s2F1XrmudkEQw90IUDNa7NoaTEeVNloP4t9Bw2EQJG7MRE/bXQ1IapbnTi/U0LBH6ZlE9qflR1hDryTsrW0r5qIpPDTaAoIMfD8q83+k=', NULL, NULL, 'no', '2023-10-29 16:39:41.129000', '2023-10-29 16:39:41.129000'); -INSERT INTO `bot_wallet_pool` VALUES (16, 'TRON', 'TTMjw41YZkWpru2dDPEDgcY96WjShz34jG', 'Pq5NcwV6PWpxtWWW16eclX8HPOro9YSOPAkrOT2PHy2t00HnSD3AzUt5jDYCZwl975UfG3SyZ3HCmi69xFWBJqC9ZcSV9PQXE3PSKBMU6TIKNsGIYWdhbxsBtZOOwop2xNUeECPi8uOkTEA2HHfOAo9GkCICZfNIGI+tJKQ16tg=', NULL, NULL, 'no', '2023-10-29 16:39:41.170000', '2023-10-29 16:39:41.171000'); -INSERT INTO `bot_wallet_pool` VALUES (17, 'TRON', 'TDCTzh2GFDDUpKd81mLEb7hcQ66ARfJ4Fo', 'XQY9HKD9U4EFo0fI4xNehjqLlK8krecXcsNKG01o8/B2f/2U+yedB5nKxUTY436YJMHrKKdHI/OTqnynoZZqtJZEJAD3EdiegJ1xcuTLTxYhwILto93DSVTnze28MQBAfenze1yfkKWWHwDcG3+rhjj+9FrPYYB7qZcZzg2fXUQ=', NULL, NULL, 'no', '2023-10-29 16:39:41.177000', '2023-10-29 16:39:41.177000'); -INSERT INTO `bot_wallet_pool` VALUES (18, 'TRON', 'TJCa32VjSrNTzojAdtE5SJrCSfzL85DGjc', 'Gwa9G1n3Maqsn6VWNWcSbqvyM8IXAbv1O5KRqidn5cMna9x0Qj5Puv3I8oRnW98KV8o8hTWbA6K8+oBEVK1XpjRorLWrsq3qJ5kYccBw3tEJJc0Xt7f5/N9aPnp6OwBgRx94eey/PbOQHaJor4A/0dwkHgFvfF60UNLI3+UJ2iU=', NULL, NULL, 'no', '2023-10-29 16:39:41.183000', '2023-10-29 16:39:41.183000'); -INSERT INTO `bot_wallet_pool` VALUES (19, 'TRON', 'TY9wi2RP1R2JcHUt4C7yXfTCwMs1QSEUrh', 'd2mgrpoiiP+SXo6WoFPtzAFyYVCtUrzmosouQY3QYDBXqtSqMNOpt7TYGJinlNqkawf6Buttr3KYdcjySLP4bqHomJh2CbdwF8rNuf+nJkpYObVGt7cucii6OSNmfFX+c4js8J7Zc+KeIJMnFy7/QNg1fUh+mFs8OApjTa/uPnc=', NULL, NULL, 'no', '2023-10-29 16:39:41.189000', '2023-10-29 16:39:41.189000'); -INSERT INTO `bot_wallet_pool` VALUES (20, 'TRON', 'TGaBJt5s6Q8j4TaJYGs2sHqBg9iyoDscm4', 'LwhBrJHAbiOjjDAofLDrruPaKXAKhPRlaoEpD2YkFG83FVvwRgObhSSCsCoTT3nI2qud5s8oEuc/YpyXJ2gnhWO5rDbSbkEHqnDuARYkE6SgN17/llX9kMYBTtXU5ZNT6fmbrDueklyZGeIx3cgZT5Ev5zvqlaSS6yREmTl0N38=', NULL, NULL, 'no', '2023-10-29 16:39:41.228000', '2023-10-29 16:39:41.228000'); -INSERT INTO `bot_wallet_pool` VALUES (21, 'TRON', 'TTUwwehGpWGisu39CGNQRb7JzDSCFmhBAq', 'DrxjI8Quuc3KK1X/wR1Nx6vhOnyj+oEeIVWQAKaX0/UGQ6S3+vBJCsvz0WZHBtnMNAxTvfoF3EJx1vpahObFbxe9yaMqdehAyLUGxMRYVbRJvN8NklooQIbESp43ue3qNuaZUkQGz4mTxTpZxigguZPcm5M3kTtCLlgVtLhai2I=', NULL, NULL, 'no', '2023-10-29 16:39:41.235000', '2023-10-29 16:39:41.235000'); -INSERT INTO `bot_wallet_pool` VALUES (22, 'TRON', 'TSYYwsfxNguEAmZghrmEKmomwNcFUbrDnT', 'Ra7Mi8Rjkr3ozylBnh0yVhwQOqUY7dRYB0z60+LL7FLoQVpDIMid3fKHnu9cA16UzzUCHL7o8xkyCgoaFqWfnHtF9+d0k+qIu5r8mqwpNUZP89VTugjfglFIcqcehTqU0UIVb9TvKZ/Mg+jh7co5fMk7iDJrq7S3CmP68L7hvUU=', NULL, NULL, 'no', '2023-10-29 16:39:41.242000', '2023-10-29 16:39:41.242000'); -INSERT INTO `bot_wallet_pool` VALUES (23, 'TRON', 'TTnfGk84XockgZBWU84SbFYP4FmBaP7eDE', 'OuqYtie9uw1lHm3vEtZrEluuSM1XW/PdZJOVZxbobxuZatLYyd7Ea4NOuDWuT2ggxYz5E2v/zXbnnzqpa9Py+Z+Lu4NoFwdrHK00ujvU+Ior09nrxq3r2qoALwAYjvrHXdK2rukE9FYolm8LwzwG/+rOvfNM6aZfTnN2HJqwGCw=', NULL, NULL, 'no', '2023-10-29 16:39:41.251000', '2023-10-29 16:39:41.251000'); -INSERT INTO `bot_wallet_pool` VALUES (24, 'TRON', 'TAKagdT29kAy3nr5AhmEF9PU5j54TjUtN6', 'MQfh+aPBEGrc+jjO6PWhBNRTjmLXhdH7RTZ6as+p19a2r/6/ZGvDc4LmX+WCsv80UnNVbTJX/rPW2N/HOW8IK4Pe7AiBj6B6nbEWc262chBO2BJP+V/+D4ii7+puWMQ61NnsoNKepUKcXqSifbwGcbDoxyhcwWbmZh7qCsFYyCk=', NULL, NULL, 'no', '2023-10-29 16:39:41.278000', '2023-10-29 16:39:41.278000'); -INSERT INTO `bot_wallet_pool` VALUES (25, 'TRON', 'TJigkTZUoaCnZNoz42ZkegZ337cybPpQc3', 'XMp90KUfuRprt1RkCVvpIevB8HvwfCqyIIn6+BtEyyuwu1nFrVS/i3S5LRXEHERyPbpQM/uBy1cXw3z3TTq6q9Q/RmOQ4z2c+30qAN+gLb5DvFZRgms6ie8LIhDGi425M760uNiwhq3mfJW/BOtjy1akdMDrsFZVc3fOv8xVsKE=', NULL, NULL, 'no', '2023-10-29 16:39:41.288000', '2023-10-29 16:39:41.288000'); -INSERT INTO `bot_wallet_pool` VALUES (26, 'TRON', 'TPPUMdL2T6bvjqeEyBDUUgUER7oj8wApLj', 'GGxVXojH3fKeBUzWfU6BBOt0jFRJVop/+mPmINlYILCT6Pzl4OMQc4b+ZD9eA3YX/7+zihiRlfnNGPaHaZez1cx92nbrjoGLD0+2ApWJGfygZustFbZksJUgsF3WmkxirHx1EqU+29yuufQv4+9ZauHEf94qEzbk0Z6uuEnAqiA=', NULL, NULL, 'no', '2023-10-29 16:39:41.295000', '2023-10-29 16:39:41.295000'); -INSERT INTO `bot_wallet_pool` VALUES (27, 'TRON', 'TJzJ1GGQ7w7wnYj7eQnEcCSnNpUB3HaF3W', 'B2GD3vtptJAO7AzB79lJ3+iXpwNclbaO8ajapwHoM7kwKR6jg9u8j+POgzQjukldS/yxc5Zx8tULJKjFqIzuztKfpbzu+tZR7/7bCJ4s9jEjhne2p0mgJE0I2w/D6unMz3AioU/z2XYtmgR75q9G1RLxPkTjV+ZWj0RgIDXvoPY=', NULL, NULL, 'no', '2023-10-29 16:39:41.306000', '2023-10-29 16:39:41.306000'); -INSERT INTO `bot_wallet_pool` VALUES (28, 'TRON', 'TDvk4ESSBnNAgdPq6QfRXdUN4Kkhvzatwf', 'dM+/tjm7gTUEHpGbYceQFbHF2NpD8nlDjX1Ao03vErZIeTRnZ9VxMrjC1p6LHY+j4aLyMcPVWNfbREpVZCJ5aSzHpYbtlp/sa4x9xi96SahFEUaoKf0EsXKFSmsvgLXiFEyz0C/hzCGjd6XsMBgYb4rp4HAOYLEGnBoOAF65dXA=', NULL, NULL, 'no', '2023-10-29 16:39:41.332000', '2023-10-29 16:39:41.332000'); -INSERT INTO `bot_wallet_pool` VALUES (29, 'TRON', 'THoWe524s78CDw6Ysqqmevz8D5uEczDxU6', 'dzveET9e1Ydr9ztPKqzPptRHNzWvSP+xdkkBATvU1Ltar6rHBgfzoZh/kYnp4N/p55Vru+eMk8RQWxKKIyewjbbFJuucCybwoYV46RV+4F3gys6fE/qjvypBuP15tT29OHf3BlIku4ObaCXjxLpZXqfHoz6hfxBp7L4iRKQzbRc=', NULL, NULL, 'no', '2023-10-29 16:39:41.339000', '2023-10-29 16:39:41.339000'); -INSERT INTO `bot_wallet_pool` VALUES (30, 'TRON', 'TB9TAtLLsvoR262AReQT3Yw2dHpiTdRuyU', 'il2lGfrGB33CWl0s8SzAUZuEeuKw0bvFwKmgkGSJYNV495aZYUcRjO7m+FRK8TYmTOAysgQzWJ4OdOzQud5ZXtE7WZ7sWwO6UN64PX8WThEIbEVcj2D1pYo20yBExFDDcV2mtkHv0a73IBh6PpWbeqSuiYsbur9uI9nkovS8vys=', NULL, NULL, 'no', '2023-10-29 16:39:41.349000', '2023-10-29 16:39:41.349000'); -INSERT INTO `bot_wallet_pool` VALUES (31, 'TRON', 'TWtSNJFSyL5RD12yd4FSZZ1zMaqwZXZv4z', 'BqI+Bmg1+f7KNhtg/vLsdW3pz+lAJa15iHpsMfObnurTWQWGuWUs26/nvTdwyEy8hnjHctLBXezIUKna17a3TJOqsuDi/oRKIQWUI5i6Ka74//86MYaCFohxTg+m+eEXeLQKOo8luT3XMWfwBdjsGJ7mHyPwhm25H8uIXgYF/BA=', NULL, NULL, 'no', '2023-10-29 16:39:41.399000', '2023-10-29 16:39:41.399000'); -INSERT INTO `bot_wallet_pool` VALUES (32, 'TRON', 'TZBMPR4AsxCcokpccG4z99js2snSXzT1xh', 'K6XEeEPpTKbHD693sDo9Z6MCeVCPF3vClJVBQVxKMLO9E4GuuwqIozZg9Ic2qs4mWC00COYyakYAfP9a38dQlUAn4IIDfj1Q11TpkSQFSiCl9tGGI18V5gbw8gHD9V8qskY1Ug0Y++3yPKAYm/+K4jIS3UmEvfIsA0UmsBozhkg=', NULL, NULL, 'no', '2023-10-29 16:39:41.409000', '2023-10-29 16:39:41.409000'); -INSERT INTO `bot_wallet_pool` VALUES (33, 'TRON', 'TDRHkwaDoxaqrCW6nUaKLRC9YWqMKrjtqo', 'cZaijUdAGS882+wW8QdzxWauxRsEz/TZhp7U97EIEerYB1GSINffw6TLHOk1q7vR8zOG9Dd9lAm4NugqzMKs7I5LZvWSe6Rf2M0H4duzp+UEZBj2VEg0+uKT3/c3uyXr4WRDHh7EtjwhEZYvuK2TozcRNSRg4t2gdAOx0G2f9P8=', NULL, NULL, 'no', '2023-10-29 16:39:41.428000', '2023-10-29 16:39:41.428000'); -INSERT INTO `bot_wallet_pool` VALUES (34, 'TRON', 'TCwDWFN6LSZrPZCGJX1MWQ5oF8eucvVvPt', 'PGb1j2rqnWedNRCqXrBLNnXNsG177k6KyKqjJK2cenJ56/QE84mCowxRHzTRFBryWV3Rwj4j1xdNN2E8YQa2KNJchTcAXuRXGlEnZf3WAeTLjcnlqOBKElHd6+ZSsOIVLcZATu8c1PZ1l4OuNeLb0TTAArtqVfXe1cgvI9xaGFk=', NULL, NULL, 'no', '2023-10-29 16:39:41.466000', '2023-10-29 16:39:41.466000'); -INSERT INTO `bot_wallet_pool` VALUES (35, 'TRON', 'TAeEBrRqHPKovkXkpXwGh8MM46ivgEmrEG', 'Ri+Jccu582D/gsMLBgAMyZmZAkp9dI58PSY/4Y4ccOpNz9GncBStTe9CwjvtrJvMSACLKwbACypnc5SHVoz9oi8giFkQg7+o5ms5Y0nHwL1osXz1JltKkyODcAQSfwhasZY77FEVpte8/TD0+/4MOUpRkOms+XazTrSsrvw0wzA=', NULL, NULL, 'no', '2023-10-29 16:39:41.474000', '2023-10-29 16:39:41.474000'); -INSERT INTO `bot_wallet_pool` VALUES (36, 'TRON', 'TBeJ1BHk5DoaSE5YFy4vZFY8ahXU6euK3S', 'G7uZ5sj+AGwWP2a96Q9p0RW8S1AjZdoB0MgfFO99aVcU6m2W7jj4MsHiK60hKb8yePkmk4SgYAG/JDNL8xuyZB3bTXCySeTrZvT3dfH/tzGJPkzY9RG1kPXmji8De4GJ+Z+1cEdrVNFQIrEou5GHGrSO7sQuGW3Fx0IYnlyT5N8=', NULL, NULL, 'no', '2023-10-29 16:39:41.487000', '2023-10-29 16:39:41.487000'); -INSERT INTO `bot_wallet_pool` VALUES (37, 'TRON', 'TXMhTJQnuhqVoG6m81KZU37UgtnoNzvTEL', 'km2nn5ltf/1kAlBcl6kKnCCikFsk6W4RXMW9XGXdroKBIGQXBvBIRqOOMTccXGqeolPZYyWmGsrkPJ46JlKVZ0oAnvWbkH21mxGMM9S341+QKjm/uZ8DQmW9zhFAoI7I1yZHPAaIV3MuEEHhEOupmiOjDRkddJHz2H327dlQVuc=', NULL, NULL, 'no', '2023-10-29 16:39:41.509000', '2023-10-29 16:39:41.509000'); -INSERT INTO `bot_wallet_pool` VALUES (38, 'TRON', 'TU9ikfeBPxbJmSHhTUvAZpjAgDLUU4wkR9', 'ALBc/vcXfvO3K1EgSUK5rVqF0i3YkPuMXjyOTLrTY17I8ig8MBry+csC2Z2UeousG0nkQ/3KIGQ82QhRkFQydDYTtAWudKNlqxteAv4G+ZeMPNwwjAhi4Hz/sIdTszX2VI4tFJChb7/zHD4dps/QfnYU5XVNO4ww8C+2t2+6hLY=', NULL, NULL, 'no', '2023-10-29 16:39:41.541000', '2023-10-29 16:39:41.541000'); -INSERT INTO `bot_wallet_pool` VALUES (39, 'TRON', 'TS2YrHb9uWbFuK5mtk7uHMaPdk6YCb8o4y', 'Cd3w4l9qLTtAXgtLIN6Df1ZDWzZ1DOPowKBTzPMUKPsgmr26PEOCrwP9CZvuyDkMW0CiPcaRKrn2h4YQy4A6quImBYKBlruV85Ks+SAWgqQdMzi0be0MVx6JRgRwcywqt2Bu9jQZZPCRrTli+wFIQwRaJ4b5NcwMWAv13l+hh18=', NULL, NULL, 'no', '2023-10-29 16:39:41.555000', '2023-10-29 16:39:41.555000'); -INSERT INTO `bot_wallet_pool` VALUES (40, 'TRON', 'TFjzCdrS1mbAYAkV6HaZYu7D5bwdVeoK8o', 'bwDPgr7JQPPXY2L6ka+QMuTmKx9x4KKgoVAd76JJiYSs5yd3gciwJwMhYA/x0/KqwMeaqN/7a5sz94Z0sHUxvP9IYTVDmbZrKqm5O3BL1pIdL/cmSgZYHclG1UnlQM7mUbpFH2QKyVf1Ml2e382rqYanTpmA/LG0lvy9KrEId4s=', NULL, NULL, 'no', '2023-10-29 16:39:41.600000', '2023-10-29 16:39:41.600000'); -INSERT INTO `bot_wallet_pool` VALUES (41, 'TRON', 'TJqgjyKbaeNfnZdyNK1Rt2gExnoCjqt4KQ', 'kKJMpKR8H8eGR9aSepKXN5N0eWS0nZ3gsUMl2wsB0WmmYJLqSDvDvRrSZgQAE4C07wH2v7e/rTqRr05YuIUthE4aV4gEtsOFK6kgbu+Yjj2o1qKY4/nkzS60Ib68Q8/wif0o4UNe+M/UsvYOeg5U1530vBAVsteWBIK8t7kQP5k=', NULL, NULL, 'no', '2023-10-29 16:39:41.608000', '2023-10-29 16:39:41.608000'); -INSERT INTO `bot_wallet_pool` VALUES (42, 'TRON', 'TJui6hFQ6vtvHYDpoBrd8SAXwn5MSkGhRs', 'W1ijfy1QiZIZwlNXeDRmUzI6xen6RnFR4hLEXaxdkdVlFIKLbrGmB8hIA7jPKgM7suHZZhLU2FtTJ0byFaL2vP8o9vqCC53AEu+tI18C+88zYENXLd4yehsIeFayC+nvWkBJkS0uL+6FBqPg+svDKOMrPlrk02AIP5vKqV7rpPU=', NULL, NULL, 'no', '2023-10-29 16:39:41.613000', '2023-10-29 16:39:41.613000'); -INSERT INTO `bot_wallet_pool` VALUES (43, 'TRON', 'TD9QbzvzbnheAR7X47F3nX1xmT4JoejDtH', 'LYwFse0ubQ48O/UAcfK/OG6O94l3Vu/idKoFCpBIsL7dRVXCWQM7jVSypJmLXeRQmDPmvSDX7AIu87U2ofcfzi7gqYfnotH17nNzr90MjMvm0jIaTyJgldbamF3M5O7M8bPhKUjXT4Q9c9Le3+NG34ByjMdPCrcaA3NuQRbZWtg=', NULL, NULL, 'no', '2023-10-29 16:39:41.631000', '2023-10-29 16:39:41.631000'); -INSERT INTO `bot_wallet_pool` VALUES (44, 'TRON', 'TAMSj6JXuHUiD3CnitqbHUDJMBquRMfQdy', 'NA0PuOaE/1ajLaxlrOeoI03P+IeFTUuBx8ciP4dwxfG+Z8cM3dN4hqcPbdK9guBH+jezgscWT8kN5NnfMUGtrhubWQMv2h0hzroOGpyzpMFanF+JYpcpQJZBwUdCKLkuFBcd1XwEW1TuKJy0iWYCilQvOJUGoW74w0Hy5mNcfNQ=', NULL, NULL, 'no', '2023-10-29 16:39:41.666000', '2023-10-29 16:39:41.666000'); -INSERT INTO `bot_wallet_pool` VALUES (45, 'TRON', 'TV7UnpKog7zGAwjdEPBpzSgsgapK3P2Ezz', 'JMueSu8j8XybOW7RQefW4RK/i0GvJn2v6ifjTB/8GYWYrZheLdtlm6Bw0vMi6BiM4dWZRX3PxpemPoYAQjX/8+fU3Rgs4I4ahHTO9QLpfYHK+coHWYW7jr1o4i4yefGHKWlRAzSk0pJN6tf2m9zUcZ//hWoETHBQkssZyRqDUwo=', NULL, NULL, 'no', '2023-10-29 16:39:41.679000', '2023-10-29 16:39:41.679000'); -INSERT INTO `bot_wallet_pool` VALUES (46, 'TRON', 'TV2vaip6U3dqwE5DLxCFXU4gutksH9n9sS', 'QgL1dWrB9UNq2La6JjS7d01cDP/4aZjp288+whjv5grDtPAMzAW1/+j8Nu4MsXlJogPy5bFbXALyTVS1T76OwvoyNSN6/9LFLJmeUZCINgNmBu/O5yV92nrzrQ8RWrQlJJ1Q6xtutW8QiyB7FxA8ccMRCVp5IucMlQB3aHgLG4w=', NULL, NULL, 'no', '2023-10-29 16:39:41.695000', '2023-10-29 16:39:41.695000'); -INSERT INTO `bot_wallet_pool` VALUES (47, 'TRON', 'TNDxTMeeEeYmWMX9x2gMokh3VLCGZsr7Za', 'NELW1SxBKV28HuE58WzLMxO3oVd+J8jEc2WznIkn2GvSWuzIEwf2Xi0C2JpMcHuurg4yuXcdsFNszFdQaZHBS6kfNmfzddzFLj8iu+RRS12Ru1UbinsZkhgSQ7bVoOqCmyYH97DbsiNRXME6WBUaigufog5DmX1XBcDOe/Mj1V8=', NULL, NULL, 'no', '2023-10-29 16:39:41.746000', '2023-10-29 16:39:41.746000'); -INSERT INTO `bot_wallet_pool` VALUES (48, 'TRON', 'TBcEbFyvfMecxn4YfAe9VrfxTo191r89Xx', 'ZWdGpUWm9LsWKQJZY04PHIQvWTYL+WfZ6PQzggU1b7TQNWDjzI8OI9ke2wzOtZGF5cFhnGFrOhPx1MdtN1K6AtLeyuFBVpW055uWkEXVc4ZlSl/LIfJg4oUJhEto2nDY04/A/gpJ5ZPnbUhcaGYASkeqKsjpB6FcvaTIIBV7TgY=', NULL, NULL, 'no', '2023-10-29 16:39:41.752000', '2023-10-29 16:39:41.753000'); -INSERT INTO `bot_wallet_pool` VALUES (49, 'TRON', 'TAjV3xWBrSiYknWQ8MkXVFnpXF3HmaVxfk', 'KgQZ8CXOga9bx930+mnOxlGWypeiDpGQzNsZT4k18hmk6HiiMl8Ds5LMI9GidwemalYG6Vk1+rqMZgwAenJYD4Y9LJhOnISRMwv7YWczEuotKd8b6fUnmgtbfxsLWPCSafepgESriFSEBs2RIWFOdPN+jUwiuCsJi50ymt0cWL0=', NULL, NULL, 'no', '2023-10-29 16:39:41.763000', '2023-10-29 16:39:41.763000'); -INSERT INTO `bot_wallet_pool` VALUES (50, 'TRON', 'TL7Pb1Taxj92EVTgRa5V3i2uUYtWBw9vSv', 'NDSNimZv8giRc67/xwTNcAATz2Mn2C5xlvM210QqwqU7hMJm90FMwwO/t8mFsACFpD+ApJ7o8MUi+3h3isvmnlIgJ90tNV8mMp0QuWSs4DELkh4NhtB5NTSJyi4p32X3N66z/BHngSnjRLmSru7XN7QGCzb2obcd+Bi2KopUeTc=', NULL, NULL, 'no', '2023-10-29 16:39:41.812000', '2023-10-29 16:39:41.812000'); -INSERT INTO `bot_wallet_pool` VALUES (51, 'TRON', 'TMtwMNWHX3DkzinncpPeHUxjnSjYPwQTGD', 'ZKxT9IQchvo1NdlgdAWcT6SjWoXd8bn/0TTD9gFyd+8UW/ZgXKSZFtudUj297NXDE4rsAtNgclPDaQi7CB6bjZMjt321z0lJtu0L2TFwwOXg1WRna2J9+CYnYD4fo32tPngmFBoV82B7BTN9Q18KjaS5+pLrL8epd+UicypCFVk=', NULL, NULL, 'no', '2023-10-29 16:39:41.820000', '2023-10-29 16:39:41.820000'); -INSERT INTO `bot_wallet_pool` VALUES (52, 'TRON', 'TZJLw3f9EvRakccfALK1kd2ytxbmuRavZp', 'HMJkLYpACy1Hn47JyBknu3tS79GLlwCWcuCldIEhfeA+IjgbHYRhofPgm26bhQP70S8UYD2Nxh2uXLb3TaAtMtGGex6Sl2jn8PiBsyXr4jwkV0c5/PzKqkGvbMqO6vvPljzSBGozSGhfDfUgRUCC/2EcA46o5I6lhtiI5eZBf/o=', NULL, NULL, 'no', '2023-10-29 16:39:41.830000', '2023-10-29 16:39:41.830000'); -INSERT INTO `bot_wallet_pool` VALUES (53, 'TRON', 'TEWCeUhxhPkPiPfdZBxFgrhtLVqU9pUuwC', 'RHqtUIMebzZTsQnLYAwvmzRaS30LG3DlRKJlm5WnFYfP/0vxvVIULUuKdw0Y7xirga0AvYSoW5+2R+4kNs72pmpwyoTXczkmZLRRvKeeR/+94gNIjvBJO0Q0BvfFK8SfUBgUMNQ+yckeicuHUAwCpDvvGAiTMYCi+cvHdQ1bTIY=', NULL, NULL, 'no', '2023-10-29 16:39:41.841000', '2023-10-29 16:39:41.841000'); -INSERT INTO `bot_wallet_pool` VALUES (54, 'TRON', 'TMq87yb4WzDxNw19x4awwC6gdHAQNbH1oF', 'LP2NN8oTlY3sQ2B4d4bzUa3Dibwq8xYpGi+alccS6xdmgUPsGeUVBflYFHdGU0tqXQFzXkv1urV9rgES3Y7+UJITTF5XnbR+nbQiyyufrwKn22q4cSuAGqxPagoAWCJLMNz6lWkjEG0Xqy0xqTEqZjtpmmodcZgW2VmyKlKa7Z0=', NULL, NULL, 'no', '2023-10-29 16:39:41.880000', '2023-10-29 16:39:41.880000'); -INSERT INTO `bot_wallet_pool` VALUES (55, 'TRON', 'TYKfC8batpas8dyashcgcTmhX9F7EGRUSW', 'Y2IvxX4v4Ffpch1/w/tZGh+lmACm9ZxaqEu9uBFqda8N5G5w7V1CKdeLNwGV1MpdwKXO7lkAMeI47CNoMXP09giywVVaifTa7DVo4WLfpcJYgHT/Wh1KVfqQY5QqFSbkFe2JiWjtwX/sZybl+uAs9cPGdYkazBDbh8nkhjuWYxY=', NULL, NULL, 'no', '2023-10-29 16:39:41.903000', '2023-10-29 16:39:41.903000'); -INSERT INTO `bot_wallet_pool` VALUES (56, 'TRON', 'TNnguPhGvFfHr4A8VX6ivZ9YeUWdXLkLwb', 'P9X3RdZ/fCRrezO8JPbROfjKaucA9vFDYxaSOl3wP8mcA0kGHwIgMhwcDXHJ+DxQsqj75cPE7hsXUCj7O4OGoZk+wLE1r9gV1vLYpnaZraVtyVaKBlFTtt0fCGtXlOGIsJ9rMw3Opw69oCayo369d8EBQvxmlvONirJrNfFGq2A=', NULL, NULL, 'no', '2023-10-29 16:39:41.913000', '2023-10-29 16:39:41.913000'); -INSERT INTO `bot_wallet_pool` VALUES (57, 'TRON', 'TRYj8Kd8ZtiF8UQ66Z2WudqwaebPvVSq1d', 'SWDJNV+lO+p5+YVmIVOOASV2FlShozgW9jHqJl/J5/BHZgen6SXhDjOLyKSm9fpD1vEMQIafO2f+odxaqMByRjOd6lraeCIKSHqITunFNM75uVtfytdCDzTmScu1MO61OzoydGmxn/Ij662yoVs7c7xHe2fwWXkDI5/FygB5byQ=', NULL, NULL, 'no', '2023-10-29 16:39:41.954000', '2023-10-29 16:39:41.954000'); -INSERT INTO `bot_wallet_pool` VALUES (58, 'TRON', 'TMg7F3NQXs76fWyW3soqs1co5gG4XNVz5a', 'arpsh53Ek3BgyfwBvoWrfzW8kMXenmdkbJVcdps3W1jkl1/o0y5mq3aTz+xx/AVMZ5mW4geAXrhXgcCOxXUc3m5cawZzzncHe+M8YXhZ0hO4cywVSSlZOlczczCU0GLjjUxxR4paV3sG7ojhoxoVlaFyCX+8LjYZwKvOexHr1ms=', NULL, NULL, 'no', '2023-10-29 16:39:41.970000', '2023-10-29 16:39:41.970000'); -INSERT INTO `bot_wallet_pool` VALUES (59, 'TRON', 'TUot4v3NTgVWJvhw7cbx6Aw1QoRVyUHh2D', 'HP4k1A93OtqAYs74/fk2xI3b27up5sMo+fSIjWcs5chDjAB2kozX0LyiRSpXt+ZYQTThPDlbSdIAsKxQW4z7mIKC2KkyAb0A0p0p1ZHof6cD0EVl90cQqWCkoJZH8mQk4dsiAxRf0K3kqNq31rhOks4rhm/wlFARPBsXluJ3x7U=', NULL, NULL, 'no', '2023-10-29 16:39:41.984000', '2023-10-29 16:39:41.984000'); -INSERT INTO `bot_wallet_pool` VALUES (60, 'TRON', 'TFWork71ewbFFuCfyUykyzgQiXxG8cTZgx', 'JUPou7zKkWedS6tMnjjQ5w++7uGaC75zSGH3hlWEmZcmwMYt/aEqPWG1OClvdOpTMYYuG3o1RzTceTv6zAErxlcwmAGxSjA44Y7CPjCY4t8yrnuUayQxS3/UqBvSPy7Db/6NcT3xbX2bmljNKutEo/7yMJ633EpeVpDPeCWRwVs=', NULL, NULL, 'no', '2023-10-29 16:39:42.033000', '2023-10-29 16:39:42.033000'); -INSERT INTO `bot_wallet_pool` VALUES (61, 'TRON', 'TV9fNsYhjA4F3FQ4UeUyN7uoTdycvk3E6v', 'TezR49FYDdGxOKoMDfEt9EmkJ7tsT3xiRbzFaERin4X6Mx7weS9fO8ZHNdFh7MiodnBydxMJorGTnhA+Bsd/g/MtqLIcXfnGyQ7T3ab5QQMkJG8F/pZ9ANnq36KEsd5knVTjOC836fhx9N1WWLEHnqvAjN9SO+/vG0n12PX/YI4=', NULL, NULL, 'no', '2023-10-29 16:39:42.065000', '2023-10-29 16:39:42.065000'); -INSERT INTO `bot_wallet_pool` VALUES (62, 'TRON', 'TQkvCt5QwXw8cEHFgH5HNcgvxzChFPB39S', 'hbYTfq4XxIA0Pm7YkB3tg0gxouEHH6pOqw7kf3EJy4wE+7rJntEQSO6i0du47XvRcChMGumqIhRJwb7vIjVTZ2C4F+NtHNxD/3yyS8XLtP9JDqwmHwX1+d/mwtCjZvd6x//Quc5GLymNp8NDOQaSU8d2LrGpASGzrK7Xnpv3Gaw=', NULL, NULL, 'no', '2023-10-29 16:39:42.076000', '2023-10-29 16:39:42.076000'); -INSERT INTO `bot_wallet_pool` VALUES (63, 'TRON', 'TAKzBxhprYcDYh6MaqAdPEBX44V3Nxashu', 'MTj1VzoyCObgMxlX8ejx3f5/TGCJqXFMvPmQhMJGhSyhmjhWnn0WSIyoaYUXQfRG2kXB3FBe7vJBbh5IwrzN/OpDe3hK3JOAGoQ//LEmKzMPqm2hHt7SXgRuKJEQcaZDmPz/fkXAAOxoUM6VQ2Zk2qqsw2pZRdEsveQtusJkevQ=', NULL, NULL, 'no', '2023-10-29 16:39:42.083000', '2023-10-29 16:39:42.083000'); -INSERT INTO `bot_wallet_pool` VALUES (64, 'TRON', 'TBRSRAdVbgToyDtwNutpZPVGftE1c1RTyf', 'SYmrVK4e6Yrm7UzgFaZDmcbtVLnUOLi4vv8BJUGPRxRglmSBPXG8Akn/S0TMFtvbLPwhipzmk2ugmxOMHpVqK+HBHLy/buMYTVy0kUpyxDkuIDK9Q5ZDDiafMjSRZpkKpwXd2D3+kJIfr/gfn50U7pqaxI7xCOyXoS3Hsk2pP7A=', NULL, NULL, 'no', '2023-10-29 16:39:42.099000', '2023-10-29 16:39:42.099000'); -INSERT INTO `bot_wallet_pool` VALUES (65, 'TRON', 'TWXk23hsTGU2s582iQVi33XMqKcctTqCT4', 'XKAfr4d2XJV7ovtwcIshycmBj59+4jF3uR39zn++CEy7O6BuzGdjjwoyCZkxBfJPRkeEv/H9k+anOJVV8iwZR9beBOBprasVScqKrzZjcndVmVwtP+L1VGNHcfdDuy8aUCg7Bjb1qU/O9WlH3Wgj4HWjGZkY5twYFwHDb/j1ML0=', NULL, NULL, 'no', '2023-10-29 16:39:42.140000', '2023-10-29 16:39:42.141000'); -INSERT INTO `bot_wallet_pool` VALUES (66, 'TRON', 'TLYx1pnuVh89jaezS7epGZU3hSo7ugCHo7', 'KwGclzFWC50WOgyOinF1pZTps4SmFLGYNbjBYFp9Lm+PXH1HNv4J8hW25Vw+2EUwgZVvxNdqciQUeNTE8xajpvrQnCjt4Xv0s5xurbdkpceZzrzrlyFxQ7pQaTbpDmWnHogq4KRP7LNSwikE0MBKkd6RvbjZOzgU7VBQM4pjYzo=', NULL, NULL, 'no', '2023-10-29 16:39:42.152000', '2023-10-29 16:39:42.152000'); -INSERT INTO `bot_wallet_pool` VALUES (67, 'TRON', 'TUAitYP6Rxae28Jj9SPi6FkCt37SrNvWEK', 'IHh0dTQLmBvWIMQ6NDpGMW583IzEzDEZKaiqrZqkJu/DdP8tl7VLQb25Br73TGdLbeabaI4eEwwg53fGfGvWoHkzEdGJjgke8ELkllfVjkvnwUplr82vkdw+aPFJyhLyjjEGDybqBDxLRmqb0ROGglQoai6NbBJo9Gy2OK0WaW0=', NULL, NULL, 'no', '2023-10-29 16:39:42.162000', '2023-10-29 16:39:42.162000'); -INSERT INTO `bot_wallet_pool` VALUES (68, 'TRON', 'TQtRvMipMo9KEEDP5Q7G7XFtNrNXZQDuHe', 'fBuObTybxvROzHtbcLrDhHhPfPEu30Z0c52IHbTIlYkb7RAejyu7jtzBLYh03LJeMvldCFBQdVhwiUp9lr0qGGt5JlyivbnLS1pPH6JBT5QcYx6hPKypav/ETL/50u/bHyJO6L7Wm5okqQU0sQD05t+3em6mju59K+FUcWfBnQ4=', NULL, NULL, 'no', '2023-10-29 16:39:42.189000', '2023-10-29 16:39:42.189000'); -INSERT INTO `bot_wallet_pool` VALUES (69, 'TRON', 'THRboQk7KLrq8BQGP6tZMipRQe1KqhSgFS', 'h10WtVAsB7IXejeQuZD7Y1hSdL84lhGYDFyAetIumNUAo9EAGwA2XJpWRzP9KPhEPjvueDGGV4NxQCK6yVKDar6+H+l9pJ4ddT10W9hGrr2zNvCBG3FJLu1iKcum8guFpxqzrf52vug+Dxp9PnFRBFeBRg8DNdwsYyBfRv+jesA=', NULL, NULL, 'no', '2023-10-29 16:39:42.196000', '2023-10-29 16:39:42.196000'); -INSERT INTO `bot_wallet_pool` VALUES (70, 'TRON', 'TSphXTSDuhGQsHkKzY7f25JkRUqQuiEXS7', 'Jg8+A0IopLD3Qm664MQZ3q6kGwbaVwVlbBjrG6rAdm9sXeYPbSjZ8HOWM8yrmZHSygohCXa8dEhW0bHK+UkE35CvMP2bJjk5HL2mq1/RQPRI2aReDfjuZyUF75AmA9tWM4jJKOoI59Gd4tbSP0PiHQQF4IhG2sah7XUy+mlfonc=', NULL, NULL, 'no', '2023-10-29 16:39:42.202000', '2023-10-29 16:39:42.202000'); -INSERT INTO `bot_wallet_pool` VALUES (71, 'TRON', 'THmD4U2BNCLz7eq3xGxNUZUQcKxrKpU5KG', 'MdRAwMJOsP21/rXSzubK3qpQnzpYxUmTvIlj+yfgHiZM8hc9QZJZuHRur6SCYXYG2jLQGitWpsXRY0OIJX3S9sUnEwhkXs8/cq+jKN8fMl1N7t0/ug8opgeJNpnsoET1kp2bgb8A5UgDObiTMepGFODQAqLGSiIQYmOoBK/a6e4=', NULL, NULL, 'no', '2023-10-29 16:39:42.210000', '2023-10-29 16:39:42.210000'); -INSERT INTO `bot_wallet_pool` VALUES (72, 'TRON', 'TJ4Rm3KVfF14QhJiAwCy9W5XJXCYjPdWRJ', 'CDHxN1y36C4xkPn/fdBnSiWUw0kUU1L13+Djw5CN4jR5ACO1uNwjaQipS0T8v3M7t6Qj1FIo81ZeQwNrzorIbn7VZj9Fe2bMEYMX/oGa+rW+OsABafctoI32UyLj+UPWK7+YSoDPTULYvOMW+nK/wvwwrGbyIkJoqcf3WRQoDm0=', NULL, NULL, 'no', '2023-10-29 16:39:42.235000', '2023-10-29 16:39:42.235000'); -INSERT INTO `bot_wallet_pool` VALUES (73, 'TRON', 'TJNV4m2dBCBqNDW6unXkdGytqwJ7xYNug3', 'Ai0gurH4my3Ken4CIIMQgLKtIIPttpFMhLVGPJszt+TZ2MukWWWN4AWk3nm7O8r1IjtEN9XxW8VGHwYzjPj7SsCFGdKAtUDdPjoH2xA8/til/F6zaJ6HgSUSaGD5NJLXuRLDbykVDvf5S5eVqjDIYTEsjmRHZhGPssdqBPaXTlQ=', NULL, NULL, 'no', '2023-10-29 16:39:42.241000', '2023-10-29 16:39:42.241000'); -INSERT INTO `bot_wallet_pool` VALUES (74, 'TRON', 'TNM3aeTEdZGNY5yhZ4gAe6mNdwpnLQu3Mr', 'kVb80SDenCR6pdWCqV2i3CKXwXbja/wMyGIIuhLvc3qCzZ1Z8Pvbm65ogNBON2H15TnyURwwwuVk4n7b1V4ojMj16qI/HGt/T5scuNtXvEtdH9IM7mQ4mlONfik8Z5f5O+ouSkmB4vHWABaGfbSOox5E3KIFoYxByljbYnyXA80=', NULL, NULL, 'no', '2023-10-29 16:39:42.253000', '2023-10-29 16:39:42.253000'); -INSERT INTO `bot_wallet_pool` VALUES (75, 'TRON', 'TVJTF6Jb63NdwcKo2xneWcadXddBPX2bA1', 'cpyJSnJooRslSQpM03UFftyiL6MhSivL0tDRVd8cSsBhaeAyDn4I9/QOkl/0S6wgdBjMzxfDQc5H07qL99mlhMw4L6QjQNjzUW26dGx/3ixSTNtbxUTy3+opooWNgE7LESM6nW3qm1F6uQSu5jSjjzXNJQrIdZL4BlEIfN0iLw4=', NULL, NULL, 'no', '2023-10-29 16:39:42.261000', '2023-10-29 16:39:42.262000'); -INSERT INTO `bot_wallet_pool` VALUES (76, 'TRON', 'TBBJ3yVR8W9C97ZNCQWuT7Lwo743BEtz1L', 'E406zV0vBLYb6ntsXd9bgJarcLjKKrx5LTZB8wAH3OLV86jkNSTivQKyr4hZiCHMF2pEwEWh10oY+qWmLWlmfYVEXknTerEUGfDG51YsoaRchKudk1mQ5KYZ0ROHH3JwUKvAZrlD1HbS4Fe2vLzZ4rOqgGtBQ7pkktcfiOhkJI8=', NULL, NULL, 'no', '2023-10-29 16:39:42.299000', '2023-10-29 16:39:42.299000'); -INSERT INTO `bot_wallet_pool` VALUES (77, 'TRON', 'TKKBpxRnPPR2PKxtkdSuedSKyoYn4o64WE', 'AdPsi8maRG70TyqMo3zMlv5Uuu8db4N9zzPQtnRo1EoCERIMaagDIoXq8fM6wraweMrKONTQzEm0mGbXGuKbHJRG/2w5DWVvok8yPd3DXjLLXC//Pnas3e9YBJHN7RL5H90LfhWLpATLaVi0BtFVfIyh/Tipypb289n0BighTMY=', NULL, NULL, 'no', '2023-10-29 16:39:42.305000', '2023-10-29 16:39:42.305000'); -INSERT INTO `bot_wallet_pool` VALUES (78, 'TRON', 'TXgp5YmgGNrjb2guNZpt9SQQqwNuc1YfLM', 'AR6FsKjhDe7tiCVTU8Uff4LpPmMAb0Td8nKc1ArxHZPz7PnlPik5JVVWNRH9+TIG8VZQVNoejBBFAzBEjnDp3PEEUwtcZnh653Y53jDIzeM4sjbfJ0flc1R0vYk/Jzobw9/iXPcQ7nuhrW+tf1rN5wRYvua5VU7FnKOQiHAgxLw=', NULL, NULL, 'no', '2023-10-29 16:39:42.316000', '2023-10-29 16:39:42.316000'); -INSERT INTO `bot_wallet_pool` VALUES (79, 'TRON', 'TFb8Hhpye4CCmjSNT95qQDo99xFouRbvgi', 'htbzFCw+3Z+VtaxgeTgD0tLt5H+/BemwMy5pB3DX6zMCX/F8pMP5z/bKPRCYswUY6W6+qioyFpDvWDWXxiN9zmxtXeRUWHmTWJ6GXLr8O+raCy4zy5NiKt2nLqCfhjmE9rVOxX/dHY3HHVNAHKd2r42Cekuv8HOVdNOcdXGk8mM=', NULL, NULL, 'no', '2023-10-29 16:39:42.356000', '2023-10-29 16:39:42.356000'); -INSERT INTO `bot_wallet_pool` VALUES (80, 'TRON', 'TVy7Bvu8SccVjhodfkaR9TNB2LYJUkyMLQ', 'Ffd1hb+HZnB9BtuMlD2MunB8+MY3W5YPZgqJczIH1VO6xU4hfOPFDhb1zdEtMCyZ/EnZj/wWxZa/6L1iL7ebS8fOJNsU3qwGNV9J14SEvUDMvY/QtIC0LlAuHPSxeiQqY8pz1N5AZzGNRUr9Mgx4p4lkpJc2hCEjv6sWl+NIoQI=', NULL, NULL, 'no', '2023-10-29 16:39:42.368000', '2023-10-29 16:39:42.368000'); -INSERT INTO `bot_wallet_pool` VALUES (81, 'TRON', 'TS3BR88cr9qNMHSDDQekKpofqaeMf6bt5q', 'hQ+qykEr3Lf4BY6HLQ7Cnixku8973MReV/igM7fbZsqwyou4TAvXXGCQYtCaAEAhSo/+VsDljabGhpZiQUiWLeCZ29tAAfySjmvfexPJZ+nB01fNhQmUVCzTzR7Gb2SbBAMcQ7tqPffvKCTfEthoOM50TeVpqtEAAoNZr7HSHQs=', NULL, NULL, 'no', '2023-10-29 16:39:42.375000', '2023-10-29 16:39:42.375000'); -INSERT INTO `bot_wallet_pool` VALUES (82, 'TRON', 'TJAXat6NaLZEHTQHZympK8UV73FX1wv8pZ', 'HaaiaISNyiJ2/jFw95p4h19iZNeGs+8zoxB9a7ocGGk7EHFZDpaRX6k9bNB0R4oV9f6K0TcKe6QQ3upJjsNzt45qHmYsoa5buS9jCnpLLopi3o6krzOg2lh/i8CxOUe3iYmxM2c/v+a6bEbTob9u5zZQ+NXdQgZMPemCuug+Z38=', NULL, NULL, 'no', '2023-10-29 16:39:42.382000', '2023-10-29 16:39:42.382000'); -INSERT INTO `bot_wallet_pool` VALUES (83, 'TRON', 'TBXZzXRNvBC8GKMi441Tnr35cPzysFThXM', 'h9O4/aI03H+Pz/KByOPutPQ/4xrFjT04pXZY3OLJwRYv350b9DumZWKOmxcMFW3CngYaKEmDaJBlgxa+MPqjw97Tc6yMC30Oc+BroBvAEjzhpJmTpPKT+5fgd/3caUHKrXVE3A4tHeIBr2c8v3KZgi8zKKIVBh/UdqESiHdATjw=', NULL, NULL, 'no', '2023-10-29 16:39:42.398000', '2023-10-29 16:39:42.398000'); -INSERT INTO `bot_wallet_pool` VALUES (84, 'TRON', 'TJLmxKhKT8ZMEZNaQaoMJVXKGC3nmwqdQ2', 'gfvWYc9WvYOfDOsXsb7xunX+WnoQBoivvLhKGT+4xNlBmQN6Ynto2KrWZuVqgwEvD8ERanlQcEQMrsQFMNHkuLxzU1oDIZ1+j5jemK5bxLRN5KSSJGD/M+hTrF4nmHre0f+THE3M331lRNE4m3fKRtqI64frQ9+cyiXkg6DQE7Y=', NULL, NULL, 'no', '2023-10-29 16:39:42.408000', '2023-10-29 16:39:42.408000'); -INSERT INTO `bot_wallet_pool` VALUES (85, 'TRON', 'TG6zHChjE4J2pAcnYWtMGFKyvpWSZJ5prF', 'FitnGBfk/QIfgktRRE1Rpk8NHgliYqa2/dlBqOB+iG01cCYdQ5/2S3b7dSkH1gF7zoqSlfaJE6GORykx8S5MapzKDImEgKuvGFISDYxZ6+A4gxnHMxpbdXaSvMuGBy6LK//THDSOeVRa4qCMHavQjbWLVW0mW8mt4LdkB7lohAo=', NULL, NULL, 'no', '2023-10-29 16:39:42.415000', '2023-10-29 16:39:42.415000'); -INSERT INTO `bot_wallet_pool` VALUES (86, 'TRON', 'TNHRJZZYFuWYfZmQgmmaStA6SV2QtSgKJK', 'ce7f7Ybes2hXlIY3j1e6nnialfgMY6uj6lBGyx+fz67WDpr6R9VuEXouDRMB00yRT9YyMu8C+hOtLAsq+7utbCPd9znf0hrrgO7QGzC4zbBuOlJMCrUG5pTE9AJk0JVf0VWwVeElcHBMWBHx9oAHy73v3y3Z4aXCNnIPscd4dSI=', NULL, NULL, 'no', '2023-10-29 16:39:42.428000', '2023-10-29 16:39:42.428000'); -INSERT INTO `bot_wallet_pool` VALUES (87, 'TRON', 'TYeK5HgR9UFnXc54gkQkJbG77g8qaZyDEL', 'DOxKEXxB/1hwBtUj3BGJfeOyqIlfFpLBZ+xbsHWMIP45Peg0jD6keIBhGWrhYxvir/Y9mSRYgiDKj6W69A1Dw5CA+OHL6XuuSp45TUQShFxZR+Wdq/FR4fpkNJ/qASSNWQkP4ymzgchE0gLAyWbIo5bsQ4D2P9Wb0CQI6n8VUZo=', NULL, NULL, 'no', '2023-10-29 16:39:42.475000', '2023-10-29 16:39:42.475000'); -INSERT INTO `bot_wallet_pool` VALUES (88, 'TRON', 'TVqR5y1JzegWgGiXXH6BVS4skwr4hrJ7jq', 'LZdMU12/n6DZEs9TLj3uvLST9xvdcPkrfCFkaDxGgm6d4XpvS1kINMDC9rc7P3nOF4zcKv+OlW8FhEn2lcqjc/eILA72zK+cpNdzzg8PunMDPGa67xf1QwNn0xPqZaSN2XIaPzEKvgGhcIwFt8IM6r+WWnSjfxOC/nYhLGmFF10=', NULL, NULL, 'no', '2023-10-29 16:39:42.496000', '2023-10-29 16:39:42.496000'); -INSERT INTO `bot_wallet_pool` VALUES (89, 'TRON', 'TAaKB7a8eej8mkvWbUSKmZH56vR1da3ocM', 'eb5laMg8VXoXP5Q6z2pmhpDoOzcXFV5D1d9OeInJr4PCdLWbz03gNfyB0wH+iUAJHulYNvj8Zsn0mrL5LUcVQo+5dtHy8L/6m0jhd5FXJ9Joa7Jp86sknXL4ji6wBASkCm1UbWA+0Qx0SlzD4Rmi3igYMmOOX/NQqcqEI2uyBpE=', NULL, NULL, 'no', '2023-10-29 16:39:42.504000', '2023-10-29 16:39:42.504000'); -INSERT INTO `bot_wallet_pool` VALUES (90, 'TRON', 'TL3K5DkZWStn6RcpY6SPAira5U9rkj4arZ', 'iL7zRPzdqpt/klrtLZUa6p38mZLBEVe7p1fA+tANIIerMzCoZyK62AjFunOuMYyJbnrviQ16cWtsMtQAEU8uQ8IGpRRtHwK88anDsjMkesN/+FDfSdK13rdqueVcP8+HUL11VB/6XmgWEXcRFPWtgMXFCmGPEl5eQItbRI1Ks84=', NULL, NULL, 'no', '2023-10-29 16:39:42.514000', '2023-10-29 16:39:42.514000'); -INSERT INTO `bot_wallet_pool` VALUES (91, 'TRON', 'TH6KUdyBS3qhLgxgNx6GuHL2YJs1cC6NXD', 'iupvzc1FILmVbi9UBJW56i8v3WZw+dU/YuCm7lqJK0b17wUzZ6h4vN2JICLB0+Uz4wC+Bin+72jCw76veETWk5ZqjepW9Q5nuZOr3/2xbFAE0avmGuRwFSqqptCyGAApc5qQgsnjfx5BZVOdiGOGgG5C5MAiubCx/tZ3jsCIM5M=', NULL, NULL, 'no', '2023-10-29 16:39:42.552000', '2023-10-29 16:39:42.552000'); -INSERT INTO `bot_wallet_pool` VALUES (92, 'TRON', 'TULxiBqrvaYoVZXfbWFSfhwougotr3eree', 'EqPtpHzuj+Scr4xnoED5A2Vx8wlcVMdtIbc71U3NxK3tH9kb/J38eYrAbydaIBR0KyyU2bkpnZizCmD8BywVekh6m0fe6eV/f94MozQGM5SkbWUYyYpMwpNHi0HWs76J3PDp8pk7zsOzIOW7rQ66EHN4lWfWtPngGDLhR8TO6ZE=', NULL, NULL, 'no', '2023-10-29 16:39:42.559000', '2023-10-29 16:39:42.559000'); -INSERT INTO `bot_wallet_pool` VALUES (93, 'TRON', 'TKgayvxu9PD4EjT8uvgWzeTD2LApqKz7xq', 'YFAAMILOYUrlpN17mJhyljBziONRv+6cQDKsakGSPA8qi4hrH66AOkOBHygsLunj4vOnZ0I+eAEZZEP0yLJtXsvBogXdr9zdPi1q0+MwJ9JZYt+iSSMIHyjT69L4IreYHmLdLvxTLcykx8OUb+fHE9Zh5ndP/bNDkGErmIU4ylo=', NULL, NULL, 'no', '2023-10-29 16:39:42.567000', '2023-10-29 16:39:42.567000'); -INSERT INTO `bot_wallet_pool` VALUES (94, 'TRON', 'TLQ748jvjumzw5RZZ5EudNF6KqNEu7wiHR', 'XwZfvs46CxYRGEfoaIx0N3+JLuYnV1dMBnljcYEQK1hHb7HqFIEeHV/v8hj8cCq66QyMH+g8YsR/ZlmrwOEfRPvaWIcPQTZamJRxjlbHMsjX8aYXOjX60grz3awtp1QSOqMJSexKuaVQka4OW+s1gWBsLAnxHc+kbSPEDBZm7A0=', NULL, NULL, 'no', '2023-10-29 16:39:42.615000', '2023-10-29 16:39:42.615000'); -INSERT INTO `bot_wallet_pool` VALUES (95, 'TRON', 'TMPieNjA4JEWhDPK4k4d2fjQiwJu8HUJ5a', 'PJjb57B/Op0a0+MOzACBf8Tgf+Z/yj+zbU0wiOws89AixhVe0NhFGbd2AKWmuuPGejq5b0ov5l/5u4LgEtYevsv75kUdYUSYtXUpa0ernODEFm9gOpug5qlyjqXIFgVK8/p1ZUqxotARt0Tn6p8zx88PFYrTcfIqrYMqBfgm+0Q=', NULL, NULL, 'no', '2023-10-29 16:39:42.623000', '2023-10-29 16:39:42.623000'); -INSERT INTO `bot_wallet_pool` VALUES (96, 'TRON', 'TYzqqSjNWPEi2CUycXEYByYPAAJvBXWQEK', 'Whao1S7mImhxP3yVM9V9ZZqhTvbbnQ2qFdilp3cs8SbjukYmsog8r86d7Jj17RlbEFpFajureJNzoDPmR1a8vcispJeUVDy3FBVv6+J1JqtUaU02Pn+pdaal5zwoVz/YXtxwQTdtzZUCoS2EpWq+a4emtOhX/N9Zpkp5ReslPlw=', NULL, NULL, 'no', '2023-10-29 16:39:42.630000', '2023-10-29 16:39:42.631000'); -INSERT INTO `bot_wallet_pool` VALUES (97, 'TRON', 'TLCGpE4iTwqDu8oXS9k9ywUgWmaKUK9tPB', 'E6qgriNWQQVY+GyG0EZoE3oZ/7Gyl5fcvm3hE9dJOeh1gR0/VN6tUXoP9xHg2RYb37s6/4+hSTJ/Y5z9kPm6MWT4t9UntT+xqe7aUjxm6KWb3fOgsHSKdv5m8qo+Fyr8JxEH+LVk4UORmJtrL0RLOjBFlsE0llDGQyMURGeimkk=', NULL, NULL, 'no', '2023-10-29 16:39:42.659000', '2023-10-29 16:39:42.659000'); -INSERT INTO `bot_wallet_pool` VALUES (98, 'TRON', 'TK9r3QYyhznFkRxdrHMSE4VwRDs1syhsUN', 'L1w87z4FhK5B835oz+azZ4HVtll0iwp/xvfhotzoKV/L7fgx7EDq59zmho+TvhOY4ZKHDwXwTuAGHxbcqzu5/qUpQuo3pENaIa5rjNvhvtRpC6FnwG5RshjCwmyyMZ0DbpSXdLd7PIChqFKv+pOP4fxZVlHyrr99oa6fO/V7tQw=', NULL, NULL, 'no', '2023-10-29 16:39:42.666000', '2023-10-29 16:39:42.666000'); -INSERT INTO `bot_wallet_pool` VALUES (99, 'TRON', 'TUUd6RRH3h5RCg2ad5hh6mhSZtraxyQFZP', 'TPOHUuXfZ599GCmoDkhxok4AQbdUMdwQ0vbiPyZOod3zwI8Q+sDG54LotJhGXp/AP5DdQDudd3wrf7kX6TrRkHjynf0n2Q6GBLYju7JBUqbA1LxLPtmUtpTjEmgvT4TB47lmgoBPCOfff7YE2v8IA79lRHgRb3F+eqLi8Th/6T0=', NULL, NULL, 'no', '2023-10-29 16:39:42.672000', '2023-10-29 16:39:42.672000'); -INSERT INTO `bot_wallet_pool` VALUES (100, 'TRON', 'THGRbNpzr4Xk6SDFjzn78UqvY9pPBzVTUi', 'jacmdDD3oqu+i9TMUIjNzz63NZMPt88dzhOeOCWhbuYGBs9wvh270jRUXAaUGztY+48d4oaBIwT/KgXYnIZClieKDTz+CV+RywXXGEbU5Y+iavVJJojLY4YzIZhPIEMAJNWLm2k9M7R5fKeckW0+YD1HECsTHALjmaFdIOZUm8k=', NULL, NULL, 'no', '2023-10-29 16:39:42.712000', '2023-10-29 16:39:42.713000'); -INSERT INTO `bot_wallet_pool` VALUES (101, 'TRON', 'TDa5CRwARMuLxUu9LExRTcgshdbHPwPmW9', 'Soy18G/d0U1DvsBQxsvUmK4/H5PYVycORMTbkiQx8m9xypWVI+3sUDrfJzfEyWtFJuhBVY9tAnwhGw6zKW0Yb+MJo4S5i+U/406Us9U8o3U97X8c+txM9WFV9E1TRdFs7mv4nta/CG3u30YBrcm4Oi9G6jYfEz3Fpv5dgKRFdmQ=', NULL, NULL, 'no', '2023-10-29 16:39:42.721000', '2023-10-29 16:39:42.721000'); -INSERT INTO `bot_wallet_pool` VALUES (102, 'TRON', 'TV8YgN1vrb2fjYYkVUFkpE9yq5Qc9KnMDe', 'Eqa9G/CVlsIM7yL/FntS+Bkmi5GCUZrTp2PWygvTRIHRiAqP55oC4dqRFyPWHVMEUkMHSIGtYfZMO3X0XzDNldXT+zL8POzFHDNv4+omu5IQjYx1l6E0whRlV8zmMq6g/AjrOt7OMSdItt5AkFe5+tMTHXRZXWpZo+1DHbE1mpg=', NULL, NULL, 'no', '2023-10-29 16:39:42.727000', '2023-10-29 16:39:42.727000'); -INSERT INTO `bot_wallet_pool` VALUES (103, 'TRON', 'TTuV2WS1Ghytyk6u99hmpAxsYfDj2TBmrQ', 'Big5do8ytqp7G6KBXqKP82GsaZ7Mz+yPBijStmMlQbUOK4U7LCJ9YPFndjIS7zlZtuN9j1BNW5KMn9mvEVyZUmFJPtiKKcNb3rq5RoYW8AcLzv5RjgSm/kFAzLhy3DdHANDYA9x0EymySsMmVnBlUSDqUUqsvYbheu0uWeNzzkU=', NULL, NULL, 'no', '2023-10-29 16:39:42.734000', '2023-10-29 16:39:42.734000'); -INSERT INTO `bot_wallet_pool` VALUES (104, 'TRON', 'TXcZ9L6BTBvgBRWGfp8WqzMSQBZcRjYwTt', 'MuVjsU+235weG6V7jQb+J8DFgOJCPKFrDLWEwe/mbYC2837rNqIRxpDSSNII31AKjxn2Ko3HCfMrP0ftWEmqa1S6ioXd+Bm7b4KoD/WG1iZT/EFCqJMuqWnslgsvax2Rp/ZiE9/M2oMAQmSOeC1klk6TE/+DVwxZr5XV5oBI/wU=', NULL, NULL, 'no', '2023-10-29 16:39:42.770000', '2023-10-29 16:39:42.770000'); -INSERT INTO `bot_wallet_pool` VALUES (105, 'TRON', 'TUYWAwbqi7sD7E4J11m25iji4gkq8sUhGE', 'OKsSGD8nvO8vjbQtp0+HTXLU++je7bWm1zpn9SM2sRotr1Mv3JXGaqIWBA3d4HwMlCfnU/CDagW7bvbiTwGBVrCug5IRDziuroQK+s6JCgG1n0+nMXNLEudMML6nj88tO1d6+1LHLilyhBM0zFgJpROHPC99AzaJeBVTxEJmJQE=', NULL, NULL, 'no', '2023-10-29 16:39:42.780000', '2023-10-29 16:39:42.780000'); -INSERT INTO `bot_wallet_pool` VALUES (106, 'TRON', 'TP1UTH3fuFdAP9yTrTABkujVKtDuH3RTop', 'LV6Rl0mnfrOl2kjcxy5gnjjWkat0IhC1AbJV7sMcub0BGRnAVo3AJXG4ltiNfL+1XKBbltW/ZnlYX+GNmrclrWueqvs7RWiy4/77Gl60nUiUiDtvdB+7R9+1S4ANtMccUqeVcx46Q41ds9CoFX/8RO/2ZlhY0eGdsyWEf1gj2wo=', NULL, NULL, 'no', '2023-10-29 16:39:42.790000', '2023-10-29 16:39:42.790000'); -INSERT INTO `bot_wallet_pool` VALUES (107, 'TRON', 'TDAXqmwjXef5H6YU99WE9M8pYD4qXuJDfV', 'E2AQmzR8RBwkIGpp8ePUVX29pCwOrqqAlKWC0DZEFHo8KD3T2IWdayMc4pVYnsGay52jJ7d2K8DULrQI6sOpU5h5885Eq47zKYZEIpfmh05Lfn1gLsihr3fOZPdHMJ54x1fVmIBCEp3B1qbtG/MgAKsKz3bGBu+Cu6s8lOSJUA8=', NULL, NULL, 'no', '2023-10-29 16:39:42.800000', '2023-10-29 16:39:42.800000'); -INSERT INTO `bot_wallet_pool` VALUES (108, 'TRON', 'TN3UgNTSm8jdDbpxHDNovHKgAFapS2gQ8L', 'QIB8zsB3VzIiPDBy0KiuJf8ndK4rzEePirDH5R79DMPZynECq4luf0TWHjGrZPNu5GYSeqIfjgvELo70GWnV2YM136kEFa/lmEQhzzVt51G1cXxPplP14p+4J6Z4dsM8LDIGTrGlssm2zO2OBBWd+75Y0bufC4CUmVfM2c4Yinw=', NULL, NULL, 'no', '2023-10-29 16:39:42.835000', '2023-10-29 16:39:42.835000'); -INSERT INTO `bot_wallet_pool` VALUES (109, 'TRON', 'TDiUqHBDFKapELQtaBJ7VnVtSk4nQqfVdf', 'ho3APRjqTHL7O6T1vGbfecpx2qyytWnYMHxjYQXiuWbVbiPUPWhLqd2STxkfYFYIqQDWbFeMrqOBoFOlPs6TCvVAiqa42cPYNkUQ/Fw4SxcOd0Ct0d49rQK+cIyxKuyGprwGKmTrjmW31rGQeFKpnrZlgNWylKewkibHB7zISc0=', NULL, NULL, 'no', '2023-10-29 16:39:42.847000', '2023-10-29 16:39:42.847000'); -INSERT INTO `bot_wallet_pool` VALUES (110, 'TRON', 'TSyVdS1PX1u3sfGs3rgovnyJzXYXUMdRiV', 'NiJnutdPiyyOQznW6GR7Ot1lP4CyrZc6q4YCe4hbRpEulOEn2w/GaZJLFWttmYKMA40EHY38OVGEj4vCw0XSCtmchBuka5vD1z/QzoHCOE8K8t8/gZ2L6meggp0Osv+3E/vzvJwmhYsAxs0BoL3rbvMflTOSXlX1nedpxINgteE=', NULL, NULL, 'no', '2023-10-29 16:39:42.855000', '2023-10-29 16:39:42.855000'); -INSERT INTO `bot_wallet_pool` VALUES (111, 'TRON', 'TWyDCm9aCCeeo7fGfZuvu7ajCNRDhtqsw6', 'PnhGBluF5h86qE3XlJ9wwg31VQMEWviIsn/trDwzhOomufAjmg1YHLLoWPOzF/KkOG/+uw2kHLi6vXHvvfVYihQ+twBCqRqDCJdlepWpM6J+aRB+er5VF7tlVxD+DGUQbVJ8ty2M6ZpR1btud/7lpsRiycHWPLHq2UkqhegsvN8=', NULL, NULL, 'no', '2023-10-29 16:39:42.862000', '2023-10-29 16:39:42.862000'); -INSERT INTO `bot_wallet_pool` VALUES (112, 'TRON', 'TLdYr3ScHJoKyDPgpXh7hbRULYx4Kg6kz3', 'Tit9+o5xSH/RVLhlQYxjslZysytTzvaPQd1S8LoPowGrMdCGxT/b4R/NNrCKUb3x0R7B/U4WX8skhbdIk+rO+SLqjVQKzNNv+NjABNyi+kGwCTMosRJLlO2SFYAj+LFKcggBMLPcrz1/NKWYXHJYBXCA8fyJ7i9Z8jCJEn86htk=', NULL, NULL, 'no', '2023-10-29 16:39:42.900000', '2023-10-29 16:39:42.900000'); -INSERT INTO `bot_wallet_pool` VALUES (113, 'TRON', 'TBr6KRkpn7N366o3CMjvK22q4XFTLR47op', 'AcGMIZ26ZePSPdo9UHMCzveyD/O8jPjmf2ur6EmozDYXns0wohXbVGfV9sQyyeeOBVt4V3tbSq7XlG9jR4jWeJECF4pm1DDILrjEc2yhFM3BYk4UJOvJhTQEKDZ2Xy6FeeKjskTP84SrcWUonI1EcIq0/74hcAwyYR1hSHjvjGo=', NULL, NULL, 'no', '2023-10-29 16:39:42.907000', '2023-10-29 16:39:42.907000'); -INSERT INTO `bot_wallet_pool` VALUES (114, 'TRON', 'TN47tMW4zFuVpU3keY62riM28zTPpAagJ9', 'BBubze8taRX9gW+Ek6WeGxcplKMeBin3eJlxrnI3hrM5eJwQoD7HbhHQI3yaYIeKKrTOriQj15OES12HBDazZcaeWu8YUagpLRu82DhWM7xsj9BekD1K+Ha7Gv3MrnVgozxl3eIOEIV7DUFxgoRMKJ0yAy4mi9rakDt14gFmFhI=', NULL, NULL, 'no', '2023-10-29 16:39:42.911000', '2023-10-29 16:39:42.911000'); -INSERT INTO `bot_wallet_pool` VALUES (115, 'TRON', 'TYJurqJPKVpy58WYN4EE8SCzR95dKSBnXQ', 'Wqvy0g+tN1Gi4D6/l5BxR9JRyq5uISQKr0FqTRWxwveNCKlBRD4MI+izXOvO8sGeASUJRDLqLKllHoe3s6HdCfEld+S4vuREu0wpejM9Lg2ObVQK2+PTZmSrT+c6d0ET7GPdQ25s4L/1N5yE9FFn813+W7LwcTimZZGG6674cn0=', NULL, NULL, 'no', '2023-10-29 16:39:42.922000', '2023-10-29 16:39:42.922000'); -INSERT INTO `bot_wallet_pool` VALUES (116, 'TRON', 'TSrYvdPqYMUKN7BCejmyA1tsUoQX2XcwY4', 'PbJTDPC+4AXVokVNANwL3zx6TLr9YsrJdHRRknhtot48xpYjkTpAVTSWl5WqUtb24fM3OFN0BIGN+WigL5f4opyLJYFcE7wka96nmHKk2+J6/xXqV3a+pElyyv6PEZtlCLQcieFukv+EVmxcrhX/HtjRsujXT+9wc0DuExwVg2g=', NULL, NULL, 'no', '2023-10-29 16:39:42.943000', '2023-10-29 16:39:42.943000'); -INSERT INTO `bot_wallet_pool` VALUES (117, 'TRON', 'THxv8HvR6e1LSKKoit3sze4pH81yhutfhR', 'DUykP5QwHh0GXNZdt70ITp5CqcbMGPdxeCw02hDkbGRXyYi6Hj3ETcozOqxEw2I6jy/TEffIhN2Ip4Ze+dc3e6Sz5zwuqBvXoF2C0002+lsZbEKC5ELM+sErLY75lo2MdrNaao9GWcpIrYPQ4/84uqvL39Qkif7gKKIU/K/j8dM=', NULL, NULL, 'no', '2023-10-29 16:39:42.948000', '2023-10-29 16:39:42.948000'); -INSERT INTO `bot_wallet_pool` VALUES (118, 'TRON', 'TM1Mk9ZkYgJJy4e1HxFNZWYTM4abpFQnXP', 'TXFsgvZPHzkRWTviYcHrV7EqdFtR8+4pBUkrORVf2ebSysFEeV2HLEOVtsrO3TXWqmorqxbm9Wo/CiASc46d3AgAtgGNPmF0fCnPNzC78tsTh5JdPBYTABUTL+HktCgfyIrmBq5sK4h+1OtNfKArvhsYGe/xdYsYde+VGcFkcKA=', NULL, NULL, 'no', '2023-10-29 16:39:42.952000', '2023-10-29 16:39:42.952000'); -INSERT INTO `bot_wallet_pool` VALUES (119, 'TRON', 'TJzoMmKDrAqHVFh3Z9w29LQyXEgqbQ5Dke', 'd7TEfhNDoo5wZT7KoTyen3zXSlvJLD0jlSDRzaSd3zRFJX8R/g2VLLazDTmLp1QpCxbtiZZ5s5BuopYozRf1/XFyudTP68bbpEfjvfbtKPvjZYQg340XBML/CsDHZZih5lukY/a+pfuZeHZCPKuYPYl7b36in8pLVKKELpAo0eg=', NULL, NULL, 'no', '2023-10-29 16:39:42.961000', '2023-10-29 16:39:42.961000'); -INSERT INTO `bot_wallet_pool` VALUES (120, 'TRON', 'TTmoB3uCqYcMN16ryPrvbTr6kP8wxhdsYR', 'J/BCX0+EdZraCh38T1n3J13yVrrj+KpfsDeYmhF0uIz9PBWj2BKeX/PkrzPHWWiBQpxabJp5Cs30SwH25RotW9xtVcnfWe3cDajJ0O46e0gmLiC50a0YTf1ThdJtnhSlffShETY4l5m6ZxXOXMf/04sM/heG2+zU5MWhYZIV2DY=', NULL, NULL, 'no', '2023-10-29 16:39:43.002000', '2023-10-29 16:39:43.002000'); -INSERT INTO `bot_wallet_pool` VALUES (121, 'TRON', 'TWkFUT4GYNaMVMiXPcfyGFx6rGysqcUx4x', 'eQ1KzeccGKr+1FBwkbE7gSbuYC5q5k4rpubwfb6t+vqR+PEK80z2w5OlAIwT+7XLrAMzLJdIvQGSphdRnKy3V6DtXdPndeU+f9k15ixjZpSiyBU4zwldixFG8INY+mxrG/1FQnbOBd5e1jFQmSUwUv8lG8qwgAdDmoD7TydlCRc=', NULL, NULL, 'no', '2023-10-29 16:39:43.018000', '2023-10-29 16:39:43.018000'); -INSERT INTO `bot_wallet_pool` VALUES (122, 'TRON', 'TMQMSEpiEocRZFbh5wth8kPxrqGQzX7J9V', 'QH3Lbp8bk80p5Fz1dpRrmhHJaH6aED8Zk9C2FjhjN965P4+q24Kq5AZV9o5iJA2gZ/DsJm3YBncBPp0FgOhJ2q96ByqxbOROrWOMDnVO073iRs/zlX5vAHKNF2albYD5RKbDUHxd9xy+2lviLfoeCpbMkK6xiUSIontEVD9HEZ8=', NULL, NULL, 'no', '2023-10-29 16:39:43.028000', '2023-10-29 16:39:43.028000'); -INSERT INTO `bot_wallet_pool` VALUES (123, 'TRON', 'TL2PbWtwawKk8B9mBe14YQbvaautThRRT6', 'NdCE8wX//F6j9FFpxVQfXFB13FhiIG0PXZhPqXWLWIiwwL8i2HKQ59JXHU/5qhUsAFsgO3kXRDHX96Pk9xlV77AJG7JtH+wc9HB5+9XzS7fMok+13/Ct4lVzKmjQYd0USt4Tyqa9VGyRHMjpdWPIiymllcWWhH8MiiIsVoIaO6E=', NULL, NULL, 'no', '2023-10-29 16:39:43.038000', '2023-10-29 16:39:43.038000'); -INSERT INTO `bot_wallet_pool` VALUES (124, 'TRON', 'TNZ63S5Z8skiRhq8eUHwmDWNQJPshsdZ6J', 'IvhGNaoCogYWAqzY3No2cjSFC2Ct0DuxAyuQ8iCMDhPTIRrqlCCqMitNDAC5JYg+BePxgxDESA+bsSuNZxVrZHr844P1bON4KesTACfI9dJmMVrzZoalpEAXZ6IU0DRPYJPW9lLVhFrWaLm9C6TfGpEXRUeuZKZIe9vW+c4Lyoo=', NULL, NULL, 'no', '2023-10-29 16:39:43.077000', '2023-10-29 16:39:43.077000'); -INSERT INTO `bot_wallet_pool` VALUES (125, 'TRON', 'TRaruACZZdLViWHZgEma5duViaeKgthCcM', 'fDWusq7bo0RdBG8VPySfgGnsILUNygR65gnan/EzGk0NWwU3iOrFIqG2H0Hdemfy1WLm59vAKd6mH9JiTiO+G12L1kaS4YKtPOh8pNqVTdjmwC+n5978Lkx2BG7Sr52a/AwMLUuvf07J5u/VMq64tKit0+RA3WrGj16ykJZp9Sc=', NULL, NULL, 'no', '2023-10-29 16:39:43.086000', '2023-10-29 16:39:43.086000'); -INSERT INTO `bot_wallet_pool` VALUES (126, 'TRON', 'TNXvLphg7rL3vUuybpCas8v2yqUD5Nv1kM', 'VjA5Y4ctVJ3BQ400vuveiOkGoZitmUPRc/SckNfPTPVthSQIgyNaPzHmZcM9KdOIUEAq89CfJEWTZmm4BHtLq1Cc7rK8TJAn1L6NL6c+uQ4/gXJoCYU5wnC48z1RzLJo+296NcSuL6DkxWYLVmALKdMRqyKSSbBUOlHkoeOaaWg=', NULL, NULL, 'no', '2023-10-29 16:39:43.096000', '2023-10-29 16:39:43.096000'); -INSERT INTO `bot_wallet_pool` VALUES (127, 'TRON', 'TWvWM9nwdstdr6mALtVPw5bCjFbqoMy4rM', 'gGtXXt0BcMrEYOOI0j5ZCQxPf1Rsb+m82uhqAiYlzIjJdfC0ktWoPp1lA4kOlvfZdTul1A80ZoKn8e4CRTdkPCKIDZGorrVVMBbB8ctnewunFyQUo6BWazUSCvUEkmUHYXosolBW/dtZ2523q1RIt7W96BKZzwHyiCBroeinHxs=', NULL, NULL, 'no', '2023-10-29 16:39:43.118000', '2023-10-29 16:39:43.118000'); -INSERT INTO `bot_wallet_pool` VALUES (128, 'TRON', 'TNL7Hu4x8F5d3J5bJ13S3MRnNLH5LfuQHL', 'W1HpnwCl/dni3oSdVqMeHuSQ1BtWgr7E/TqZItbi4YhO2s6ujzlkifj2QtBmzI+z+1TU3C+IriAUvazIRl73ZJQ8VJSJk9uYj1e3HQFRyICOikHf58ZCmDnxDVst15Xxkc4CTij58Q0prnIMcI5+fuUuEkmJ0PMkf0JDLqymtJ8=', NULL, NULL, 'no', '2023-10-29 16:39:43.129000', '2023-10-29 16:39:43.129000'); -INSERT INTO `bot_wallet_pool` VALUES (129, 'TRON', 'TPtzQscH8dcfe9xtN4ca9KAvZ5nMzc9TEh', 'SsnxSQixJMpci/gIph/pb6a9PAkL0ThcdXJzgmwyF1JUUvXqrs71+JTPoXDHfz6Ltg+vIc1jRpMeFa/g5u0sbu9EuZbl7HOcvTDqAzcIxNADuEd33wehhDbDRA1DvojejgkOmw+QdPC78dGc9hOJDPXkpkRX9k9+PkWR4UyBrP8=', NULL, NULL, 'no', '2023-10-29 16:39:43.145000', '2023-10-29 16:39:43.145000'); -INSERT INTO `bot_wallet_pool` VALUES (130, 'TRON', 'TRRG77ktue1jg9AeQS4zBwCqngGV3boK4F', 'Ptv3hWnwP58pwHRVdJPAKFIfaVypRLN8r1xgnmDuEP/78YB4pTtz8pCDP3lgBJhUn8bK2X2x8/zKirddmF7L6+SHaTCgyQ1mx2IPH21dvKqXTPG24XYtDiqp+7Z3nG+2ytT9YszZhLQefhUOqKsbfttAEvC71z/9S0MxNaILYV8=', NULL, NULL, 'no', '2023-10-29 16:39:43.188000', '2023-10-29 16:39:43.188000'); -INSERT INTO `bot_wallet_pool` VALUES (131, 'TRON', 'TH4mXHHcKZvjPTWSim4FCBVgAb3wAKx2K7', 'GUSOoilwhSIXPU0OH9vl+eC754xJiMvpg+UYTkh1hzMx2tTZOecvvzNvzRwdJ7FUjWFZFt4JKCNiUENdy63XXm0FRgQiamXc5Wx44uCm5W1oOVdpeIygIY1IMoR9i8JkBUdOl6cRoV/+pkr4e7G5UdWqhGhRhvvNSNCSzJ51UZo=', NULL, NULL, 'no', '2023-10-29 16:39:43.199000', '2023-10-29 16:39:43.199000'); -INSERT INTO `bot_wallet_pool` VALUES (132, 'TRON', 'TWPUK9KL4fzYneqCGANBE8D3pH6A7mStQc', 'hgOogO2BRi7vLm8/nhXdoSYUgLfsDOOealTY4GaAslTHFCUue8KJ6dHxdgcInLwSB7cKZAsiCpAasf3wnidDNGpTCO+LPfot601EwgaHq0Twml/FaaL9hIhxUpHi2q8ANQifnLZmFFPQtQhVylIxR93ofr5P/gCQMJEDNMGDLFY=', NULL, NULL, 'no', '2023-10-29 16:39:43.206000', '2023-10-29 16:39:43.206000'); -INSERT INTO `bot_wallet_pool` VALUES (133, 'TRON', 'TK2v937d6U6KSj94yHMAinaszrrMuVv9AT', 'd4f84koYCuTIzLlnpKWzQoN+EchYFubf4K2kowLxYgvOTebHMVGSGTcnhtfQISgE290OorgtYYadeyja+qdKWC5/Mvcj/z4msB7O1Eg3Ltl0q3fXaFei3mh/41W8SS0Qi12lHdNdeftE8ZoUdp45S/PUjJsNBclUtbEkTkkQcG0=', NULL, NULL, 'no', '2023-10-29 16:39:43.244000', '2023-10-29 16:39:43.244000'); -INSERT INTO `bot_wallet_pool` VALUES (134, 'TRON', 'TXQMs6x8Pyn4TLJAGkwYwth8CfDQMTziQb', 'ZZUFgE7qAbhO8a+A0urPcG5KHKTirH2udbiXEUqIAf/WqgYnULc4jJvro3ijFB+XebCt1vl3dH2wepVJWtFMlMlpqqaR2H4IZrXA6SRt53LSFlv59rLYle6EvBkRTbR1QGVSL07RVQINF4hOloUzUSA2ZQPMYcW5Cw8rlup3zjE=', NULL, NULL, 'no', '2023-10-29 16:39:43.249000', '2023-10-29 16:39:43.249000'); -INSERT INTO `bot_wallet_pool` VALUES (135, 'TRON', 'TSrseyqrt1UqyqSKsAWjwFkjSwd8RDm85f', 'VkFC/xXSpjbDImfdFOyyPrBeBo6/ZlIC7ozQA3cDCxMGqCZ/SGbAmAJ8XaMRl7mF4HpWHDzCW+MOnSy2VdQp9sthiZ8e8P7WsDEgXXlLWZ7+JZTMr8kdAcUIIjeBicrwcajWNZGId2xrsHUJp4LE9IGzFaZwL/ae8tWRwzY8yVs=', NULL, NULL, 'no', '2023-10-29 16:39:43.254000', '2023-10-29 16:39:43.254000'); -INSERT INTO `bot_wallet_pool` VALUES (136, 'TRON', 'TYSvisWpWWgL72Jk8zyf2bCkcGwndMCVFr', 'SuiVh+GSQJqwrnbajrN4ZnkFhxLwVJOI121MY3bpIbOdoYbOaJnyc5plDct2OUO3g8NFWv42QP5CmwJxLZHR3lLtvNJzb9cT+K8MHhTpHtlMicblQdqGxiy8mG6EsYLCX7e7BSbG7dHlEHwdjmvswLZfxh5eDSRNFWgEyKiwZWA=', NULL, NULL, 'no', '2023-10-29 16:39:43.261000', '2023-10-29 16:39:43.261000'); -INSERT INTO `bot_wallet_pool` VALUES (137, 'TRON', 'TPY8itRGwJa6VLEguW7JsbffbtgyCJpY41', 'Ag+U+fM4Kf8c3iYAVLEz6FUfqv/n1JakvVtOgkVyl3YLmShb85fV5dJytJVcM2/J7fqkQ7Gm9yleilfb5Zveq04eTzPgU6p3H04I5cCuH0bpiTpa1+eNbO7XMjMvOne9XKNW1vkMSAjcIzfsJG26S9Tg3iyZ/6ZINZMIn/N4ZIM=', NULL, NULL, 'no', '2023-10-29 16:39:43.267000', '2023-10-29 16:39:43.267000'); -INSERT INTO `bot_wallet_pool` VALUES (138, 'TRON', 'TEZFUcprbWgC8B9YLSQRdsFcgfCg7HD4ha', 'j9Rsea7FfXET8IfDBZrgvlDBn2L6fYs/DR9vgX7mOGUjID3GasSTiLPqLzR7580MnXSZa5wMthO84B3TStGdFOE1lACwhFG3vrAIYslqXD3Y3KWHIdO6yOwyy7+k26YVOCatNRRwtiX1LLqr5QNrHrimpuaAERS28lNAeqkl53Q=', NULL, NULL, 'no', '2023-10-29 16:39:43.304000', '2023-10-29 16:39:43.304000'); -INSERT INTO `bot_wallet_pool` VALUES (139, 'TRON', 'TLmSvMfJkPZ2AHci16YW79Be6DWZsm3ToW', 'Vl2dLbA1F9MFsV0A4Wp9FKYkPqGR9XRdj2AHmWPBFmZx2KaYKBorNnBhXj7w2oUlvyBkUOrFILIoelA8gVwbt1HI7Mm5mDYfguk5qu9TrNtqfKMryQ8ePf9rBEhSSCw2AK2u4leiYIxVPZndL0hvcVAai2Hwcgvw3SMglMlBEmk=', NULL, NULL, 'no', '2023-10-29 16:39:43.310000', '2023-10-29 16:39:43.310000'); -INSERT INTO `bot_wallet_pool` VALUES (140, 'TRON', 'TTFkXoYqPYxGxQKzRhjLEJSSy51mBfLmAK', 'jHHLrI6g7/zxXGXQnt3/zjOeiHDjVXZRkpEeNDkD5SXXZgrr3iscLLaCTdlZyNaAx4oTRdO5QyjNb+bng/GmKHRkruJZUEKJYZoZCw4rhauwh1WMD1AyQ4Z2f/PGaX7h05PXJRgpiUoxTmJEaVzYd7wthFOJ1EsEsf9fFp2n+ck=', NULL, NULL, 'no', '2023-10-29 16:39:43.315000', '2023-10-29 16:39:43.315000'); -INSERT INTO `bot_wallet_pool` VALUES (141, 'TRON', 'TBpjAJSWdg8GSNLS2ev2DoeSSKvW4D5gV6', 'kbJABRWyV/IDXlOmptqWfuhlDOkbcG5HYUKwM/RWJj4Tg+cVO1niE61jR/8VzEDRDOD+xRXhuskDn36Cw89WEsG43j6YOzRBCfB982LUFeYlJ5MckKRbWa6p8pOueh36bATVGPKXgl6e5L3gu2sbFKcro0RSm56Xfk3j28zsO00=', NULL, NULL, 'no', '2023-10-29 16:39:43.321000', '2023-10-29 16:39:43.321000'); -INSERT INTO `bot_wallet_pool` VALUES (142, 'TRON', 'TJbWvozMf1SAQmw21rGu7hEF1sSM9xV4fT', 'T3TfK4twyZ6/LNTSuoNkrp8fqR3qKnB/We3V9T3WvWX33jWsIdIdDvRULC9kORcS0lkiCX8H9hzS19YgXa7aXs9kvvKEWxQZwC5a+MXDlVSNPEG+BZZBCELHRbogLpSK8ntDGEN9aWVgEB8jOlrh5PMwEm8Kx+i4x4mUDsiiV4Q=', NULL, NULL, 'no', '2023-10-29 16:39:43.327000', '2023-10-29 16:39:43.327000'); -INSERT INTO `bot_wallet_pool` VALUES (143, 'TRON', 'TU78BgrWUfGnS5NPMar1XXByyCTDFP9pyz', 'EEA33fZRdjoeHQnW3FVT5uaaNqYuNOcrNsP6ipBnzKMWuz1GmcTUcOhz0Vmms6+vYoXhA/1FealqVOSihePxJ3KODPUZw5ViXfw62NwbRukdWL+eW8WtZl22j8AsE9IscF4tupjjfT8UvQqlkeLUuZOM4tKxmLTnqd+Tp6z1mNI=', NULL, NULL, 'no', '2023-10-29 16:39:43.366000', '2023-10-29 16:39:43.366000'); -INSERT INTO `bot_wallet_pool` VALUES (144, 'TRON', 'TW5iWp3VmgHUTqEZjLq66kWfsyTWreoGcx', 'WohuYQH0HQlq+/LTVJvvq3shkwPtgiBSuZXR9u8/yliKReKmiDNrlv5E2Wi6nORtB4ialc7z6oe6MEGgQqeldoMqaxaoOwsBN1JpNgecqkvbfQUiS6dCOrDzGcvjvC0qJyfnOJardXpP4Nn0BX6ksZBzcrEr+iJmTbHYqjZNNqg=', NULL, NULL, 'no', '2023-10-29 16:39:43.373000', '2023-10-29 16:39:43.373000'); -INSERT INTO `bot_wallet_pool` VALUES (145, 'TRON', 'TPcRtivuXuJNZyYvB9p6MYiDNbpmA74qXh', 'Erdp7KcqNgqL29WN1BXhPFBrtQmSOaSEhAYFKeAXYzBHtuk23E5k9ddw2QuhfMo8LYu+GHN+3LfZ3UfjfvDj83xnI7oDat8I2SZaE4ziXnOVm+elwIJojLDsWnWCfIC02kzr/jELz3hGAxqNPoYo1hK+9pISJSUck5Vvyi0lVik=', NULL, NULL, 'no', '2023-10-29 16:39:43.382000', '2023-10-29 16:39:43.382000'); -INSERT INTO `bot_wallet_pool` VALUES (146, 'TRON', 'TJc8mbYLiXmScJ6U9PmAGaEC2VeB8aMen7', 'ZnVUZtL+e4qBti42+hpJfkDHgcCiR9a600QGGg/o4Bl/x1CCezys44G/y0rC9f0hsf7sLiNUrfXSCd+6OXr7wlLmVLWDOKQczoLN6XIqZaFmZ5yAVxyUDmML1MGnPUMFwlYTSdxZId//Ri7RkM1qwIuZvArsa1sSlY11plJdLCo=', NULL, NULL, 'no', '2023-10-29 16:39:43.392000', '2023-10-29 16:39:43.392000'); -INSERT INTO `bot_wallet_pool` VALUES (147, 'TRON', 'TPcuG3J9envDUxcnLKWzWemyL1WsQQMWup', 'g5m2cENNsZds0ksbNSWfhnlvH44o/rp2VJTvpFrenLyYquRjvbSD3ET+6GjKlLRH0jPPe2ZyLOqNswi2DpAKi3q8yf6D7Gs8EOBFNVvC1/J9ZaeEnfV58HeOgoEPvJp9ICYf0EtC4GkpivRmU21+DdClJdDRWFyiZu66V7fke5Q=', NULL, NULL, 'no', '2023-10-29 16:39:43.444000', '2023-10-29 16:39:43.444000'); -INSERT INTO `bot_wallet_pool` VALUES (148, 'TRON', 'TX7WyXrHVZyUGtq7AqQqdk1s7BDABLo5VJ', 'LTZu7LMUqAEzwgwjU1zUgp/oiOcEOHfI0jaRMy83edPRl4n5YKUWT+J5vxAbXpJhyqWvZTn5zJdzvF26bxv41sr6aKuPO25UBe6CTDcbM06cIHy4LCpjJVPKokFhJCh+seMhkWjDah6KoKsy85pud8zjEyrjWV9ylKH1734pNhA=', NULL, NULL, 'no', '2023-10-29 16:39:43.464000', '2023-10-29 16:39:43.464000'); -INSERT INTO `bot_wallet_pool` VALUES (149, 'TRON', 'TU1uj36dDoFDCNb1yMhPSWp7Vuj1yKvZ2U', 'gm3B+nIVRBHhL07+SPNaK0Wy9BioCi6AHeurXtNoBBOYkiOatQVO4W3XeigPHNt3sJ9uVRJvayZOQydbntsO+ByDiD2X3HHGx9Ef749hx0c28ocj+pbVXisMP1QbaDy6qDKf+L+JosxlvILw5qlSkMHZfAh7taFEJm8gas7Sd+Y=', NULL, NULL, 'no', '2023-10-29 16:39:43.482000', '2023-10-29 16:39:43.482000'); -INSERT INTO `bot_wallet_pool` VALUES (150, 'TRON', 'TRvfkusEdeGxja8P9Fx58BhV2uRSwTj173', 'lcdUmJwcij24E+kw0igDmyaNH7eTtq4uhYMTAquSfaOrxELI57LUOBO67vP8Pz5kMa5cteob7d4WqY4fr4ahdDr/YbNH03xs548+//KtK+qzowi+/OHKtnd4WGKzwt08LwKR/dugP0NXGIzZvraGRKwlM8oXtfJBgtDowXlvBQA=', NULL, NULL, 'no', '2023-10-29 16:39:43.491000', '2023-10-29 16:39:43.491000'); -INSERT INTO `bot_wallet_pool` VALUES (151, 'TRON', 'TJY39bX8KtZoR7hwT9bpCbm5BTsFm2xWug', 'FZBxy7vkhStx9q2Q5CnbFvHur9/1wFz84r0PHRonHkrtnE2sjIu8x9K0YrT5KsvfatYIR0zJLlozL6czbSgM8lcVJzTgoR2BrDYnGW9aBcxyVRGUGvhTehF8Cd3hrer008dsdcl2pI4KYoPqgx96n7FiOjSSsl4/VhEyYN2qpV0=', NULL, NULL, 'no', '2023-10-29 16:39:43.497000', '2023-10-29 16:39:43.497000'); -INSERT INTO `bot_wallet_pool` VALUES (152, 'TRON', 'TVvxwAgBphZp2dUE8cz7eZj1j2HLmfKh27', 'bk9MAULhAFZ6GgD7FNPwHIIZgHX3+TSax6SJ8aOhJ8iI/yVfN/U4bEEQZVuV0OHTAzxzD9SCFZSsAM0xyd97d1PQQs8ulNXhhx+OuOuM9wCd40Dw4apCbJgxs923tVsUY8Fla7xP6X2nCm5JQuUYZ5txNReHu3xdU3FnDyD6kYU=', NULL, NULL, 'no', '2023-10-29 16:39:43.504000', '2023-10-29 16:39:43.504000'); -INSERT INTO `bot_wallet_pool` VALUES (153, 'TRON', 'TJDpGVnQUu55s6a8Snbas2VraNWozhFMpN', 'G/DwyuXe1IlVrGrOWcopL0kYBJVG9YmZS13uno6pyYmuyKOKitoP7Ap6F8qjEOSbf15Fy9ynqUBnEFkI87+izdS39/OsExroIyrzqDBxpyGcyv8IUtIauZEe4CWgWzTAkewCvivxhuRc9Wtm4/4U3jwIiAa4BrtD8fbL5oebIuQ=', NULL, NULL, 'no', '2023-10-29 16:39:43.529000', '2023-10-29 16:39:43.529000'); -INSERT INTO `bot_wallet_pool` VALUES (154, 'TRON', 'TTUsCSb1WqYjtBSzH2Xpi8wzjuvZV9EtTJ', 'Uje8mxvQyT/DVRa5j8Il6RXCGCHxJb7GVwJaQw+f5pmLMbB5Y8BmIBMez3VwndxSXcodEacG5a3ge6CFjlBXgaMHY7XrQ+NmWp/NfLfqmq45TeL1/IdWBJAPZ7mybYf9A2xBVPQ8rchstWL3S93e4ZoPX3N/BOt+7+s388N45kM=', NULL, NULL, 'no', '2023-10-29 16:39:43.539000', '2023-10-29 16:39:43.539000'); -INSERT INTO `bot_wallet_pool` VALUES (155, 'TRON', 'TB9KLLv9XmRgHWBNQi48GoW3xfm6JFJYgd', 'JzPpzwCkmWBCigmhnRjPsShmdwxMjzuwrXRaa4oizo9JnuzTA/Wz/0pjXG9b3BWl15EOhYQWp6SKrK2HhFBfBgPIjYF3K5IeMZSg+XznGbpqc/9eZKK2fiwkX3NR6XT74f7tbRrrLXvt3eEe8XzINLRKIlWmdRT9X3/9AUX3Uzc=', NULL, NULL, 'no', '2023-10-29 16:39:43.545000', '2023-10-29 16:39:43.545000'); -INSERT INTO `bot_wallet_pool` VALUES (156, 'TRON', 'TYzZFk3GzUxJqeSzUKqxYn5H94fh4ykAMf', 'YahgCSaOHc2PHrwMdoyA8LKWa6lHX/7fENVX/DBG9215OlgZsA6Jn43WIjK/FlA/AKrsymNQyZxKS/s/3HKM/BzZcPfc1VPome6mZj5bd90CeST8ajF8pTsDDLxCBVrzctzxr9yhYu2+AhnQvxYzLMs+FolIUikL87amaBrgfO4=', NULL, NULL, 'no', '2023-10-29 16:39:43.552000', '2023-10-29 16:39:43.552000'); -INSERT INTO `bot_wallet_pool` VALUES (157, 'TRON', 'TCbztpLUQmyMR1uLF1VeQ1kq8autmCNzt9', 'JndIj/dTUsKMmwowfqHLLhP2xIg7n58OgVPAR3LIyR/WYoVY/+hJ6Aabba4flalDisdDV3ruxwr9kOZkVvEuZOiVOMfFTN6ULorlmp/Cl4KScqnVxaHUy3CS8yjwbZ899P1hrKDh6QyTq29UUuQ89rXT7OdHCaFroRMX0dz6v9w=', NULL, NULL, 'no', '2023-10-29 16:39:43.593000', '2023-10-29 16:39:43.593000'); -INSERT INTO `bot_wallet_pool` VALUES (158, 'TRON', 'TXiwSJagM6uNrAydzbGuAf3NyREDYo25mz', 'O7YBeU4AUDuBYamFuj6Pbc3DhdBBulF0N/9xE65WtE3LqzfQKj658okQuFxSYm5TuGGeSNbHOA4j5phyTYUUtf7jK8JdiKGJ9pHhEFY50d03ecNg5WcK32C/XiW7pGDeKxNmdmm3zb4erKLK7TH2McsV2SOeiByFp3Mp6lWAPjg=', NULL, NULL, 'no', '2023-10-29 16:39:43.599000', '2023-10-29 16:39:43.599000'); -INSERT INTO `bot_wallet_pool` VALUES (159, 'TRON', 'TSLGNdPirSNtVueaXcReJCZcP6TuiGjymj', 'iS4SlXqlEr5p1eVvHpc+LnKqLIYo3pQ0mj3dDxAbig7tlldoKhqK2SjUyRd5D5kanpvQFrtGPobZJj0AdOUxPvYd30ILGedPYpOf/vbUjxXTe9WZo0lPM8itHIwanhWb4UL1u34bvqcibB+EBCP77xmsH41ry43Ro+qkSJAwZTU=', NULL, NULL, 'no', '2023-10-29 16:39:43.610000', '2023-10-29 16:39:43.610000'); -INSERT INTO `bot_wallet_pool` VALUES (160, 'TRON', 'TWozHgnJW5PdQaageku3M7uNcYuW5qTuyx', 'DdE/V+7SNs+6z33RyP7z7H5sM7VZW8O9cIt3NLfQ91RJOEyRPojDKhYKMiYLv+Jqcx3ksg5UhlMdPNXNH3ILSEgNsbJspuaBr49JUXiBQko43x2+wT53bFpqx7xvphiHAHO11s3r9w4AGrXHrgqAIeOLZLZn2vMLbqRhBBgvNCc=', NULL, NULL, 'no', '2023-10-29 16:39:43.672000', '2023-10-29 16:39:43.672000'); -INSERT INTO `bot_wallet_pool` VALUES (161, 'TRON', 'TXcyfvycvH9PoMn8ZULGpJ8VcAjciouHbB', 'Cy5DQxR2Jgxl0nWTCej/95kZkOzEbkx7Ud3jdSNJHnwnB75dDnZd1lLYz6hS3WRR9rnYK5ttsL4/LTAW2d9LXcKouAiCs8K5i1glO1cf2LRhsHmZEls0wc/rMQifRzb8CO4+TDm8ggz7NM9pwXk4oc7sVG8ikenqj1HqJbwm8RA=', NULL, NULL, 'no', '2023-10-29 16:39:43.688000', '2023-10-29 16:39:43.688000'); -INSERT INTO `bot_wallet_pool` VALUES (162, 'TRON', 'TLyTorBYPXenHarkTFEaf4DiTNG1NnQxQS', 'jGyNdik5xKR5MeaZvT5NmDKlG4YbmdiOMaoLqS9lldxNp4I4TRytifPqu20Bu4RSEqQ/73Yd5y7lU7JQ4iifEuwBrGx0IlaqBtKWwOi0lf9xRh5ouk3VNobR0emaleQyw4Mbsts4NPjoVdr6bo7s+vTiIjijZJX8oxN+YHRUFGQ=', NULL, NULL, 'no', '2023-10-29 16:39:43.726000', '2023-10-29 16:39:43.726000'); -INSERT INTO `bot_wallet_pool` VALUES (163, 'TRON', 'TVzeiErZfPVSH8yF6GG9TFMQW5rVWXa5o9', 'SMZfGD8CBiie7Bnxd7a12cqiekIy2woeyYlO/XZW+X0YwmWJPz0u4vnY7pL9StGUCO/SuQczgk8vitVN5oTVnXPmmytlGYKMuFdLqJFu4fIo0T7uQssozmoAxQtf4CTKIXGaFlA6a8ZmWXV0TLOVfikSzw10bVBNDSgQIQRZdsw=', NULL, NULL, 'no', '2023-10-29 16:39:43.730000', '2023-10-29 16:39:43.730000'); -INSERT INTO `bot_wallet_pool` VALUES (164, 'TRON', 'TLsCjkMD64KKfuuagAkghFiqxrrNvQbXNR', 'WGuyWq7BalgWY0PtNrRpAGTsixe+K/Wk/KyPJGXNalLI+UcUPMNR/1qWQ0K+tvg7SEOSLM0hhW3fae7Sn9pnF8LbY8SOb39eFY+mvdOa5Oac3P7/CpHJhwIC8ng8ughdN5/fG/fr/ayJJLFG6PDm4iqSl0b2NAFqf95XeltK/yU=', NULL, NULL, 'no', '2023-10-29 16:39:43.742000', '2023-10-29 16:39:43.742000'); -INSERT INTO `bot_wallet_pool` VALUES (165, 'TRON', 'TLDb8rpXRPbbYah8Qi78zExqqNnhJ1mWpR', 'GPrvKm+trEuMjYxYsZQl+IBynE0JssDJN5P9YaQdCXvCBT3teW4yDewR27c1Aa1HONfNqeyeqvvFUSSeJyzfj/qYmY7D9PYXax0THD1ZFKGft7Jcv5XozBpecESX9uEBuRQGsZ2vZbxdl9oWtVbpfhMN7YlABqfSublGd2Epzsw=', NULL, NULL, 'no', '2023-10-29 16:39:43.753000', '2023-10-29 16:39:43.753000'); -INSERT INTO `bot_wallet_pool` VALUES (166, 'TRON', 'TW93Hi2RwHsbCs1EQH9H7vgz3DJb4vyXkV', 'AvP/pxmSBamhhp3FIMZ9V8DM/XXgGu+OM1fyuF3/qpH7KbafyqlBUYRzmY6HN1Mzeg90gdrAjTKv9GpK9bEoCDxEVGVKZb6tnVwNkGIM59Qq4NIkTKsyPWUemb/kJhqMnkcrUvFfsKJJQIM4h9PQ2dme8kEnCy5Q4JoQblSnurA=', NULL, NULL, 'no', '2023-10-29 16:39:43.779000', '2023-10-29 16:39:43.779000'); -INSERT INTO `bot_wallet_pool` VALUES (167, 'TRON', 'TJ1CsJ1Pcry8NhzjS9gewBJxqirXGC9yDd', 'iRhn/s6bf285pIH4bQHlDPxys1UyymVYK96aYu0d6wdXQIyXEfHSnU61nWianmAoCxlR18NCAyFQE70QNqIFomB0o7hYN3q57fo7dhDBnvO6w2+eqZHlJ65v9fuAIpqe0zvG66PwhDZ/agE/SwXFPJ9ZQpxUIs4tRPBYeUiSGDw=', NULL, NULL, 'no', '2023-10-29 16:39:43.785000', '2023-10-29 16:39:43.785000'); -INSERT INTO `bot_wallet_pool` VALUES (168, 'TRON', 'TX2gxt2fzYVb8CiBahnchUrGvka8nGFrDp', 'dXx9MDiIS8rT2NdalrqXHAZDzy/Dp9smIVm5LPfqe9YzH8CwiyX9H+4kOPfZy+1zbvg8KM3NvSEXGBvk59pHNMB7DGkOsF78ntKZCvPjs91TY+438ViXE5KOF9BTj8uHtNlqkwIeFyLgymfPKwXHD5iVWSK9tQBGjVo9mdwI1O8=', NULL, NULL, 'no', '2023-10-29 16:39:43.789000', '2023-10-29 16:39:43.789000'); -INSERT INTO `bot_wallet_pool` VALUES (169, 'TRON', 'THd6rzFi9P7RLJiqbSR8sVwNLcVdUDnHLz', 'Qi6+3DuzUBitu4nHVVKHTBjTpCXR0Xg7u0OJHUbB/eBcr+2RHqKYCSOTCiKWss7foCLcbSu7dNIDkrDdmq+ZRzURqWDyf2Sc22Bl8yNq6dE05+xwyfjOveAIPtOXs0y4ooI8Q9L7e2SspRXc2LgHDgGS0xpKCPPhforLsjrlvtk=', NULL, NULL, 'no', '2023-10-29 16:39:43.794000', '2023-10-29 16:39:43.794000'); -INSERT INTO `bot_wallet_pool` VALUES (170, 'TRON', 'TLJQfeQv9tAqVyjuWNyFd9Q9gnQ9fyKNDR', 'Njevq6dURo6POV3MobMrz4eXXX/eb0poYTP6nUSopdOU7xazcNNaF4Vn19FkQbNznzrPsKi5Kjdfbh97cbNG2O8EKrWYxlys0LzuswKxA9tAnGo9rW2FwWBZNfu1V6DGlGW93TWzOIAZi6T6dOF2VpBBByO6cYy1NYHBZ2pNMnk=', NULL, NULL, 'no', '2023-10-29 16:39:43.799000', '2023-10-29 16:39:43.799000'); -INSERT INTO `bot_wallet_pool` VALUES (171, 'TRON', 'TAT6cuWANf2QuyjHxE6pqunk794CaBuwbg', 'QABvRly9egmjHc+oxujie9H79ULZoym5pZhkBDlRS+vANZs6PFsg2UWBxa7ck5KoN4ocHkNs2bEp9Mz+8t9esDAKIArZivkX9hcnG7qSTETJC2ZrDz0LW9jtUSTDM940IX3dl8VlcsxvoOR75uMdaWPj3tsPmyH1yNuI5158IGk=', NULL, NULL, 'no', '2023-10-29 16:39:43.837000', '2023-10-29 16:39:43.837000'); -INSERT INTO `bot_wallet_pool` VALUES (172, 'TRON', 'TEqygCYU35XsL6pYzwmSX9d9nAtm3CDfVu', 'UAbcRlo6xPDt2B4qrlYsKmLBx3PHdXMHJg3hbZLaQTZE7r5kz+9ULSR14pkxE+XHGVVgUPnmeiNapYus4c0tpm5tzxDaQBdEy/NUQKzSxy2r6b4XFI4cw5uAFgMA0klyDFY93Y+x8jUGrZeZAqG76jFu5Q4PrmDkAnO2o8GoMmY=', NULL, NULL, 'no', '2023-10-29 16:39:43.844000', '2023-10-29 16:39:43.844000'); -INSERT INTO `bot_wallet_pool` VALUES (173, 'TRON', 'TU4QjLCZVVPMUaGa1TMTuRRyjHh4eLktSP', 'd48yVZM/RCHIsGtyDicYJ8hBFIN1+EHWLK4llySUMkAbZ3c9oEvwXpW7o4PKaWfKsZXAcC5mg+LpHRC4TeY05PIN1DmpmJSVCsKSMOecFSj7ZocJwa8dPyM2fah28dMC/TPFXJsvzwGQjlsf7F952sz8kkxyvL44I8HhGNs+19g=', NULL, NULL, 'no', '2023-10-29 16:39:43.850000', '2023-10-29 16:39:43.850000'); -INSERT INTO `bot_wallet_pool` VALUES (174, 'TRON', 'TP7PEwXHiqiM8geqUE2Ch1h7qv5DLGixqn', 'OIyW+cH48zC97aOsVu9Fusyhd9ZHgNTDSIa6nFVtbfya16QYE1HO2vh4a3TnVsh3SV31uqvkT/ltu2XA5Y9GX5xeCOd8vM0cpoIu4iSXiCTdcXnrLdwMsg7NlPR6ktP/3uTcvYYHBiVWO38MkOD68vv3sHLexEAd/silTTkZE8s=', NULL, NULL, 'no', '2023-10-29 16:39:43.855000', '2023-10-29 16:39:43.856000'); -INSERT INTO `bot_wallet_pool` VALUES (175, 'TRON', 'TE54wY9Dqrf6UvYdLzr1U2MhSPwW1wg4gP', 'DitToCxentOQo84akU3x0/8JokDs9b+9q7Y4FnmHA1bivlTfhwoSOIMgVdoPpMVZaBbOOF6m4DhOSdoHCOCNJe8noEIochZmSszTOJYUOzwibzd6hBseCqPDaKjTS6m/eRyNxDXhKsDQgrMmCpW3C1IO9V0YnSB5TKSHjcYti9o=', NULL, NULL, 'no', '2023-10-29 16:39:43.893000', '2023-10-29 16:39:43.893000'); -INSERT INTO `bot_wallet_pool` VALUES (176, 'TRON', 'TGw1Sg8GgW2veY5nANQsHZJXW1A23B97NR', 'ZmhS2gB7TZ65TiepcaM4xiRL0xEHtPhylrJUFwQhUvYDQHi1zFXkcMVKIiFj2S/d9raGzhgB/jGxi7kAP8jxwUWN/WMFWi2bYxaFKxV9v7uzaO1KieM4EdOAJTPEIaQRgOb5JEZioxaSWqIINRjxr0eA+IXZXUg92mRO5P/VxcE=', NULL, NULL, 'no', '2023-10-29 16:39:43.899000', '2023-10-29 16:39:43.899000'); -INSERT INTO `bot_wallet_pool` VALUES (177, 'TRON', 'TKCwtMg86dBkYqJLyTbtEFbYfns7xVpezQ', 'L6/jg6bM9H0Mn9PzkvCiARBPZwhBa4KC5y+L55/s6aIbL+dMnatj4NvxghSdG/vcVgYSqoWM5/XZ5x23svKrWClWV7jCaTQKzI0A/aFGncL+PM4RSFkPDPpywPHC4Nu9zdoXqZUw764THnOwPFshhj1RmsoTNhPvcCdpKJETFCg=', NULL, NULL, 'no', '2023-10-29 16:39:43.904000', '2023-10-29 16:39:43.904000'); -INSERT INTO `bot_wallet_pool` VALUES (178, 'TRON', 'TBv6VwnEDLjpUVzJ8PYvVTdAWZAMb3zADq', 'fDw/hNdxUJl8t/ghc0t7Ay99jkYrh9o7AL+nMZVCJGJ/ZwW02CfEtQXv2c08+CbwC+uHPTxEYgLUwUkIA7vJRajdRQL0P9D+SueCfAyIQgt0sWZNILEl9h+Knj7499mIOw2G9GjdocYS+40Re+OAJazAxImlg6SOXOSwJ/qSdt4=', NULL, NULL, 'no', '2023-10-29 16:39:43.908000', '2023-10-29 16:39:43.908000'); -INSERT INTO `bot_wallet_pool` VALUES (179, 'TRON', 'TEnJm2JmozAhx2EiSkpzH4mtq7hHA8yBwy', 'kggWVf1l/hw8Kg4B4vIt6PVwW7yoE3/NHnW2ei53g7TgU8NzRZwKZY4ZkAyfgBPf5ZU4Koc462qV6qancvaIbdPXOUHZY7P9eHpdBkxp0odTDYDuG0F+tK6d5lPEXsRxL+CxLA5o/1tWr3ZBcnV9rBhYjRnHLxuqbiGCLW55lwA=', NULL, NULL, 'no', '2023-10-29 16:39:43.916000', '2023-10-29 16:39:43.917000'); -INSERT INTO `bot_wallet_pool` VALUES (180, 'TRON', 'TCE8kCmM6PhADVZQuLJAyPsdw8nvmjyYFZ', 'V36ptq5ienmONK0kbMU/fl2yK++JDi1B3FZdUysajPWwYPro3r0KyDh/PAT20GUyZGgT/hTL54uCNDcZDO5Z1tfXQLAbgHHicQXM3m/ycLPxbMywqD+O3mJE9hZZ//xoNXcO6C5oQ2zMPbiWjbfYbY6Lf9zcCB1FoKJ9SjdYeGI=', NULL, NULL, 'no', '2023-10-29 16:39:43.934000', '2023-10-29 16:39:43.934000'); -INSERT INTO `bot_wallet_pool` VALUES (181, 'TRON', 'TZBVevzjEJ1qbWFuWP2nNbAQNZGYAtUgRq', 'TrheDchyamQACyJsuZJcYKR4AdxzqTIcLg2viInts2nk9nBf8oZgVEUM8T3wVmar3SvwHBCVrawcNGJw3Xd25qlS2V5zyFXUcn9QG2nowZKMirm1V+EQdGPX88GnkO5K5Q/hL6UOETYrWpoGp//9EUPTQxRsBqCOXGKq/UIODuo=', NULL, NULL, 'no', '2023-10-29 16:39:43.938000', '2023-10-29 16:39:43.938000'); -INSERT INTO `bot_wallet_pool` VALUES (182, 'TRON', 'TNHPABXKLvVdYRQvs8bJ4U8mqK44rdYUG4', 'JruKH+8s6asFXehYTCCyfvTac0xoyg1sXS1xJA+TwOSTyENGSb4DEUwWQ9y/q9NjfdJ9DTZUT/NfkjylFWKQXp8ZyAOTTU2lBtf9VWumZNeyAXYCwyTS9eManTqVsPK+j2AQM68IiW7p+zC84WD9HSrwDf+jpeKwTTjTGv2ttWc=', NULL, NULL, 'no', '2023-10-29 16:39:43.944000', '2023-10-29 16:39:43.944000'); -INSERT INTO `bot_wallet_pool` VALUES (183, 'TRON', 'TS29AyvH9fZWwe4xQjxSHYzkuYLh7HL52u', 'bmQixBiCI/ogkxObnqWQDsloR5eY/EOPMFs8Qohz1A+liRiiVbcGi2bpUI48SF6TvvReuSFT7Mel6Uhn/GWJzOj12grDkoMhagaIfZfmstRRHtx9GPCRjhl2hT+WExi08VvrNvZDvKVBW6u1wB7PC/yApLli/+nueI/u5Kd1r0Y=', NULL, NULL, 'no', '2023-10-29 16:39:43.948000', '2023-10-29 16:39:43.948000'); -INSERT INTO `bot_wallet_pool` VALUES (184, 'TRON', 'TNH2aEWdFoREv3wT5G4BtK9Qj1azYnBd3p', 'JS2C/aiLxvR2h63pb2Ru1VrEouP7KjZm/3qAd5fIdMupapRH5m6jPdFySXs/yzDzNUJONXWgCd1VKJFQUlX0YMjqH/5FgZq3YI6uMsUN628bstXaYAmpkjdU6uDeWnL2n1VhheomtzpGiSCSAqKHnmARb/AbNUekgE4FkjqLpyU=', NULL, NULL, 'no', '2023-10-29 16:39:43.952000', '2023-10-29 16:39:43.952000'); -INSERT INTO `bot_wallet_pool` VALUES (185, 'TRON', 'TWJw8sy7NTygeLwuQAfXECCiyYtxSyRZjP', 'hvRk6J8gp8YBhDya6fP/LSJnuWARqy0NitAUUPeXiUmjEaxvwYHNIh7jl3go9lFVtsBPYSnjWSJj8dHm/m2yOJwbk/St2kzO6L6Jegje8ZfhQN3JH8MtaHUAYZ5OYcOUXWoGAAJEbWC5XIHJn4ZK2rsUsue8mBIAS2OUrNcFzfM=', NULL, NULL, 'no', '2023-10-29 16:39:43.956000', '2023-10-29 16:39:43.956000'); -INSERT INTO `bot_wallet_pool` VALUES (186, 'TRON', 'TWyf8DG7hYJxXn2k8VwVPLUvexTfUSgrDu', 'kpGSx5CPewVGT6MeT9ngwaU0jucb2ugeilOnD0qwszE11GRGg7j3Vrv9dl6rYcBuOLws11rpG2iJTGHT18QSILjpwpTbBpuTJWCoj7t4k4SHVojcnZZYv1ky5f0KlRZlRI1PuuiH2sHVX2E8WK0g6bvVE5YMDl1u+02sPt+/EbY=', NULL, NULL, 'no', '2023-10-29 16:39:43.992000', '2023-10-29 16:39:43.992000'); -INSERT INTO `bot_wallet_pool` VALUES (187, 'TRON', 'TK6vTZGqCK99Axc6LKZXfCXXJofwvQo3HW', 'bhXQVod4T4ju09sdQv5WWyNpf7ubYqhSX+ZGYNc1+ASjKprg4NL06OjX1Ap3LdijPYyBBVeSxtJAdEZg9T7qov7IzG0sFlzS9P39pNfeWqvlJYj0JhLD/mgaqaHUMYJKeKQpBr/aeOkoKRlMfK/K/0KmIMXDtXhY8eF/ugZq9Rg=', NULL, NULL, 'no', '2023-10-29 16:39:43.996000', '2023-10-29 16:39:43.996000'); -INSERT INTO `bot_wallet_pool` VALUES (188, 'TRON', 'TU8sDuR2DVdbrcbHeCX7nwT9uFB1nHjqdn', 'jTyLeOHAxuT21RltAeqI4G6tR/V2d/dPSyG4i5CmMr58VRzbDd9kE1JxHJMd2W0Wq5iISGHEiOvedDaCdtScb1oEjbgS4LSeLb1B3nQ4sKz3ak6dCpI09OJlz39Wi9StnObfpEkiEruectYC8jVjomInlO1NcBOzwAweykTBtoY=', NULL, NULL, 'no', '2023-10-29 16:39:44.003000', '2023-10-29 16:39:44.003000'); -INSERT INTO `bot_wallet_pool` VALUES (189, 'TRON', 'TSZScib4cN9sSfDySd8sohcRYMSWr3u6qz', 'cciKipIJFdz02tk3CCW1jVTSCP5OAxYsXtLaZ2ExO5RgHd6EnrzlMzxolRUXQJKfJxqWfyRLag5Gr4PjOZkUrQ8KSRAX8cFSZPncoPNCxad2o52idVPF2E3CipgEnsjNMJQh8rg7TauEYEX4Y5f/uKRkJ8/FEBj/rpEJNz5xZB0=', NULL, NULL, 'no', '2023-10-29 16:39:44.009000', '2023-10-29 16:39:44.009000'); -INSERT INTO `bot_wallet_pool` VALUES (190, 'TRON', 'TEYr3MgQNCBdPRms4bf7jdoN7rUK6qTB84', 'hwfeXUPMJRbdAADpjPL6HPXy9Y1LUs5ZyyYog7bKy6FWUzO4Ex/lISuqCVdwG7TFA5yrERfqIvNcwxkJ9F+l0sAeCN5caYcfkFoJE71EYP7Npzh367zKqWV/zJjJUZavScOYI5aQCAF2A+JaXyPYSuJAIKnvMGHcwg0LAbUm5qI=', NULL, NULL, 'no', '2023-10-29 16:39:44.051000', '2023-10-29 16:39:44.051000'); -INSERT INTO `bot_wallet_pool` VALUES (191, 'TRON', 'TWBPgSNj2jC6vLiy7t3XjK2YnibZH4CPR6', 'HlQO36VDzsHYa9Qu7G0nWzcpJpsDOyu0uqvbVs+9pX8W1k8qf4c7eDLPhxpB/ZtLxSIqgJBihEfpIUS52BhNyfXxNCTI5rQyp1f7sisSS8JVH6Y5pFtlyeH2C5Y1uHz8nNuhahvbosTabAKpN9CZVJC4wapJMXiUTSo9Acw/2Gk=', NULL, NULL, 'no', '2023-10-29 16:39:44.056000', '2023-10-29 16:39:44.056000'); -INSERT INTO `bot_wallet_pool` VALUES (192, 'TRON', 'TNg4bmDNBRZuC44fcGQ4JU8dojoEAxY7J7', 'PByjcpsZbECXAs6u/7aOpZzr/ub1mn/+lA1Cmhp0F62GiOpE9Py79+hloNyDi4RgwzCb3uIViqrbGi19qpFaqZFaOnjsm77r7gVspWTlmqAmqHdPEinieGQS+uoqfU/9cekzxdw1pj5oCUbw0SETCFdsutdkiKY14wC+bQAaH9g=', NULL, NULL, 'no', '2023-10-29 16:39:44.061000', '2023-10-29 16:39:44.061000'); -INSERT INTO `bot_wallet_pool` VALUES (193, 'TRON', 'TN96aUL4keNnnCkWq8N6eHUQ5mQJ1B1bgF', 'DMBr+dgG6iAw0QJIr9TD1Wvpmj/1jVHEGzQvvrYjV14Dx7wu5GmqtMoogWI+tYpdyaPdKVAMllhEqvWDaY4Bl3GLpJEJFWJe7iTwQs9M8ZaKRb4AYCPKuR3AxrDeJ0avsh9KcbXxQ8Y7nv7J5eAly9w+Udbls1CD6rox7tRnsjc=', NULL, NULL, 'no', '2023-10-29 16:39:44.072000', '2023-10-29 16:39:44.072000'); -INSERT INTO `bot_wallet_pool` VALUES (194, 'TRON', 'TMuW1z7uTvsvtMyE2FgW5d8q67JjwPGQJe', 'eLKYTL2RyVCtBebV6UwZCWaTVTqDFgGlE8V6cR2ELlKXI43tRBsplxsGnUUEybXqxr3XoW8PWMUhisxu496O0y3nK+zne2DbzDoRsTV1YdNbMfIbwYsSR6yOWn0t78t5tXtsE+LnqqvvpT7BmECalCL3WodDsOV4hD1FW3VmEpE=', NULL, NULL, 'no', '2023-10-29 16:39:44.094000', '2023-10-29 16:39:44.094000'); -INSERT INTO `bot_wallet_pool` VALUES (195, 'TRON', 'TK2dNn8rcuGQG9UcPWvYVt244oCVUcwqkH', 'Geg8zyTzT4HOfNlmDJbtALFIr9DVLFPo39PkTLi2E9yLGkNVHfr1ID/L3qQhsFym2qk8JZPRnK7Yb636uForukUZhGH24UAMzRBqq68DStSPrynw22GW97nH7FDV/IqgKIxVlDlxNxBeEBERWFIAOnm+QzTf8oXx4diRELg9H9c=', NULL, NULL, 'no', '2023-10-29 16:39:44.099000', '2023-10-29 16:39:44.099000'); -INSERT INTO `bot_wallet_pool` VALUES (196, 'TRON', 'TKrLL4yzn2RjnybGR9BpK8uGoWKT5WsSNQ', 'JuiSr2GmrBhb/irGVL7C0Cstn8hUJATxW/7S8RQP/0k5eZzRee+A0tFw3kB7Gh7A8Qieh24+q+mEAnAXbCFPf5LD9SN6BG0Q6oxxJz7YFc6K7JEulDvJaOo+DCN9e63n65JelqCY2AQLOTYHNnLl2hZXJ9OLNDEGHactPjF2UHw=', NULL, NULL, 'no', '2023-10-29 16:39:44.105000', '2023-10-29 16:39:44.105000'); -INSERT INTO `bot_wallet_pool` VALUES (197, 'TRON', 'TQJ8WuJ3Sus3AC71f7Y82X7VdUgEDEdEe2', 'UaSeiEjDDihj24GmTjiHhERmLOlGjEPBgGaAgVz+lJdg2oVA69Xo77f4EZFONyrTJbbW0UZuiB+KS2m2mH1Pu6XXDaTtFK7mKGOBpR29SRGHq5FHQ7lABtptwW329Kx696OcQSrge6lr7S0EvCKTMErkwJQrnr2MvAA+btCXveo=', NULL, NULL, 'no', '2023-10-29 16:39:44.112000', '2023-10-29 16:39:44.112000'); -INSERT INTO `bot_wallet_pool` VALUES (198, 'TRON', 'TC8RXbtUrhGu1JxrMteLGmPuU78KBNy3cC', 'YescvD4Z+N5E9ptFFA4HkQ/tQbB6D/sAtrsQvFFLgNXaPNnU7BEyEYosKC0gFfIvjqRgAcSBAwMrUt5WxoqUy/SE4mYuA1F2L7mH/0fhhmt10gOTkyhIS65FqS0kzmKIKqvZMu4Mmo+fk4AMeu4e4WLTN1zmsBr6jbaaLexiyUY=', NULL, NULL, 'no', '2023-10-29 16:39:44.122000', '2023-10-29 16:39:44.122000'); -INSERT INTO `bot_wallet_pool` VALUES (199, 'TRON', 'TLbonakp6QFCH4Z5qFJuuwNmutDbwtca1k', 'UCH2BNvprnWTma0J/cTK26i/LvPYXN4qJWUpsC2N5JtTn1PAE0yPyy88PFCnsx278es18uaQwakeDMRhxx5sffWFHXct9bxUFXl1sF9Uh6BuyPsMBCTn8peRJyHjl+D/RncWnYUP7B3qOOCfXdnxv8kUV76Jkn314G93rYXPnyg=', NULL, NULL, 'no', '2023-10-29 16:39:44.159000', '2023-10-29 16:39:44.159000'); -INSERT INTO `bot_wallet_pool` VALUES (200, 'TRON', 'TP7vRe8Aa45xnkyFBVPJum6bcLSVDnfKti', 'EbhB1C/lMCJ1+u/EktwWmb6SClo+1HKDffDEpniQsT+ELfjSu9eQv97O6WppkrJrgvuLYus5gLVuOWSxj+MjmTCHxrZcnHZ6iEmdwbOykVFxW94cVB8cjeH8KqDQq7kjeKDA9HE3XYefiKBVAm79KEiQ9Z+VNMlp9vXa/unVNCg=', NULL, NULL, 'no', '2023-10-29 16:39:44.164000', '2023-10-29 16:39:44.164000'); -INSERT INTO `bot_wallet_pool` VALUES (201, 'TRON', 'TJ8p94zPTYdnzH7BLyRGwkw5rYRm7kzHPr', 'UGFV2VTGDtyjfjcmbVDD949rXAgMbbc9ppw+boKALXMafJil6h4XeW1e29Wk33x7U1iD608Mtjla5RvGpNeSN7D/f5WBlow7sqaiT+kaJoxc6tfsq8UH56z3jhWAsjCcA60QDRB6jAFT5/j9iMXJcpX4JzfJFSctXxvWuYrPDGM=', NULL, NULL, 'no', '2023-10-29 16:39:44.170000', '2023-10-29 16:39:44.170000'); -INSERT INTO `bot_wallet_pool` VALUES (202, 'TRON', 'TDGiMbZGLd1DwaTR6H5TJneEnjj7KaTPh3', 'LqCR6BKEVXp2sKo1VvZWARg1hjYZADN2JRlpsIl0CUq5SzavQCMxQBaa+43L2g8FybpjHESKYO+0d1l3rMYWYV4z87BcsGq4nNuevulWDnsYFCs0APvC7zo6q44q8iMvZPn1nCOOEZS419HziXvhgPkFbb2t4DS0q2zeICGpHlI=', NULL, NULL, 'no', '2023-10-29 16:39:44.175000', '2023-10-29 16:39:44.176000'); -INSERT INTO `bot_wallet_pool` VALUES (203, 'TRON', 'TWb9MnLyyJcgtcVWviywnmQf2nvGgjTNdf', 'ddtmSDrbvFLRxItjEim+fNW/FekxLYR8FXiHQyCWZ+e9a/jxMRrOOBU8ROkBBiTEC5ays6xhq9J+d5yuaj0fTEQ99pRLWP7snbbAKQxBk9NNWpvAnvgErHYpWB8nfoUqpUwfEpNIrzcW27TicOLQj7hLLg4zsEfYC1QhMcJ35Ac=', NULL, NULL, 'no', '2023-10-29 16:39:44.181000', '2023-10-29 16:39:44.181000'); -INSERT INTO `bot_wallet_pool` VALUES (204, 'TRON', 'TXwneFvhe6ZsTWw8wACcHxpfdSHFkcwZah', 'Vk20GIozXQ9WUBiINU1UoUkjiTc6yaazpjkGxegNGoho/jiuOh8XgJ2y1MAvD+MvmKwq1NostEaf9z8qk7hJHIsZRVnj4Vxmm+ttOmEM7XxD6OHHlDgy3WT+9QEvzU5aodHN7nVHWnQei+87JbiliZsoeMUNaBwPkt7LHO8W8ZU=', NULL, NULL, 'no', '2023-10-29 16:39:44.187000', '2023-10-29 16:39:44.187000'); -INSERT INTO `bot_wallet_pool` VALUES (205, 'TRON', 'TNwrho9qrZhjr7bFd5Gj4a4eZ7pckNbdcP', 'WuZwHW01OhnDwZwe+UA9/F1eDr0fOi/XhYE949iMGPMPX2Z/icCoMDC52JHJJ2tLIE8kMCz5G6XKxAW4CxKL/EzYfiRJ/UTXl/2/X80uR2lkwGow8v+3bo9wtcHx51rFJZN1HkE59CEoVrDXk8g2TfT5zRBkf0qcDApmXYb0yAY=', NULL, NULL, 'no', '2023-10-29 16:39:44.208000', '2023-10-29 16:39:44.208000'); -INSERT INTO `bot_wallet_pool` VALUES (206, 'TRON', 'TNfjz1CTUkVriD5DE1vGXaySxUSAo9uL96', 'C+cAAXOef5/hujxBGMKH1P04/Lx63Q2ZuxpM4SFzcbHQMovkEkfNeXjYx+d5/2MvCmK9Prucdx6fXwLFgvvWR7Ki7amRbEMWymy1Woa5cC7LtnF20NNsCZV6T+Kw0Hawo7Zx0JcK2YBbiIxVvk7aLSiMk9BPV6Fr27RXE1SJo74=', NULL, NULL, 'no', '2023-10-29 16:39:44.212000', '2023-10-29 16:39:44.212000'); -INSERT INTO `bot_wallet_pool` VALUES (207, 'TRON', 'TYPn7zvjucury88LuS6qE93Jtf1mHEu7dw', 'XhE/2mZ16GbANhcPmj5NLMr2PCo9Ev4FnlBRiFmhVWuUu8j89QUCsiryqk0oZqgErOF5aIYDMK5PRtIVHMR32hpiF5XiW39hBLsmpynwDEQudd4qf9V2ZTMTjGSS42ZOWbClPoQAPewBMfipkQD7dp+y1ZHCBHYOYa42oDINpHI=', NULL, NULL, 'no', '2023-10-29 16:39:44.216000', '2023-10-29 16:39:44.216000'); -INSERT INTO `bot_wallet_pool` VALUES (208, 'TRON', 'TAu33n71ERQwyDKkEjVVA9ws8rFdwef81t', 'dRwn7lHrFW7qC6c28bU3pdELrVysylb0mQ/lVjSLPjLOHfyGo8xhxo5vMRQOCnC/sXw35CvYHOHxgYbu8x7fDlmE7/mNtia6eB2GGvCkIiEhcgKBd9X5FlBD/XQHfM/m6Ujl1ZmOOK8GiN8WzufwR0mItntvnYl3Y5frhZUmMDQ=', NULL, NULL, 'no', '2023-10-29 16:39:44.224000', '2023-10-29 16:39:44.224000'); -INSERT INTO `bot_wallet_pool` VALUES (209, 'TRON', 'TVEFtBXRVYYCjwhiFVyKPV6fapNP2Keh9F', 'ANJ2DMluLXYC0MhD8LZM7iCGMJeHo0BV5hFtBatI+NZf1RIceJobCw+Z36x1y23AP61KMp7SmDnVbOX5RG/SwTGqncy9B+3+vtuMpcaMPP/rUHGWN0x/yBQgzx/Cd/QtILnmIdik3q7UNSBBl/B5kc5wumrrcZkaTb9I8/jMroo=', NULL, NULL, 'no', '2023-10-29 16:39:44.267000', '2023-10-29 16:39:44.267000'); -INSERT INTO `bot_wallet_pool` VALUES (210, 'TRON', 'TE2AwYtBdmLe3BvZQCS8h5dAYQQv1F3GJq', 'ISw1v5yM8ju45vg5yOy0zkCScuTY7cg3wF0pKRdXNExdaPDQb7wrSh6uT4OxEGOnCHuWYbtaZKcsUC9qd4nIQdyq6nByIZXyNPTBKZOJoiKvruVgfg4xOksSxI6cTu0/IWI2zwfnNSNva+yII5OveYdRz3TRzFs8EEmQpiUlQwA=', NULL, NULL, 'no', '2023-10-29 16:39:44.273000', '2023-10-29 16:39:44.273000'); -INSERT INTO `bot_wallet_pool` VALUES (211, 'TRON', 'TStuLt5q7BXUFf2vhnBA3VVwwfTdyzk9it', 'X76GiAeLYBnWvgJoROofBtIywizyAHkA2D7NnQIRgIz/8tW83Y0yOUS4fFiVSSJY1Q3tCJc34JVRapLECz1/fSO+7kIisEl6kUffKCDNegjzh/uay19CcZqzNZWF6VYS2HtYyq87KbJauJdqPG9QYtGBy0+GT2Tp7NDUIyD18DU=', NULL, NULL, 'no', '2023-10-29 16:39:44.280000', '2023-10-29 16:39:44.280000'); -INSERT INTO `bot_wallet_pool` VALUES (212, 'TRON', 'TBHR3MoYz88ooC6Wub5jm1hsR2Tdgcwtao', 'XF0ZfXEl9a80MQ4VziACZG85a7xRhksxrk6YwgKPBD5YdpmASbIp69me5ajFM+4ELMtLfsFqF44rgY6d9KvjHjzp4WgwYHmdamGZ65gXUkeRjsHIDY5Tqid233VxtQRyCTbsQxDvH7jqUN8WiHEZSnNTGNbvgsTfMeFIRf0npXw=', NULL, NULL, 'no', '2023-10-29 16:39:44.286000', '2023-10-29 16:39:44.286000'); -INSERT INTO `bot_wallet_pool` VALUES (213, 'TRON', 'THAo3jSKfiKNPXMH5CzVAW3e6apifJivuz', 'IBcqEjxkPUdcaNwf3c80pNaiw+cw8Ut5zSs1XI2zXC+CbSMHtVCyBl2843wueCshm/yBxQtnAMk50H+/WYJpzYPdEbF91kpArJSs0Qip2SR7GcUoPZIEyBJ0qDdK8IravHaQKceIAjJWsNk1awlYHOWhj8qpbyBIbxUzdAo/Aws=', NULL, NULL, 'no', '2023-10-29 16:39:44.305000', '2023-10-29 16:39:44.305000'); -INSERT INTO `bot_wallet_pool` VALUES (214, 'TRON', 'TA5bff1Ps6cDYdQmmJQAcYwgqqGWRpkGZF', 'Z9VJOZHc3kvK0VP+YxohyC8FMAQaJfsTNiKtiRy/PE6ub960WbDhWnvHJgFmi1sg/nz3y9inijslB5N/cgQqZqlXOGv93rTguKmuF4/h5kKCki0ncOBMEsG6hN7MzGJoeoClD5ygqH0j6NnK8xPj1ZTSyZ9miP4SenDWYrsG9lk=', NULL, NULL, 'no', '2023-10-29 16:39:44.313000', '2023-10-29 16:39:44.313000'); -INSERT INTO `bot_wallet_pool` VALUES (215, 'TRON', 'TGvtdMbvW38t8jcXqH5p6GnQntTFXaiL1s', 'VxipZH94+k4TjHxWxb7SmmTr7fP/wYZI/LjQQpeNlHOgf9om1T4G03pzV2MiEHzfjh+cT9r5BM8YPDjzAXtpGbJhClwn/FkGgsB+NYDTf4YpQOMOdrJ51mJXI51rCE6a0DzggANEkYrrBn4GwjrSyUFVgzP6A3CBET0HTLUFM1s=', NULL, NULL, 'no', '2023-10-29 16:39:44.320000', '2023-10-29 16:39:44.320000'); -INSERT INTO `bot_wallet_pool` VALUES (216, 'TRON', 'TCqqnRdZ5gZzA4o4khumTVD5Qx4BQQJvk2', 'eKrFDlkrF3+YFzumAvBiEc/7khTcmf5CDHnk0d6T2YGMsPXobF62QFg/Dx/H8Aom9DglQBCwxmqierVopEiP39o6eS0Q2bPbU5uvoBAHoOXXx/jG6LIyKSBAIp9YupTJ1srYmjdSvxHaZ5Ypm39Li0/MhP8TisVzuxe4SIV5sA0=', NULL, NULL, 'no', '2023-10-29 16:39:44.326000', '2023-10-29 16:39:44.326000'); -INSERT INTO `bot_wallet_pool` VALUES (217, 'TRON', 'TRdj3bLyPaswFWmsDgKMHaWTGJhbsP4mg8', 'kXAsLBmA+n2KJ+RC4fTlYW1XUEkjBMDmG0RtPqFg+HPZ5ERmceqxlhkXbsr7y/lhvRW0cCAu2eW74adcNizBwqvx8nr51JVygTG2MgEnvQ/r7c283b/fYahpMvE0kEqAixbn3qIjBtrEa4a27AmytatVMv/rEPGE7yHn9IoM0FQ=', NULL, NULL, 'no', '2023-10-29 16:39:44.364000', '2023-10-29 16:39:44.364000'); -INSERT INTO `bot_wallet_pool` VALUES (218, 'TRON', 'TWCpoeRhMFhA6TKU7MHgFj8kBvp86SorPA', 'fFjdKFKniKuFZ9Qz5e4chz0eyrbs4gcBPyqJX78E+kXP2rHEuXhi7sY2G5H5wyNOA/JJUfQRZ44C8hwsYQgBHrpG7qSjYbSVXiEBJ95Jjt0f9UEw7G3NxYqJQdAfmPTCr39gr0om1YD03ZyNp3z+6eGfLr6D0HBS78ZJtR7cUfc=', NULL, NULL, 'no', '2023-10-29 16:39:44.368000', '2023-10-29 16:39:44.368000'); -INSERT INTO `bot_wallet_pool` VALUES (219, 'TRON', 'TUi1rfzrhsZmGQ4mWcDr9yH2oAq9V8trQk', 'kcSqPcTiSLCj6TRHuNvL9+ZsH7539wDykPXF02y9Ni9p0HAxPyrUEkW6U0+5GZJI09tNNjbtVtSXMuQtYX6Ipyb6NpLLj8WmuFhd3IPcbJVrXpjm1HCQVxFcO3m3Ohoa9NIVozJKW59HawNTa42gLBgV+Z7q74KVuFV7t93ph2A=', NULL, NULL, 'no', '2023-10-29 16:39:44.372000', '2023-10-29 16:39:44.372000'); -INSERT INTO `bot_wallet_pool` VALUES (220, 'TRON', 'TY1p1t9JpKAfFrzsuVL8DPsGFN9N6PAYEs', 'GZh7UEdZC9yfdGGLl458UAZimR3BtZNkhcVYsMvo/dJsKUrZ4nKO3Y006uPxBgStHIQAGU6IfM8WRx9Xvd8MJ9Iqj6NCih7MxSzSpFYRZAk0vJfr0+JEUkrq2Or2KDVN2LwtZydK4gZIZiuAra6SVzMUNXavJO3D4axCzTBPITk=', NULL, NULL, 'no', '2023-10-29 16:39:44.376000', '2023-10-29 16:39:44.376000'); -INSERT INTO `bot_wallet_pool` VALUES (221, 'TRON', 'TVUnoqKRXXwppP9xEPAriZTnG9S6ztvEfx', 'agX92hkQK37wSZnEax5llvsZYoqKOgxvIAmaZBSPSU6Xzqx9vQz8Sf04A3888HPN/aK5IyobmF3ZtDQZrdYFtQbhZK1y3qf8MgFqK8Tng3/G0jdXsNQ8UkVtxHkgE5TInTgxBE10e+GT9Y/C4/HeuAFo1fisjMTzcKw9LYfmTf0=', NULL, NULL, 'no', '2023-10-29 16:39:44.380000', '2023-10-29 16:39:44.380000'); -INSERT INTO `bot_wallet_pool` VALUES (222, 'TRON', 'TVdE8WiGXDmkkWKkmRvPs61qCJtbfrMPGT', 'V+RLfyQSi06Byh8QxJwM7u2KXqwVTNnM7L4aqyDZYgd/tM2ZOC1Nv7anMrotFDtGJGxjjP5Vz1eYCOH2aK9ycL28MKUKuMr0WH+dCjhXkKcAkdx7r0uXpTzMcMT7+kwpdq1utZYykz145mIjuxK3Ks42fnLCAy75fZ23iY4R6pQ=', NULL, NULL, 'no', '2023-10-29 16:39:44.385000', '2023-10-29 16:39:44.385000'); -INSERT INTO `bot_wallet_pool` VALUES (223, 'TRON', 'THGzN1gTAMYSr1oyXQYFD7ZY99h5zeKFQ7', 'ieopymLi5tupobQpFrRiB8TiqBbVHTTdH6CHztkiYBnzsXi7cjGAWMcBWCjS8z4Y0avrSVIO+AKyMfAO1Vjrm153MuMCX+NrmT7rntc3urA+6isZUucAS4Lu0J7ImnqNBissRItvgDx1AX220mCUQ/Bs0NHSM/SIqh2GX/ZBESE=', NULL, NULL, 'no', '2023-10-29 16:39:44.422000', '2023-10-29 16:39:44.422000'); -INSERT INTO `bot_wallet_pool` VALUES (224, 'TRON', 'TN3HDQjrRVqxBPrRawJGh4HzQrhPckJgu8', 'LzqNAbzZR2u+51XO8uNMOnMq4CmD1jFdeIc/58BqoliSsMWXkPbvmowoLrei5tU7C49PL4xZHqFIMRROlm2eGYQTbm2PRyHpwB10B1eXWzG69zDXsu0VhEtXiTAh936PIJJJJz3frgpoD8OtQg2hP9zo4PdfU+1LLIljC7J/3gQ=', NULL, NULL, 'no', '2023-10-29 16:39:44.457000', '2023-10-29 16:39:44.457000'); -INSERT INTO `bot_wallet_pool` VALUES (225, 'TRON', 'THYBf6KmYNwnmK3AwubiGQhaS4yxrg7BVu', 'MLYtbjQfnq2dr91xxUiEnicqVhUJBJjo0z2n5OJq3aaVRqOHtcAOxVIN0yKRW16urNycjHo1OLjd/mp7YqHBB05i6iL3YOXxRgiEpl+GCkTq8nruyKT6hgffUHz9Om830nOR+2Aiu4i4aciE1hai+aDHLiLX26OeO3Hv02im+u8=', NULL, NULL, 'no', '2023-10-29 16:39:44.463000', '2023-10-29 16:39:44.463000'); -INSERT INTO `bot_wallet_pool` VALUES (226, 'TRON', 'TYbs9TsHgQixfh2pmGukZrtimQBX6tqPAb', 'VPkWiquityv4AJ+5yewcEONK0BYrpg2Dv8TY8ANuIrhkHXtnRnp701v2CgcbQxEA8it0H6L/4myPeEK9dAAZhpD9UQGtv3vZlZccUApyARqXRhanCyJlBspQrpZ/4m3YtkX+Mq+qv+o2W1eGG/LH2Kx5AQAeA2wT4mn0I9+SNxY=', NULL, NULL, 'no', '2023-10-29 16:39:44.474000', '2023-10-29 16:39:44.474000'); -INSERT INTO `bot_wallet_pool` VALUES (227, 'TRON', 'TKF1zHUWpbBrBqUbpMynz3fERbQDSSMa78', 'GNXVIo8K6IBV08wl+wIAx9dLuKyVgGwErtuFjaISTvY/fJB8iGF0VmIwGFbl0+uonMEkbxB+hKu1RSL5F6IVC9R/b8uUgYb5U7Ny52xmTWJrTPTFOk8DQkDkQwMnxyHo5lIrjDBdnKJRlbUkxumyVlX2jixYfpctK5acgRaUeJ8=', NULL, NULL, 'no', '2023-10-29 16:39:44.481000', '2023-10-29 16:39:44.481000'); -INSERT INTO `bot_wallet_pool` VALUES (228, 'TRON', 'TLzGcgku5iMBjbobNcv5FrUJfc9NDJeivV', 'dlJN8VpNHIryV7eoS9EY9PM1mkWoIzWhRThstLkJmA9JfLc0qcwm+QAez3Gk+vwzkySoHRMCcG8njQfnflSKxRDImIu/QtdYqcCNBhYGNkmlxjddG0lrlxdmE/ULKrRGvUhl4+DU3LVmpf86TZGsdZ9rlya9DK9bKgQo+OB8ygg=', NULL, NULL, 'no', '2023-10-29 16:39:44.518000', '2023-10-29 16:39:44.518000'); -INSERT INTO `bot_wallet_pool` VALUES (229, 'TRON', 'TSJZB4nDxoENxs1LjyEL6LT3EzCi6C3amA', 'ZBh/FJM8JNaS3CmLgZCFXJuII0ikzPcvZIFn7kJ2Gku8JIV8VqGYi9LGcw8Ggtt5BeEE7GpkKm9mtVZm86shm+PNfVxT4W856Br8sjOQUN2cy4kKPImydzr+BwiyYcPQL4W6+9yfY1L53kC3M0TvZsDgV3Be9AjC89g9d5K6tAY=', NULL, NULL, 'no', '2023-10-29 16:39:44.525000', '2023-10-29 16:39:44.525000'); -INSERT INTO `bot_wallet_pool` VALUES (230, 'TRON', 'TXCbDazdVjdh7UdU3CbVUjJC3CttYwhUcM', 'cBv55WSSOVEEKeJtkwMsCfOavsPRcsKdScdFNIOBECVpYsLKIkIabG2rrZyxesZ55moMnV/NFsGRSOLZga4UqUaH3iz0fIh6NLDU3DYhHo8BVBGGPKpgfiQ/0w/1fojmqHcv4xjMhjjRYO6cR7mWJVE8U2DdnMSQIAesfTUBgS8=', NULL, NULL, 'no', '2023-10-29 16:39:44.534000', '2023-10-29 16:39:44.534000'); -INSERT INTO `bot_wallet_pool` VALUES (231, 'TRON', 'TAwxPCfoE6dC6FERLWicarobxEUrpqCEri', 'ScXB9QrjJoKyA4TuhEPsdvEStKOjmhXybrIg2AOyRvsNsFSWulc5sVWsokIS0okvyLDJj1dlJM6mKu5UGh0d8oCdHkQjxmMCBO13iOfLl/brHh5PE3whp349b0KPlzWY1v8ow+77wk8+MZfw7B+QJ4lEaPIlzBvQ7rWZ4m+OxIw=', NULL, NULL, 'no', '2023-10-29 16:39:44.538000', '2023-10-29 16:39:44.538000'); -INSERT INTO `bot_wallet_pool` VALUES (232, 'TRON', 'TBC9A6EFLLz9nNZMjkV8Y2rJ9frT44DRT8', 'XsM2kcSZW8ym/H5mJjWN0YHszxGJ+wo1qoc1smZFcoA3yqS0n8wL+X00E6IQ/Dc+bF7IfOeAtJhnbGwDEfHUFfVpngKVv0bLwWoTpzADxYQHDc/Kn1zqjJX6e4weL/bGu8g9on5SCgykDDqY/WKj8nR6e6wNvAXAtuMfrttcZ8A=', NULL, NULL, 'no', '2023-10-29 16:39:44.561000', '2023-10-29 16:39:44.561000'); -INSERT INTO `bot_wallet_pool` VALUES (233, 'TRON', 'TNumXhhnxbmPRrLYnv9cH8cdxZLkYEThUb', 'CiEvYIwZIVrCLLe0pCq2N41DHEugOlmv0oHYkWqru5fTNhsXkCnir6aG1l4/pf+8H4To1dafcYBpSxSPy2jbt7wJcsGtWO0YzlNI+CVNmJoIi0Xgz9RcYM7hjvwObqVeD4cHTnpfMarNQsYoF7xNKBQ3rFAjZTpgO/4N9gibNLU=', NULL, NULL, 'no', '2023-10-29 16:39:44.568000', '2023-10-29 16:39:44.568000'); -INSERT INTO `bot_wallet_pool` VALUES (234, 'TRON', 'TXYTmFHrgCsMb6h3F4Qj6RQSJyo2fVGXQw', 'eai244rU3AuVYYreboCWMcbtukX0EY4VrICJtlhkKWv7uICXYcQc96rIXRQygKyqGjrSmcuiDG0IZznpsekTyXiaCvddwxrFLO39TgPwTPHJRLnwHnQUnYeKx9NBpdZfaE67MAs/1SfxGsLV/LBTv+lqFyIjD5xNVRgKF1oFkDw=', NULL, NULL, 'no', '2023-10-29 16:39:44.573000', '2023-10-29 16:39:44.573000'); -INSERT INTO `bot_wallet_pool` VALUES (235, 'TRON', 'TNeEmrYVHKKmynEKtQ8pXXG7E31ayGYttm', 'i9a59LyI737+wNWUAu38FUiyZ4Hfpnfyy/R4wWiKZCteu9Y/lZQ4LmWJMrqswUGLd5LzKUWQquoN3Z8sAcWB1lKFv+ONb1tJj5A4Bynccdmph6rlLTboORmJU5DeDK3X/COBTvhjqTJpz3rNHGl2295Q4m5SfBtvS3+3wQ9bwIY=', NULL, NULL, 'no', '2023-10-29 16:39:44.577000', '2023-10-29 16:39:44.577000'); -INSERT INTO `bot_wallet_pool` VALUES (236, 'TRON', 'TYfCMva566SrAMhSg56PjeexhaimWU7jSC', 'SpXBEzW3kdd+LpZ2uKuh803i4i7U8ZJiVEkvw1aXn3tdLsKouFOVpg7lBotC4MLVD6SyNw/JSEf29mHPULLmVVGwjXcBfhZjVSbt7QyrjnSRTBaugroB0+NnuDKoP0fquu8gppNL2A5TVE78zVqC5dCbusCc08Dli0kWYSTERsI=', NULL, NULL, 'no', '2023-10-29 16:39:44.582000', '2023-10-29 16:39:44.582000'); -INSERT INTO `bot_wallet_pool` VALUES (237, 'TRON', 'TRUeJpfLErw82FC5YippRd5CUjvDzWe4wD', 'UUsAyg02GoJlw16k8vsdfh6M2MJLu1X5jLYM8oFowMFgZF/MgLi0Q5ziqTN9cg0DqA+wUENrBYPr0ZltyOBUhc6rxJ8Z+gguPxKR5A40PtX4q0z2XL26XdL7gLAYof/w+rMTfgnT2LNrpWupMm2IPosSO0P4svNXzKZis6D48pw=', NULL, NULL, 'no', '2023-10-29 16:39:44.619000', '2023-10-29 16:39:44.619000'); -INSERT INTO `bot_wallet_pool` VALUES (238, 'TRON', 'TEqMTTsnKjjCzremoFjt5cPy8Ez9srM4e4', 'ZQcUKLiRQ0z6zE9gBt7TRtz8W+lORWjWy8GDVQIbvU1m0WVc4HbYNzzK/jUo4PbYbsXpZw2N2QSwKAIRm51c59xnzGhU/XNCHWFT5j8neUxWlWoj3xTV1QDwNnjlWaTOOmX1EwOrXJYQr6mtoXKCfdlzfbXoijZj+VKTuOf9Tvg=', NULL, NULL, 'no', '2023-10-29 16:39:44.625000', '2023-10-29 16:39:44.625000'); -INSERT INTO `bot_wallet_pool` VALUES (239, 'TRON', 'TM2hMEtWfinQ5vopGMVq5FJyBSZsCgAa7j', 'HlcE1uZ7biAd3xd3jNzDFPjtBne6xXT1pHtgnpl1avO7anjZ+ko4Sam9WELf2ty1Tjp7X6ednGUQLrsZ+XM7eqHAx6p6MyZPKmQJR01At/pbF8sM81/jfupTo6dg5FQEF4sxvGj22sYoal063sRhMUek8mCCDwop5bnl1UQXmww=', NULL, NULL, 'no', '2023-10-29 16:39:44.630000', '2023-10-29 16:39:44.630000'); -INSERT INTO `bot_wallet_pool` VALUES (240, 'TRON', 'TE33trpstqA3HSM46LwNK8DfLwoyqX9Ye1', 'AvGb4mnzE48Xj04QQOlRYrrFOcnBRfyigy1H31bqf8MlqasGpkJQDRFjtECX8WhjhididoPQt/MP02k4Ao/wpmSblwiqjaJirHD/sAYdQ1bNU347SUeFFIH5jdwS1gfwBovF5/S/lDQeauXMjOSu2UWD5HOKPkEHwK4zdNdCSoA=', NULL, NULL, 'no', '2023-10-29 16:39:44.636000', '2023-10-29 16:39:44.636000'); -INSERT INTO `bot_wallet_pool` VALUES (241, 'TRON', 'TUnEHwBN97N5epWxAX7EE9fRoFnEDdCzqv', 'dE9y3z+0RmDL237oWEcvVppJhkkoNGp8AfzzOHITna5YnJXhvRS1JScWGZ/dnGI0EW501EonLHq9cUP95SOuM9nQjKA0JKe6GCK3T7MT/hOAs5VZHDBeTJVF3MVOioIMYYwO9mkxZgisTCtSfFxdTuU7urli8C/4rF/f5cutoGk=', NULL, NULL, 'no', '2023-10-29 16:39:44.640000', '2023-10-29 16:39:44.640000'); -INSERT INTO `bot_wallet_pool` VALUES (242, 'TRON', 'TGg6zbR5qCS4SDvWbQ3iuyQKWbGhYZzktL', 'Bot5H5806u9BMdrl7leZ/jHmbMOIN8KT9e6uOK9oYLHAxrhgHx8cBigfjJ5E8N/ZSRnyQTmsnI3KBU9vJtUw72ZYcer/VnvErC56NQ+GeKB7QaYWzAAgd/TvWKuwAN+wFJShAsJ4DRthkTrZ+N6Jup9yrAdq2xn8uZs41izWTAA=', NULL, NULL, 'no', '2023-10-29 16:39:44.682000', '2023-10-29 16:39:44.682000'); -INSERT INTO `bot_wallet_pool` VALUES (243, 'TRON', 'TYtDkXWc4iZC4P77oe3YZvZmxVzq65vn87', 'lU+ZsjuexcVPiE06QdoFoX8b5bCqSCHywZ2kGDYm1DxjzIU9rtikT7fucH1T57m5AKXKZSEjUmwzjA2cTRWGEohhRkFQ41XtfIoeKPYGsQIzOqyjS+dwFVFh4ZGd0aDRHgZigDiusdZhnXA1ovtb38rvwlvwCG3sShDlkVsdJ/A=', NULL, NULL, 'no', '2023-10-29 16:39:44.690000', '2023-10-29 16:39:44.691000'); -INSERT INTO `bot_wallet_pool` VALUES (244, 'TRON', 'TWcrfrT1qFvBYo7tcXd72BAPPp3LucpL7D', 'Y3odCoj8gDuMkq9VdNpm9PKYu1xdHd4ewnRfAC2kreWpaM8UuotBYyl1C5Nz1iD7WQlqiRSgi2b9VwK5rNiMC3LXWivT8M27Hu41j19R801DHHUo+sDRwoVEQQIFCtMxhzfMVZ/yWlZiBBr5Da9YNRmM3JpSzmntmO6Mxgs5JeM=', NULL, NULL, 'no', '2023-10-29 16:39:44.699000', '2023-10-29 16:39:44.699000'); -INSERT INTO `bot_wallet_pool` VALUES (245, 'TRON', 'TLo2oQoAZMDVupA25KXxsLaftsHTzpXjHh', 'OmQAKVYYU+LyqiBPOfgDVgPsAmlQSDJAeutNzGZzW+SGw71SHCZoUbHIEhaZlXc7+I7GPTcWPL3Bu+SfHxJRjt/ALBxHCIbdropGJKu4emVwFG1fHbvNNya5J9RHfDcvUDVoJ3wwzonvUrSrcpQ00f6QXubfEYA8JtVUsc4OK/M=', NULL, NULL, 'no', '2023-10-29 16:39:44.722000', '2023-10-29 16:39:44.722000'); -INSERT INTO `bot_wallet_pool` VALUES (246, 'TRON', 'THRbfoYSh34Hf6jsJYtJahsmYR3xRLEcQE', 'IG/LZcRV7qoWGXN/SOeMDYcASQTz+m4DKBQ/9yyyjAIgstzfqYxcq8Hnz8pSptmd4G21W7ZAERk4VehRaNY0p4XDtT21SefqoFqpYaOpuYOMCjYRADKXn+vrvnw7OzwPMrTyrxJIJx98g/D+V//PFtAuYZrWyAuhM+oqt/XmEUg=', NULL, NULL, 'no', '2023-10-29 16:39:44.727000', '2023-10-29 16:39:44.727000'); -INSERT INTO `bot_wallet_pool` VALUES (247, 'TRON', 'TBK6BbVHxUGS3wq6yndczU5dTDpbHhMdfn', 'BsbR1HWX73c786OrDAK4U0XfcJnDB1cvQl279OExQhaafztSzJtbCcQemnlkQhCAhGADGpkYzC4ZqR+Fad7gVsUv/x4Pw0CVLnCki2ugOj72B6ne9LQbHSqTd3MFmOT6wAJnePizUrBs7EwBDIdo1ost02cdrLZZkL7sjC4zAa4=', NULL, NULL, 'no', '2023-10-29 16:39:44.733000', '2023-10-29 16:39:44.733000'); -INSERT INTO `bot_wallet_pool` VALUES (248, 'TRON', 'TYjppr5HzygKDzttAF7ffGrv6wEtan3qAc', 'MfXg9IEkPEwqiS3MftDxE0Y2z6Z03jbOiIcbCLo+7VQHFghXP4MyiHlJOz4wVXldjayivWvhS+FW4GEoXjGoWrYqaEw5Syy9r/t0G7WiZ/Kkm9uo3zIxJsDw3TjizaiOIU8Ecvq//G1Jmk2maGq2YJy7eaf7jDsKPNekz7QMdDw=', NULL, NULL, 'no', '2023-10-29 16:39:44.745000', '2023-10-29 16:39:44.745000'); -INSERT INTO `bot_wallet_pool` VALUES (249, 'TRON', 'TVGJeWSE1yFBVSEwvg3519mcAz1V5DJ6kt', 'HgLb7hR5pie3iGhRiYZ8WsmpDqEgpSJzBkAck5X1vKbw2pgbKdy2PgSuI3haW3MySpJnuUyGel4tOgHvmPCOjy6olmQTc72NMlbzZszOU/vMAj0a6AiLo5+p98rbF8w2nMM+sAcYDOWK8bd3ISJ+skUdUZylKVDWyYFCt7h1yII=', NULL, NULL, 'no', '2023-10-29 16:39:44.780000', '2023-10-29 16:39:44.780000'); -INSERT INTO `bot_wallet_pool` VALUES (250, 'TRON', 'TKfLQ4wCEfXFv7FdPGZsJXwX7jbQEg4cxb', 'J8A1FwKphLPQrDM1+G/e4va/MXl4Ie7g77bMNI2MYvlFh+OJoudnghXTXQO3JY00zOy4lQViIhVk5XA+V932wW6JkXJYq8F3vNVziPPEXo/g4apGtcYWmEEVT1q4ahboDyVcUJ/l+YMv+illgR0mQqQh5+R6va4mr8YHbCwcnmM=', NULL, NULL, 'no', '2023-10-29 16:39:44.786000', '2023-10-29 16:39:44.786000'); -INSERT INTO `bot_wallet_pool` VALUES (251, 'TRON', 'TJ3TfFKHnKjiZ1DMyQFYQytrgPKc8JxmX7', 'VcVxK121kVdIW5nkLJMZ+EJLrWSgzcBhPqmUlD1L07TYPUW7JRqlybSZzeHNgv4FB6wiIPVA2lZ4ttI8Z7unuLOUWxggC8zywHfBdTLZitgYq6bGxGao3OpISVdRVokhUAdrNsN4rghOBJLtVRyJ0dyNbjD8hhDf1s2x7+fvQHI=', NULL, NULL, 'no', '2023-10-29 16:39:44.791000', '2023-10-29 16:39:44.791000'); -INSERT INTO `bot_wallet_pool` VALUES (252, 'TRON', 'TDLJUZBPDEEhqVbFhiNyu5ZhP56FopTWwx', 'MpE+YHUr7EDG8O7752pIsV0nyO/wlQjqioiKLbC9Knq3mgB2AgS01V/hO6I+6xseBwfpYTmgm3Sa+h56eE7RPIwQvqGZ6Lx4C1L9XbOAsUKvALy6ic5O7gty8Nb/u+1vnHYhBqEVo/5CDb8ksgoWOJQBZ5Z7/UcbGTNmVEGW69c=', NULL, NULL, 'no', '2023-10-29 16:39:44.795000', '2023-10-29 16:39:44.795000'); -INSERT INTO `bot_wallet_pool` VALUES (253, 'TRON', 'TCZdDDVeyEkaVgkYFH8wbzByme7y6Yfj4X', 'hMSE01mXWdhIK0mHtp4HmC29d18ZCafJ++TfwFgMy01CAr4xarlEE5/xcIpp0qdbP6Mk5noQ4MOx0rryH8NoKG3NLkhwDl0Zh6jcQELJbrjxzmktb/Vs4SBGw0oWgi/JnjYUE8iOKQP74GIGMTvMHeUNd6VDH2EOZKMOFqx2+kg=', NULL, NULL, 'no', '2023-10-29 16:39:44.800000', '2023-10-29 16:39:44.800000'); -INSERT INTO `bot_wallet_pool` VALUES (254, 'TRON', 'TM7jkMZwKoEC1iifDcMv397ouZFwXFZab3', 'En1ZQQch8cDiuKaad5YwzNHZo1jRcnxrxHCeaQdib8T6J+nyJ22DBzy49suEUcTsAipzfkF1mHCnNHtVTu7C3+vUq8VKeWbYON0+vQh+BFLIQheNN4KwAvQRu840w3CCnS7uCfiUqvhDGwXpMOgCZ+YXiKYrzUO+h4S7U7y9ehc=', NULL, NULL, 'no', '2023-10-29 16:39:44.837000', '2023-10-29 16:39:44.837000'); -INSERT INTO `bot_wallet_pool` VALUES (255, 'TRON', 'TNCeZNb1xTGdZ1nJcFrwzFKWTYDQ4fGopK', 'MCy2XtkDkueCyicb598A3mZ16tiN957pQgyzvqPSSF5W4Via8FPa5V1AV75UXABol9o7OXI/PBN+rhI7vdM5fexAwQ6zW2qR1IRPTFLlT9K8/+isu4cUfJtfsSGe9JYBfRy5xLMeExTOnugFzuaqsBfSrRmpmnL4V1kc8ZncYkk=', NULL, NULL, 'no', '2023-10-29 16:39:44.842000', '2023-10-29 16:39:44.842000'); -INSERT INTO `bot_wallet_pool` VALUES (256, 'TRON', 'TRNjB8dfRYtKuF4gGVyk5HoRHVSZxpXkrB', 'GWJtSyqyjrIV4NzAsmfOgI6Z8w3c7K6wtAL9aNOBElE6YINKfrhE5yyIJhPAAJtt9nZLwAfpaYRjp15ADwRY8E5o6GY3mwm5o+4hMCYzXvbmca8l6nKNzS8uFl7+4dCMmlo2ifWvKoYbD45lePRB7psyyyWVTBRhq3EnSbdWlfc=', NULL, NULL, 'no', '2023-10-29 16:39:44.850000', '2023-10-29 16:39:44.850000'); -INSERT INTO `bot_wallet_pool` VALUES (257, 'TRON', 'TErU792donykMi3MkcYDqCZ6WZaTmVapUf', 'j4U7nDejvsHjZEKYsXqFz69sMgKitxwCo6paHvptoqZ6labybNRxzi+wCy0ZqkmQnOfI4yU4sS9OZTI1gsnfUq6uhGA8MUoytyus9EkAD6qvpSaOXQIsVNhD5jIG8NADQ1w9wRCjdxlbX6Rywx8SwlCVypP0Hkgo3Oo5HKMpoz0=', NULL, NULL, 'no', '2023-10-29 16:39:44.870000', '2023-10-29 16:39:44.870000'); -INSERT INTO `bot_wallet_pool` VALUES (258, 'TRON', 'THciFHGcWNgVoerCZG3Wj2XfNJcDZkoX8a', 'jDrtAybg8Y5mBMQyx3AWI78g2EBvS4f6zUXOojQAhpsqGjKxnuyGLXRFI8zKDO9ZIoHSo96tc1DkjJfVILHX+yNwFYRlhwMTFNHTK1V9JaSlmkEsdRjKDAwLDUtrFKt3NtRU9ZFTuu7vbreopfzrRWdCYVM1qS8pwVX5Shl0bV0=', NULL, NULL, 'no', '2023-10-29 16:39:44.901000', '2023-10-29 16:39:44.901000'); -INSERT INTO `bot_wallet_pool` VALUES (259, 'TRON', 'TZGcjHvcVUuJ8r51zKAZew3nyxhizwiPov', 'TsgVslTMQ4k5jnvObXigI3wFqUs2OxVRvrVICT0kWO0PmfIFW83gfeCA92Vc+sfpYu6SiqmaGI235UHz+HMGMEPMeX092DDczMjFvXrCz2xdYUsrd2NYTT048CwBVPopJo4bAO8vATUBsurCEAdiSbpVRX3nV2v51l04ddHijhw=', NULL, NULL, 'no', '2023-10-29 16:39:44.907000', '2023-10-29 16:39:44.907000'); -INSERT INTO `bot_wallet_pool` VALUES (260, 'TRON', 'TLWffBSsVVz54kB31JiZvAjqbWAuhNMjYd', 'Fw+fwySPlfAvpxPzBY4mXwMyXAyO44+qNdGNiycbQWcl44PwMHjtKkG1xC/rXYxe/VXuGcDbRteQbuy0JIRNa6thW2wm6Rne+/znXOfsHJfl/LYu+l4bEbaLNLtEk1/3zQmVcoFQRUwqNooCu+aZ+ZaoM6FOFKL5mISPE0CM9sY=', NULL, NULL, 'no', '2023-10-29 16:39:44.916000', '2023-10-29 16:39:44.916000'); -INSERT INTO `bot_wallet_pool` VALUES (261, 'TRON', 'TRWt6JAUmwLmJMV1Ed1QEya5Bsc331CH5b', 'OVpBv3snHXSiEgvd+0zbQdHDEss6InLi0hkETuCAEIFabeiXwLQgOi3qLiCpwgeoxhnp/woU5DKZ9Y/4qgSmJkCHjdWzwg+x+wj1TlaUVto+Ym8C1wgT0mNNKBPzcmUU1vGz+9RYb156MRpoVGI5+MpS9Q5yKwC2kWImBWQbRpI=', NULL, NULL, 'no', '2023-10-29 16:39:44.926000', '2023-10-29 16:39:44.926000'); -INSERT INTO `bot_wallet_pool` VALUES (262, 'TRON', 'TWVRnN1ZfU6Vwxo33HwDqEQD8THrtRQgDx', 'iO/bF+GmRbiCYrzTy9dBhORUcL0vmTMMOIXA7CdNPBamJA+SlbQoO1jxrpHuBjuzKBvm0m9cDDCplS+xHd1e3Iqx4tsKISfuhrpgGUj3FBb2S4zy8pGksnHwekEGMe4VUJc3l6au3REDqsTmbYioSGSslfi6ZoZ5f+XWICI0MrI=', NULL, NULL, 'no', '2023-10-29 16:39:44.958000', '2023-10-29 16:39:44.958000'); -INSERT INTO `bot_wallet_pool` VALUES (263, 'TRON', 'TLR3wkDK6E9dRLFYSANTpHAbBbZAvafJSk', 'SmhUfuMt3faBUbFnBDQdaPO1u4w98EQP0FaHssUclcnX6OTYyboprt0U+kWiBaHQR1vaAqDQm66DSHTZtkGq8vmBhH31fzBHiiG0EeHJ43M0ocIsfeRWrrKZqDKQ6ZDcSiqfmYURhcjwiJAH6XdtGsrhORa1+4Z5iBKYXM7Qp44=', NULL, NULL, 'no', '2023-10-29 16:39:44.962000', '2023-10-29 16:39:44.962000'); -INSERT INTO `bot_wallet_pool` VALUES (264, 'TRON', 'TWYHk2wJDyaj9WimhU11PMs1npfQKXptcg', 'k8O+fx1iBqawxAoKINGB0NczZnjQHZBzc0LDrQAkUTJxaERpqlcd8oCw0vkEAW7tLk5seUvsZ9HI58sh9BnnUCHwlY15jbu/vpMwOoUPtpnTkiYKcWFrQvxptPkz18Qmn3pu4dFSuWdPOOqhfNAuUrAPTmFJX9tCfjbxYxhUAtU=', NULL, NULL, 'no', '2023-10-29 16:39:44.967000', '2023-10-29 16:39:44.967000'); -INSERT INTO `bot_wallet_pool` VALUES (265, 'TRON', 'TDfuQiSxgopwATPwwnVZhY1MhFdAjA12NB', 'f4wG9YjwuDhE9eMI6ozyFDki5ihLZtcOEOWcZ3G5aIGcFjbAwO6fC/tJNHABZ5dXviqAvAdlt+uXlrG80HbCeBXtzCZAREpDzWxdy6p6lvtvD2QVFsJ9OtsMomaU2r4YgdUinvAlJiPE1D4vH+OA+UnQnErCwvR/PeAZ7Rct04o=', NULL, NULL, 'no', '2023-10-29 16:39:44.971000', '2023-10-29 16:39:44.971000'); -INSERT INTO `bot_wallet_pool` VALUES (266, 'TRON', 'TUnRUj2A1rkutBRfjDoYEtJfFMvnGQHtSx', 'erbRHYq1mSugrX9bJYKIUr4PHt1sBfQdpFlO2Rd2KtHp0jxRMi8mNuinYnHhEOtXOV66M6d5HdeJ1ap89KShZ6eLDFw2xZipvD3PmuS8X1jiseNFbUW1UMi/zb8ssdfeFNmemqRqKS85vTXqEcHVM1ie4ydUPdWxRiUqzDW06YM=', NULL, NULL, 'no', '2023-10-29 16:39:44.975000', '2023-10-29 16:39:44.975000'); -INSERT INTO `bot_wallet_pool` VALUES (267, 'TRON', 'TSrM16PDVy9nQseHW4ra5UfLnPMJqfojwB', 'hExRL0UuGzaegU4k/9eMx4WnW+vaxVoKzepZVlJT0bPSYxXDNS2BDtzrX4XVH7r47fdHC7KKQQ5x35bFxr4ijPKU758cHucjSl/KdfIayGyf+X4HCeoItx0nncsWA68XRlr5viNWZVIh+uHT9ZognVGbizOy42/s+FoF0+qC8gw=', NULL, NULL, 'no', '2023-10-29 16:39:44.978000', '2023-10-29 16:39:44.978000'); -INSERT INTO `bot_wallet_pool` VALUES (268, 'TRON', 'TGZbDoBMiJjKiUB7gDDTp3pg8szHLPFAho', 'WoFZFq7HV7IOnKQ9DvwnhD9S800l8TjrPQHclzWG5RLVvNvCUGZOTv7PhirwF8ybxi79WiIKDw/8TI321jCGk+eQq00yhBYYozOrQ+/YsHyzO5yltbmaDSLEBdHeDE5fW6hTCkAkxQwrMXw5unnvPehAHy/bXY//4cFSG4oqBls=', NULL, NULL, 'no', '2023-10-29 16:39:45.000000', '2023-10-29 16:39:45.000000'); -INSERT INTO `bot_wallet_pool` VALUES (269, 'TRON', 'TV2abagCJAnAeXyHd91YnhgM8BVQQd2Byc', 'BqbZS44LaGmZoasMEsJEHf9cvdw0tP/+h8maLNvC1ZGgCfUP9Uecq+Z4uLVz0DTrJrjLeowm5EBl+SpHq/KtPI0Y6980D3F/tnbblEuZW8Ouql5HpP3GzOm8TUkVYTEDswZb3YMRUpaMeBCkOEo/5b/MB/hw7WySd1fITU/a7TQ=', NULL, NULL, 'no', '2023-10-29 16:39:45.004000', '2023-10-29 16:39:45.004000'); -INSERT INTO `bot_wallet_pool` VALUES (270, 'TRON', 'TBS7Bv6TWVTJB2qSoMvBitFDjc2n97Msgc', 'VNm3XQcci83WPxZhkpmAyq/qpv895aDunoll4y5h6G6qKiw1Hu7aoNERZj098JZKiasIyxZLPgi67xEj6tuxTvruP0ktBM6hnSCi1tylQO5/VaeDBuPIMPgSueLNHtw9msuy0lHr23lgJ6Y5xGw8Tj2rI5T9K6R+20h7XPUifVI=', NULL, NULL, 'no', '2023-10-29 16:39:45.008000', '2023-10-29 16:39:45.008000'); -INSERT INTO `bot_wallet_pool` VALUES (271, 'TRON', 'TK8C5sLgcE8hEt47xpTsht1pX5SBAMD88B', 'kROEr8eeEGbNcdWgV5dOURAoszOu1aulh2j5YqHwhqmZDTsVQQqGTraGab1vEOC1Dl9Pz+EqZrSj2CB8fTZSYtJyw528XtoAvWHthWR0mwTjRYeYE5BMiY2OeAGilm+mV6lWQSqI6sisVkcNXqw4X5cuRwo8MJB5ZUuYBnW/9PY=', NULL, NULL, 'no', '2023-10-29 16:39:45.012000', '2023-10-29 16:39:45.012000'); -INSERT INTO `bot_wallet_pool` VALUES (272, 'TRON', 'TNgzs7VC2wUCUJNK86v83S4XkKKunwsVeo', 'aknq83xl3L7tOgwLDJgeJNcc4ar2S+lxT41/WUlG9A6pQo2aNuJBkMEGQ4ankQEqeqJFF5YsL+AeQ6/FebvNKHzEMPkT5uwEo2s90waTzWIUJc7gbp8+R7CHKc+Ml+lGVxfWK2A5j8jwhZtxUrKwEf4pXMVzHGeC2SIwIBS9cN8=', NULL, NULL, 'no', '2023-10-29 16:39:45.017000', '2023-10-29 16:39:45.017000'); -INSERT INTO `bot_wallet_pool` VALUES (273, 'TRON', 'TRDEcqCsLWb31i2Ym3L2zAyVUp4Jv6RzdK', 'a0p3iDpidXsfA831VSMDGa37lYfM1ikvEcGtZRyA8gX31q0X0Vw11ba51i9v6xjjxSokUSAnsVxmxxPDAd7Sja+3bkmqVlob3UdwL8CSX3hbpZRw0eLVLG2kWjHjeR8UDXioCnvNeRHhlFTlzl/TZneB10vwyw+nk1cJqnVms0Q=', NULL, NULL, 'no', '2023-10-29 16:39:45.058000', '2023-10-29 16:39:45.058000'); -INSERT INTO `bot_wallet_pool` VALUES (274, 'TRON', 'TAM58qyURsamTSyy4WECG1trY1Tfx8kDfh', 'cjM0NvKSwQc833M6YXKiG7m2bI/V1t7hsptdoXAtiNybYu8CRy10P1aRkV8Lc+jCHcslMN4n0kTkBM+O01iyCJJYe12eFXyt9FRf0V9DJl+NON9m9YQuhBYsNbmCoVQaYJGsKVKtJFDOHq4yAh4DCc1orm+NHE1FaxUAmKvdLTY=', NULL, NULL, 'no', '2023-10-29 16:39:45.064000', '2023-10-29 16:39:45.064000'); -INSERT INTO `bot_wallet_pool` VALUES (275, 'TRON', 'TLt3RjAWD78w6RbqR95AqzwweXmYrNJZ7m', 'JATze6E1kDQy/TzP6v21r2VHIX/2HQfVLM8o/ffNTbpdZBCd1Ic+teIUMpj0S/XQhNoPvMBtiLneZyETf+kwEHCKIAwuh488fwvEaD5JICuFUxWTt4azcqeKn92EUVmqLUh741J9XgOhkOJjXF0unB3hbJVQDygRiOb0qSo/ctc=', NULL, NULL, 'no', '2023-10-29 16:39:45.068000', '2023-10-29 16:39:45.068000'); -INSERT INTO `bot_wallet_pool` VALUES (276, 'TRON', 'TKkXRQYLFUQuCb7cyAGCe5L6rT8VeTr2Gw', 'E3vqCjDmjXCksGEcdFi3Q01PKeaajbYuV1UYAniM046CR5focpvRrde54QOxTIqtYE5xbihe7wJ5DEHk0W61rt1EChAQBnNCkPd70Q8SYIFme83Qr3YPxaqF3NZjL4saCE78HbcNIZZynVYQ5DELCyOrd5W200LC7uTNDmNFMSU=', NULL, NULL, 'no', '2023-10-29 16:39:45.072000', '2023-10-29 16:39:45.072000'); -INSERT INTO `bot_wallet_pool` VALUES (277, 'TRON', 'THieFxTfuNBmE22vih1o93tSXSqp9AkLpq', 'BAnjnLEaq/u0ynXk92lliFE8pIQIOrDDwrxOV2UdoP9gLhxZSSvlmtsTRJ68oq+zpNnmUP2ExmYJhb9Yo+Uw7uudL5p87m5uxResmdnRnZdpG5REPsbE7EQmz0ufnnNClfL+TBufA3ER5PmEmrHTgUl9rfUoSB9yqojPkW1JdTU=', NULL, NULL, 'no', '2023-10-29 16:39:45.077000', '2023-10-29 16:39:45.077000'); -INSERT INTO `bot_wallet_pool` VALUES (278, 'TRON', 'TEj4yfRMx7nsf932rUFS8h16swN1kCvVHE', 'flZlFZ1FqqpPkql/izQA8ilLrY7iZH7dylSg4RbILCDjZDnjmaXrO34atK9FnTRRaDdphgLhRrRHzOu4kuUzU1qJIFzQMLVwnDcM0NEgL9sqsY69LQxGcwOA5344CSQIEtXbBgbfaGZZKYdhMuCRNgLJ4W6QKqECLLkHWhzWJg0=', NULL, NULL, 'no', '2023-10-29 16:39:45.116000', '2023-10-29 16:39:45.116000'); -INSERT INTO `bot_wallet_pool` VALUES (279, 'TRON', 'TYm3shh8kCCNvL3TyxiTFvGkUH6J3xR1Ly', 'TkgjPN5c4Hkyo8DJ1U+78eABgG71CTjIM+CwMScQ1HRDamJ6MLSjOuEiTeKpJPaXINnFjBtD93eMDIldDZIEqDeaqJwxhNOp2ReyiIRPLsi1Gthk/nxFjASO+LGitMLxOB/UmDHQ7Z570y9bJ7xFAex5xTUWIQKdyA+yMFwQU2c=', NULL, NULL, 'no', '2023-10-29 16:39:45.120000', '2023-10-29 16:39:45.120000'); -INSERT INTO `bot_wallet_pool` VALUES (280, 'TRON', 'TN6cqpLBHVPBZvrc2oZabxS36miQjZMbLd', 'Xj8hlb3MBCThDoa8LshBhvGld/9k4ApHjOFDPfOixeLoCo8jUXmPo3ZK9fjkQ54/gSJ4wX+2CAUSJV4fNefV32V9+zQrLhIg5N8zpQVa7YhRCMpjJAcKpzOQnhaQTExSlok60g2RUWk8ZeffdTzxTI/+DfCTNku78NiiKAiAkMk=', NULL, NULL, 'no', '2023-10-29 16:39:45.126000', '2023-10-29 16:39:45.126000'); -INSERT INTO `bot_wallet_pool` VALUES (281, 'TRON', 'TJSMXXAJNKDGSUAfpM8tFucYNuYK6FD4og', 'Ub/F072p4Deepwt9PSijaVuui0jRtGHp8sg5ar0n0itpRd8hZ+MPn8uoiizVWIQNM6Em9G4k7iED8zvhw8mEoULrU4oewJrQiH03bFY7f0Bzoekvb7j8+6nE2zysUH76jD/optv6oVq6rFNzyyL73N9mHi9G8aEWFpPtxSHp5kY=', NULL, NULL, 'no', '2023-10-29 16:39:45.131000', '2023-10-29 16:39:45.131000'); -INSERT INTO `bot_wallet_pool` VALUES (282, 'TRON', 'TRq1H33wCcpMVuGmYX4HUe4Tvup96Yrf1Q', 'HvTx/8wkICiXYn4qHLNNTUXebF24Hb8rBpHK0qNDk70Ks+msE6a7RsH+EsFJEAeq8onkBwwQDoBm7ETyvSI8d2ZMbFOiJhU7m9X0PR5JyanmqeLe0wBhs0WmJEm6dYz98z37GbbAiqp50rL75bA8pXICekBppHGwNm+h9w77K2I=', NULL, NULL, 'no', '2023-10-29 16:39:45.136000', '2023-10-29 16:39:45.136000'); -INSERT INTO `bot_wallet_pool` VALUES (283, 'TRON', 'TYEbbuRR6DTecCs536zKvbJKi6c25bPLTH', 'DKTVvc0TnC8LuhAa3tvkKvB4QWNCUX9z0HcVxW4UQnuyu0Ge8+VtnBr7slgxZzZTjS88eMBTacIocMiDOaVFuUS98ccT0/ijI0BZBQZxFZNyitAFjzvYPce0nMeky/XhCKOmTVWYQH+GYs1rtybRG9DHQyQKr+ECUBYLRvicNho=', NULL, NULL, 'no', '2023-10-29 16:39:45.142000', '2023-10-29 16:39:45.142000'); -INSERT INTO `bot_wallet_pool` VALUES (284, 'TRON', 'TYJXHKXfjXDpVFGzL7VnJFkNZmcKzMnS5x', 'UUJ0bjsB8G7CLsiFo6mCXL6L4+K1QJMg8giqJLq9vYDajI28c4SoHvYCg0KV8oRX5oxEGDtc78Sw9urJ2OwRkKbw94zqnbjxjcXrPyeLX8esMYre7lv1vhMLmXEviQVXmhUH6ulMv5BXFbYh2+pQnOKFFKS4T824u00XNio+wPQ=', NULL, NULL, 'no', '2023-10-29 16:39:45.181000', '2023-10-29 16:39:45.181000'); -INSERT INTO `bot_wallet_pool` VALUES (285, 'TRON', 'TUsM37nbfMzJinEziBGqz8hnqygBB68LzT', 'RGWzWebnJFGRgX9PMUsDo/vfelDY5Eqr5XfnoYIVnD4azAMcejGOUJf18xMJcbrvQwF6FGf8uqO+Zqa0v4ZEENUVT+5eqteQ/oB1fAhoOHA3NYddGc68jpawiwqEZa2SIM3Z6wr+MIWAGXAD8imDcBRbWPMy0D2b06xVr06ITuI=', NULL, NULL, 'no', '2023-10-29 16:39:45.185000', '2023-10-29 16:39:45.185000'); -INSERT INTO `bot_wallet_pool` VALUES (286, 'TRON', 'TCiZUNkGDNsZAe54zsgu41PVaScRHMqAdM', 'Yqp4sfGmRxWLetEaOancW1UdPpjGsD1dQyGufPqN+kskDmt0YN2OpNpxRBNVt2IQtYDq476T8vdIv4CjgHSgq8lhoq7bvXJ8tGar9391b5RbovXa5i+X2LNc6jkQo3paRRp7D3s5rsKNBJYG928pBzIPZqT89QRmvBKOh303pHU=', NULL, NULL, 'no', '2023-10-29 16:39:45.189000', '2023-10-29 16:39:45.189000'); -INSERT INTO `bot_wallet_pool` VALUES (287, 'TRON', 'TGWAd6mDCx6Hkk98pMft7mDFuCQemvidW9', 'ZAekIucje/FcEZjmd8Qy/47kBwULnINHLx7vsIKNzC0qcxg8B2zzbrjRurjAejeoHlptckFJJ7FuYwx8wB6WUlU5Ly4CLxyozJU2Wnvl/dgPdGB/pRx3kpqvNASMYZb6ZuMMG+boRNVBPPHdTfrg/boDcPlBGz6U9U2dRR1eexY=', NULL, NULL, 'no', '2023-10-29 16:39:45.195000', '2023-10-29 16:39:45.195000'); -INSERT INTO `bot_wallet_pool` VALUES (288, 'TRON', 'TSgZG8Mmm8TFVQwnVT3CXU6uTxTPV9X9TY', 'NWFoguz5OuMC9j39sZnTUlT4IVKAtUkvE/pK77r6a7DNieSLIPHcEAI2EyHUFon7+gd22jsR7vbaTqGG0pSZRG15G1PD4asUJ5rszQvnBMVss2s58IeEe8zej6WZO4g6yQCyFMzZgszKlNmeORHWPJDwHbi19GlqNl0ua43DRw0=', NULL, NULL, 'no', '2023-10-29 16:39:45.199000', '2023-10-29 16:39:45.199000'); -INSERT INTO `bot_wallet_pool` VALUES (289, 'TRON', 'TV5UuwGnvNyifKJgTYtMKJjPYTFNPBxVdz', 'gywS8S/+WHrlj0/eyMygHMXqPPJdFupa6i7m0mZR5gMededbYzufiYpWV0z0Mi6m4sjWjaPpSDt8z6Sl7ZtsTvobw1M0o4bZdqUt1v7fA7291RF5x3v+jUajk+dVvbQ7O++uZv3xe1KuV2TTAzf8QD2r0iUM9Kh+2t51EKbmrzs=', NULL, NULL, 'no', '2023-10-29 16:39:45.221000', '2023-10-29 16:39:45.221000'); -INSERT INTO `bot_wallet_pool` VALUES (290, 'TRON', 'TDFyEJPa3rKknRZ8RCjU5MbmpGqucY9wvL', 'XOl7p5JEh/ipWhdHu3xAzKSIdIMOn0hhQC1jPvwmx59mgmwt3+D6rsYGY4UHMS+cYDRX8ASKSr3kZEvaKxI1Y+f+5qms94HwrufncWW3BQxuEgegRfj74WiOGVP4JgN9yF6t6kAYl5Wstk+JbrtS4uadi9mmEaHr+oj5Yu6+8YM=', NULL, NULL, 'no', '2023-10-29 16:39:45.226000', '2023-10-29 16:39:45.226000'); -INSERT INTO `bot_wallet_pool` VALUES (291, 'TRON', 'TQYWbkJFcFFUDvvqV34zEGZCYcd8MhwCQh', 'EGqhDEKPa+XtQQbpmRIfPAscZNy1RK14mRMHg7tftKLSb8RB8lih/qhY5SPPvzOPTxvidUSXnYuaqyjImrpTU0HTGN9fwV48GT0hg976U4A/6ko11ByrjC4IgmW5Q5445mC1I9ZR0bhWnjRV1FDO5AvAA5NBAzgd71xTRO3A2s8=', NULL, NULL, 'no', '2023-10-29 16:39:45.230000', '2023-10-29 16:39:45.230000'); -INSERT INTO `bot_wallet_pool` VALUES (292, 'TRON', 'TA14YRimKz8Lz9LYZ5jyh1WtdCKoSQmwvc', 'k0eSOZVueejXqVWlafHN41j0woSaRez0Wzi05lnxokquJLdpbaiw3ot99+RcN2Ca5DCCrJ0Pjk7f/di8bd3mYjhyPvgXpddcfr0gIGYLaaFKc4aGIGljU9RYqOMtKy8va1zsh+ZTaqCeARm+zdtYmV78M7KXyUXipuhI46NbNzw=', NULL, NULL, 'no', '2023-10-29 16:39:45.235000', '2023-10-29 16:39:45.235000'); -INSERT INTO `bot_wallet_pool` VALUES (293, 'TRON', 'TU8WzfAfAgUYoNKXFEnFev3iP3hC6JFAm7', 'ZBIPb7mIbIgxc+1VRT+DnC3Ee21p19Xvecj8qdwV4a0GFLliAz0Q8nVpzCPw/MSWJYW5EdHRroOYOO+ZqcuJ31VLCLkTtYzC5cwQ69G/hfl2RfQiEHScLrQDqRds3IZCuhSVXYzIRW9zUmaDiUd+Aq6JbJkNJRih0p8GgyslzcE=', NULL, NULL, 'no', '2023-10-29 16:39:45.239000', '2023-10-29 16:39:45.239000'); -INSERT INTO `bot_wallet_pool` VALUES (294, 'TRON', 'TDAbqmeKSzcevx9ZV8JYLmcPdenpYFQpV2', 'T4WZsibc+Agfhg+OmcbrtnFDaLbv2065kknrAX8KMHUybY3oZ0R1EbIJGX4surnGUUPYxWo6cwoqIzXtLF0KRiw3rf5eBLZsI6zHsUp6aJ5P7aIMa/zr9vIWAvToZJBGigeZYwSmZjy5APnaknsfsWxsuey68tjS4v7vpPgPOZI=', NULL, NULL, 'no', '2023-10-29 16:39:45.243000', '2023-10-29 16:39:45.243000'); -INSERT INTO `bot_wallet_pool` VALUES (295, 'TRON', 'TQwy6gmKLvZuhAcdNrBeFTP8jkqFHHkSYn', 'gXYPBkBt2NtukJhXgabz5WLJuP3ncHok56pE3qAG2yJfbyFI/7/spfnUSi/XvW+cNrd60NbIg7DRnv5a/Vrr8PFFkffByR+R5zhDPI9gODxerS9voYtaXoZDxfPJChW/+nYLgjHRI+So1Y1DQXEYenoynT2+pcJbFRdWRgS5Ats=', NULL, NULL, 'no', '2023-10-29 16:39:45.279000', '2023-10-29 16:39:45.279000'); -INSERT INTO `bot_wallet_pool` VALUES (296, 'TRON', 'TJJJ5mugrH4mg6vLNFkxD7yCmLoKVef2pF', 'YE3Do7lsmsW9zv6md4O5IB+bZ6U+LqqO0zlFusMgBF1YSvWEgVKdNV8VvoZtElnziamy5VTGGhutyaUavjxMX+a/KvXKgqIocKe/qABfZj94cyi34mdcwbMJXJ9fvhSiImn5PAeLYOVh2nVpcvvmInRgMJKEVjOWxoep/bVT/UM=', NULL, NULL, 'no', '2023-10-29 16:39:45.284000', '2023-10-29 16:39:45.284000'); -INSERT INTO `bot_wallet_pool` VALUES (297, 'TRON', 'TNLkmUKKxxsRQMRWzESvhBSVjTsvjzLPYX', 'R8+dbhPfnmSuAuNaAKuZ1dQ1hLYZC37tqsz9AsG+7MOGglMJhVio8f2b2JvlMT5fedqXxNi5aempAdYCgketMsG9pnw2CreWH6a4Ao6ZWpscumcwRxnfs6VQfGQZxREuJdLJw8aGepSzDde2NLvx7oPgyEOwXAUlwA6wfgQCgeg=', NULL, NULL, 'no', '2023-10-29 16:39:45.289000', '2023-10-29 16:39:45.289000'); -INSERT INTO `bot_wallet_pool` VALUES (298, 'TRON', 'TFn2kaLRfuSuhp3apF2UiHk3qwJ2xjRPt7', 'KEj2JCg7nSoayL+Lan05oZC488LihUZo3hU2/hE+J+qvECfxvYK9EF4BfTPTdYxs/Dpt+ZkNDL7eI2KRQTAkNqxXC2plaWCJs7FHhkvS1dHqHsMu8FSE9gzqhA7fmofwW7XcruVP5UkJqQuydy4CrqUc6EmfhkVSFkbsn+f570I=', NULL, NULL, 'no', '2023-10-29 16:39:45.297000', '2023-10-29 16:39:45.297000'); -INSERT INTO `bot_wallet_pool` VALUES (299, 'TRON', 'TV8Lqee24V5EvvEKXoB25PfP5sziVRbzVn', 'bhAvZexhm+hPz9qPC5+8h4XxBVnsc2oVjAMkr6g2OpXoiM/CZ+KwChkQp0OziCuffEnSc7tCVoDCNAv+ZhkQMmwEJV767QPVM0Hn0bYbpUUKUblgoYcx+oTYeg6b/q/qn99Y47gH8JTmrOm8NDPRmeVpFXuEjxgsMS66zFySryE=', NULL, NULL, 'no', '2023-10-29 16:39:45.303000', '2023-10-29 16:39:45.303000'); -INSERT INTO `bot_wallet_pool` VALUES (300, 'TRON', 'TH2YE4otmqeE4fQLpnBCH3Wd7DKQUruWw5', 'BwrP2g7eamzC+izXhaqyo7VihFIbgDaVlxnZfJGUbqY5AZiZNEFyX7tjpOyOnLGMq2aX9Azvjt9Y6ggMrh4XBJZ4efFF1Gfubh7UnoxnzOwrvXu/yUu7y8is7fTiZSyjT3Lc6lQUu7bYQMIqGmll55/glNt/WrlFAgwWjoAyWlg=', NULL, NULL, 'no', '2023-10-29 16:39:45.345000', '2023-10-29 16:39:45.345000'); -INSERT INTO `bot_wallet_pool` VALUES (301, 'TRON', 'TMWf9wwpd81GiGQpCdkXcF2vYRpQJihbqU', 'WqnmRgfEo6ib3e2KahHd6UKlVT/5Op7L/9XzLGoVV3rJoX3AyWGjnADRvKBACRYXkXLtOfaExl3JXZhx2zkmx2hd08FujBxVs3lLJWadjQcttHM5cl6WHd05auYGUIhJwd094rMJdVsg/PJnCHngEIp6qTsyGN07BkB4PTVw91E=', NULL, NULL, 'no', '2023-10-29 16:39:45.355000', '2023-10-29 16:39:45.355000'); -INSERT INTO `bot_wallet_pool` VALUES (302, 'TRON', 'TUeqMcUPc5PuRZFf7kB6m7fdFR9HDtCEyN', 'fFcp0EO+JofCrmcIViRCanTxanfMaz6ASIUWXgtlbyEMFKuDIXpB2DGOyT5tRsHMrtSRYOlDwJ4KDdClXUMzpIYkGXmXV3pVGRwJ7IEUJ74BfP6UYNntweA+TUBuCi2Vx6hwdq++hPZ5r2lDJLt808YoXZC6bPeYOzzOkg0ZOMQ=', NULL, NULL, 'no', '2023-10-29 16:39:45.363000', '2023-10-29 16:39:45.363000'); -INSERT INTO `bot_wallet_pool` VALUES (303, 'TRON', 'TDhQnDooV1iJrtcxjUqvo1HcbK5Hk5dHHK', 'OkUzOQxzcLTyhx1HSgeYnpw4xFEFEEvKnb/ahSgn51G0OHygQzxxueK8tB04CeSl7CJyjZHrQtiGQChLnF/0/A0t/zH+UXLKsLeKuNA0eMg1FdTcq7It1XBUz0NENiB+SAomPH50THc0cpSD6XI5hqXhxM043t45ZoKeePq7vLI=', NULL, NULL, 'no', '2023-10-29 16:39:45.368000', '2023-10-29 16:39:45.368000'); -INSERT INTO `bot_wallet_pool` VALUES (304, 'TRON', 'TXoPph9bnXLVuBrKjUMeYRZXricRkYYgwS', 'eG09yGMUHyCLoeYlb7R/uBBtH130QTWoH+dMDFBiCcske27SrL8Gvg8ZRGBsAWEPBT9Re5pZ4XiMXLDB6qh9nb+q9x+HthRZeKucO/60e3Vzzanu0+bjYnH2dv8Q7pnHuiMEmlEr9ANY6qNezdhmFcs0eGPutEzsZAYR06lPDCw=', NULL, NULL, 'no', '2023-10-29 16:39:45.404000', '2023-10-29 16:39:45.404000'); -INSERT INTO `bot_wallet_pool` VALUES (305, 'TRON', 'TCyvDGfRUyXKZHN1FqqnGGvzV77HVy8CUg', 'iDty2+kDpnT89JQ7zlJNxOVtS4k19YHu34FmfwDINj1F5bsM5kbgkXKFc91iYquRLWKW4nVmLKpRCOxhuhpgNW73e/yjHCmU+p1xxC9G7AzSW+lO5Mds8/PS4bN8ohnZ6SYiBStkfZpsoPx6cYq7xRslWMDefqffM6jaZC8zHhM=', NULL, NULL, 'no', '2023-10-29 16:39:45.409000', '2023-10-29 16:39:45.409000'); -INSERT INTO `bot_wallet_pool` VALUES (306, 'TRON', 'TDe5aGnB2xG2djcA7bgcdZM7gPH4M3EGdG', 'e6GhErmF74lexr9JTa9E6ZEsxzyYG36WxVHwM2lQeHpIZIxI8JzbgtdvJhWvNTC/xyxON8H74EhxJt9E/vo7yh6AjDfi3ehB5v6/4qYCfoTt2Pu37b2GZAsI3n+ufcDOiBxSwvKc2RU5q8Tqw9aBIApS2fAFjHUIMDBIo3iWDn8=', NULL, NULL, 'no', '2023-10-29 16:39:45.414000', '2023-10-29 16:39:45.414000'); -INSERT INTO `bot_wallet_pool` VALUES (307, 'TRON', 'TQXqeSDnMVLnggP2pYC9kmf37QBAULFy2n', 'czqfNkn7+zm26Qfjl23xY97WAIiX3dnr+8hjGrJmsfi6xHqwTQlbLH0E06GaqkehXSFSKQL4Bxia9NEAUan5ybkkeF8SQ1j/+1DZOReXzdiwRIKurwNEkD8KQ3nimfB9EZ3se9tN46JBsqsaj5TUvd7jipDJrVCU/25IWk+MGqo=', NULL, NULL, 'no', '2023-10-29 16:39:45.420000', '2023-10-29 16:39:45.420000'); -INSERT INTO `bot_wallet_pool` VALUES (308, 'TRON', 'TF7Mqmnzp18cb8sXn8hTNpGUBt8WAwChsj', 'eMHwZFZGlDvtWvnUZw1jDNcuGPmGTnXqaAhO+V0rB8/TM42LyT7g/WFpFk5YRDcB6yFciWZ27MMMBbL/KXFVhGfoSDEvWa+UbfjTDjvWLSAWIj419STCFCzDEghPb/m0rQrlkeKK4/mdFPu0DUesr1rCteExelS00VGInn51x+U=', NULL, NULL, 'no', '2023-10-29 16:39:45.424000', '2023-10-29 16:39:45.424000'); -INSERT INTO `bot_wallet_pool` VALUES (309, 'TRON', 'TJB4Hhy3sNmprBBAdP7AL7XbNYXr3KFuJu', 'RO4MO0BH33W/+sZkRsca18XAiku12W7YmLpYLhx0oIrSeQ1SX0HscNfaeGnsknk0uWIrgcUnvTnESsZ0oFPgT7odLbmoG8FyX8BFuZPG4o2G5tBcjCJ+uJ+RjRad55JUa6q2qVnV+il3H+2MwAqzU97k6Y01Q59Iyrniru1C5RY=', NULL, NULL, 'no', '2023-10-29 16:39:45.442000', '2023-10-29 16:39:45.442000'); -INSERT INTO `bot_wallet_pool` VALUES (310, 'TRON', 'TCbU9vRrULoAVY72Yzznp8cqXc31k5mEpP', 'MK3guRdJ/0jdz8juZVkX+WmzxQjOq3k5/bkPG/T2WhDsNur3nLQzrtAL+ghY1/InYMa6lNI/MXqfNpYkXY0qQU8gN485X62E9nBKFnuUgTEzmu6abeGJxPIXXB71EH+W2dvyimNqucZ28udLeevICZWzQovQ2WwCZvZIVusrpYM=', NULL, NULL, 'no', '2023-10-29 16:39:45.449000', '2023-10-29 16:39:45.449000'); -INSERT INTO `bot_wallet_pool` VALUES (311, 'TRON', 'TNXEg24T8EZCLBhHKasXB5m6FauG1w9PUo', 'I7dvp+YC07+yg9RUJA49BFQ4tzSKqUiSkMomRXmNB+O6CxUQHraZ13zv2nkUHaaQPz+6YRSmWPQXCUrTlwMZxxIRuDJhS5DXERXCnfaMgDd3fJmItjlMnT+LTnsO33EgYtJPFFY52aVQIioP1iq2iZltQHs1YBJa7HdiaDyg6Z8=', NULL, NULL, 'no', '2023-10-29 16:39:45.454000', '2023-10-29 16:39:45.454000'); -INSERT INTO `bot_wallet_pool` VALUES (312, 'TRON', 'TLLJHrBeBzHBPcBJ9qCJXZXG3uSXSs8PqH', 'fln111aaJlHNvMae9pE4M/EWD9lpy7WE2zMC2IFtXImZgMjog4cw8NdNMFVwQArzs0dzz2daNOyZiSIbukT+YtpaQkGVldDuq+2rXUX8k96rP+80DTE+yjKKqA6nHelR+c5gaQsvWnAYgBwjQ7eoLz8Yg0ndsDeBwrVbmEDbmt8=', NULL, NULL, 'no', '2023-10-29 16:39:45.458000', '2023-10-29 16:39:45.458000'); -INSERT INTO `bot_wallet_pool` VALUES (313, 'TRON', 'TSczZyRWikX1zdHhkxPRyw5vPHwQQhYyMU', 'ABLa7YYG0jgwaFNYVOBEJdpsL0n2lZgdqrHhfnkzyWn78+oevXIsqaAQ6NafZTHAqiqWEjPk+6J6BKfHXrer7WkWWqI0HatFiUtjS90vAdOJHX1ERCQ8rqvOAikv+OTEVgQ9RbnS+9m3QQGM1FTNgF6G52PJq+5JMLebf7nrnCU=', NULL, NULL, 'no', '2023-10-29 16:39:45.464000', '2023-10-29 16:39:45.464000'); -INSERT INTO `bot_wallet_pool` VALUES (314, 'TRON', 'TEhXZ2SxFyNH3BMVhvSDt316aofEK4zFye', 'Iah1zzQiGAwqpITny4qz2fjvxvAP5+UqsYD66XWpitqPI5Frip7SoBmqc54CCVY1OON4iFtJwg5GTXUHhPNzy23a1bdGtR11EfgjmeE+JNpyKGZfBDLbgMSn/Z8SIjZVbtogbgjN6ghw43IMtcnoP9m1tM2o/vnhZoTIpGS3iwo=', NULL, NULL, 'no', '2023-10-29 16:39:45.487000', '2023-10-29 16:39:45.487000'); -INSERT INTO `bot_wallet_pool` VALUES (315, 'TRON', 'TH6vSBhkc8ijggkaxQbKXyL1tMp5yuVQFY', 'EizrxaBrhU6A1vV1iZC58U6oIIoo9lok/nXM013YiVJ+WYFtA1HwJAG0HpiOyxqoej5dnGMtiVYD+PUYvkcE8VYH4szRkvslichJNUlT3P8gKxQaqbaZQvgd+y5XKedlIbl+3JZY+dzV26ER/aEh6w56Wd9b06CjyeprBfuiB0M=', NULL, NULL, 'no', '2023-10-29 16:39:45.494000', '2023-10-29 16:39:45.494000'); -INSERT INTO `bot_wallet_pool` VALUES (316, 'TRON', 'TLD2yavvohiLeEzqcUqMorDa7A1BELLKSU', 'gSKgHVvT6HO7e2bxj/Rlzi5dGkP6sDjGSob0G3ylAdFzz2g2rcOj5loa150SygZ8Qqeg1v2yW0yXioFqY35D9jaGBWTZSejT9p7VbqTPnpIafPvRREZHx+yRmw/oz/Q4gH9SFxb/jWHvHU2c0uzNnePkKRgFKGvjRbYVdDKu024=', NULL, NULL, 'no', '2023-10-29 16:39:45.499000', '2023-10-29 16:39:45.499000'); -INSERT INTO `bot_wallet_pool` VALUES (317, 'TRON', 'TPCchrLxRwv8HAJbJiDW8wznQsxRSA5b3E', 'OAdh2lVSaf6mwj11mvwsrBa5Mr2LpwMR1HK1MGN5YBX9cn53+uppqD9xAiIV2gYHr0xKRCFQ7EB9GGY65xeDs6RrsaCyNSSX/MKqe8YLF97MjkAzkpvR4ZAjIznMqF1IpNOv4elZj5bZ7bIdXS3Y7/lMdhb6dg1Nj/rIp13jVvk=', NULL, NULL, 'no', '2023-10-29 16:39:45.506000', '2023-10-29 16:39:45.506000'); -INSERT INTO `bot_wallet_pool` VALUES (318, 'TRON', 'TLc2sdBevvyibBNZDShEdX1s1k1yaxtP68', 'eg6u5E3IomkhD1IMkHnkEmaVA88KIMu0L6urR/sQJGnKdcmeTxjQWXZOrn58syHLsQ4DN15k3Ja6qGfI9/HKZBwnvrdd7C4cXuWeyzXf+e2f6jc3Tgcm5hDq8KUJCbX0zyXBDLr1FcZDBhax2vpfOV1ZRRpO4yZLMbO4eKJold8=', NULL, NULL, 'no', '2023-10-29 16:39:45.513000', '2023-10-29 16:39:45.513000'); -INSERT INTO `bot_wallet_pool` VALUES (319, 'TRON', 'TDP3tzRH7zx3pQeByHxE5CqZEVmoFmhsu2', 'WQjDocSWRprMd64qCAaGFmc6FkJF/gcYJLkAGVM7Rk0wHVyOcJSFVbosw9wGNoTbYCuOUWLbJHteTcsFwUs7Q2MaVQ9Vk7tvfMpAQ+cZEiGfv87quNVm/PgPH9+j2R949kXcu94GXA2bvJh/oeZ/OHNW7/y3eYVwCatZpUovppM=', NULL, NULL, 'no', '2023-10-29 16:39:45.549000', '2023-10-29 16:39:45.549000'); -INSERT INTO `bot_wallet_pool` VALUES (320, 'TRON', 'TDCk47C7Ln18sjShpEEXe9kHTPLnZainLS', 'BH8vN27wgKp4eksleIXwfPfcGQ4sbJ9ls6gqr3Fo2NcF2go4J71xHSBkGkbkkKneugTKl4MxhduY0gEGdfCw4tn8CWOIeZM2aSau79aGhSmT60rJqUZ8UIpVtgxd+N5BNjzsygbDDetzfj8uKhAyvV0Wes1lJ+ToVC6aqu+mvac=', NULL, NULL, 'no', '2023-10-29 16:39:45.553000', '2023-10-29 16:39:45.553000'); -INSERT INTO `bot_wallet_pool` VALUES (321, 'TRON', 'TNCSB9SxkJMVTSAPddUT5GapQStnhpgbmi', 'WOE8/XWaxAbE+l6wfKfYwrDZLQK5RHHGla6/v+EdD903qIJmcriYLY+oJ34fr1QGEMkrLpZn2PAOhym3e4aWBEaXWtK0gVCC5rvtp7iYCI/i+Ejh0duRy+aR69HvnJP+sjL0vqXXjkC9xcSr0ibAzOrjli/FbKtNFBdXDokeRWI=', NULL, NULL, 'no', '2023-10-29 16:39:45.563000', '2023-10-29 16:39:45.564000'); -INSERT INTO `bot_wallet_pool` VALUES (322, 'TRON', 'TLc6aU46stoS8b9Qt2NQktELQGStThuQ1N', 'Ak2GxXDvYyqda44sLx0tTyVg67HE170hjWZ8LdKHffcYMt6azhk9jd0+cQf95pK+5O92JUY3dPAO5AGcd2hj2SIKlIu8w+YPDPemC4vc5c1IVIoxpf7dYujsBgE6G33tmswTWq+8TWqBDBlJZi6fIBqFFbZCOCC0eKYxaw2Kzfk=', NULL, NULL, 'no', '2023-10-29 16:39:45.608000', '2023-10-29 16:39:45.608000'); -INSERT INTO `bot_wallet_pool` VALUES (323, 'TRON', 'THVSByLgwB7GMt1CPzXbcfatUof3aehbMA', 'PW+QcBy304xzXUN3wqCW2PdxxQgym561tkqJpsRLSDqyKz7qOf5yvDDy96gxW4sEWk8UtcsxkHwwZYpwy3FQ6MOSBUJDp6O9X7r0AGbYqkV1foZ9NDtCTuNgDp76NEbjFce571qsagYuryQiFJBvmRIQchOLTBTEXNZ5eGgySS4=', NULL, NULL, 'no', '2023-10-29 16:39:45.640000', '2023-10-29 16:39:45.640000'); -INSERT INTO `bot_wallet_pool` VALUES (324, 'TRON', 'TD5CFzx1Rwv5awSbTDtW4PfMTB11dp7SmH', 'BwT0XjFALZM/ytHTlCADCBbBmVQDcgEFkdCTsOtKbVsqS6jJee840mOrZreRRuNKyXy2uqqVNaa5pD9XcXQgK8F/yXfUEdhLZHTLwG57e0JrOvru6AxaAsO4YVrIWq0bqHug9IhUDzb4EM+MKWlK1NDGUMbj3JYzACgAvKQOCCo=', NULL, NULL, 'no', '2023-10-29 16:39:45.680000', '2023-10-29 16:39:45.680000'); -INSERT INTO `bot_wallet_pool` VALUES (325, 'TRON', 'TUhezYyrgkeEiGoY56HXhLyDwxf6skKsAg', 'LNiL1KTWofLBCPf88GONen4C79wSRt65f+zApCv8wtgAmbRcx0NLbDvakyn3OH03tVDFKlmlfBIuIarRB2hTw4K6irxIKnS5Ugjx4Ufqu3AOKkoywiIfB++Wkr6P+nbkxpEiZd8YcNxXABUzGYzVCCcsVBCFevrcG24i32RjLCE=', NULL, NULL, 'no', '2023-10-29 16:39:45.686000', '2023-10-29 16:39:45.686000'); -INSERT INTO `bot_wallet_pool` VALUES (326, 'TRON', 'TNip37MxtAJYVxeUkhYmSGu6xRbWfqiFxq', 'AOVuXGxw0iMuGin9DyXq0OfuX7Qk0UP0UsIskSO6RymCMG67aukTnYiGfzNq7aIYmMfuPbNijdu2LHeHXgIzTMdu/d155xVTFOoEm9/3VmabS79F4JGnxeDcBbrBTA35kDePNSGNOnON8UOZ6gFU8b1kkfwQ2Ax10yLBghckGoU=', NULL, NULL, 'no', '2023-10-29 16:39:45.690000', '2023-10-29 16:39:45.690000'); -INSERT INTO `bot_wallet_pool` VALUES (327, 'TRON', 'TEKrSKbg2weYbdvetYzzYX3CDwytbCRhTR', 'KbCYbkzrXgDMyfBj0IIaM5Z/EOLqyJ85OlZLJ08JrRM9wNirK44ddpQ9CYZbxmem7nYZkatnjYcXPUQKibD5tWikIhd2bJLWq0DgtAqNxtbBn7JNKEhAi8eQ1lRxd8cQWQ9zuAIiFQ1V2+VbXXlKbj3cyyL9CC1r4aymrdoKeQk=', NULL, NULL, 'no', '2023-10-29 16:39:45.727000', '2023-10-29 16:39:45.727000'); -INSERT INTO `bot_wallet_pool` VALUES (328, 'TRON', 'TMMxswW77aKkHZ46uS98p92xCLGsajekGq', 'cOWBb0M2hL+Vj+yrsyO52vapRY/9kGtE3R69DhV2zwlKfLSJJbn+ZLat8ZqkKRZ4IHZrIgCSP5Iy5T+pno7BvvfyI570YKrVfZQ81x18e3udPKDq4GPqI5h4dkfLczAtRcx79RmxRIL1sDq/Jv4+3YxEa+VO1bxfrW+TnlFI3IA=', NULL, NULL, 'no', '2023-10-29 16:39:45.732000', '2023-10-29 16:39:45.732000'); -INSERT INTO `bot_wallet_pool` VALUES (329, 'TRON', 'TKPs8vURUDY5rUZSokVM5Crd5agAMmPLBe', 'TxZFttr3shqw7uRSstV7PNagyb4DAPhUYxa0YeDJoQMClVFHEeFv1ecEG/xvSDHfhhMOksanrdUtDVvKpXaj4KLqgScj9AajpBnSBvrbJVgT9Ll1Fd73qyzoSK2dCDYm067orpjyP7W3jr3PNOk/STUtVh4qPTvN5XmY9Qfw1fA=', NULL, NULL, 'no', '2023-10-29 16:39:45.739000', '2023-10-29 16:39:45.739000'); -INSERT INTO `bot_wallet_pool` VALUES (330, 'TRON', 'TEmV7s85rpE7TULXyvnYQGzyDXyPzK4Ttf', 'coE1bcqfkb/bcIZorIvc38ZYKFWlSbK4OS5/R/Itdbqvl78YkzTcjeHkC+OOcDi1dL7Mwp0cPfOuok8PN/JfXGX854+b9qWMnNVKavZA6tuoZJrLDiDgBtwioMBZqeI4GAJcAiyS81FTbiP6cT0zqwLURp/bZSkz1x/+Y/HNaQI=', NULL, NULL, 'no', '2023-10-29 16:39:45.744000', '2023-10-29 16:39:45.744000'); -INSERT INTO `bot_wallet_pool` VALUES (331, 'TRON', 'TR26hybx4VWund3hupNcJgKeqW2cVsuBz5', 'at3zRY1F9eAr6mZa6RFE6Q4725p6tshKlv8jHKp0os80N8Heu1f+AtXbQ6b2NQkDXtjzdybS8tDUYf/PNYcitNoqFAyfuVrQvFfFhPMwPtI+dJOYGUICaZMfzoJkYL8KU/52M7ViSsBVjdLv6gVdSxJ1xDfxJKKZp0hIE+am9p8=', NULL, NULL, 'no', '2023-10-29 16:39:45.749000', '2023-10-29 16:39:45.749000'); -INSERT INTO `bot_wallet_pool` VALUES (332, 'TRON', 'TCbKaSp87xSVrNhZv2f92FM2cpMLpRxURD', 'R8coEn2a1OS54lYkWTumchGy3QycALZRwI5A1WuvYVYN36M2Na46sMDT+2/MNepABkKCYELUbeVpZKT+ikhip4ZLIN0V/5Etcxl7rDyqC6pFa+8ztUQjnRHU6S1NEzcNDQ2UQsEwZ/B+vbqEsCOakfPH6uEc9ip2YXbmyAHoEew=', NULL, NULL, 'no', '2023-10-29 16:39:45.753000', '2023-10-29 16:39:45.754000'); -INSERT INTO `bot_wallet_pool` VALUES (333, 'TRON', 'TQ2bnekdPbr3LyxczMDrRdcaPAtaWAq4Q8', 'QszxAgjTK7g6/WmLuJ6uvYaBNDxBCkN2F6K4HCBiKH+j9mY04N8AJcPPciASWG8yEwzgKH22qKQe6eUczZ4ZESUxe7eThZkr9hX6LvVEu9p9IYvewDo10TKXtbnFhGd6DWDI2jvt5aUesjQgjyQ+39jD3kYQ20KrZhaaJpLgmSs=', NULL, NULL, 'no', '2023-10-29 16:39:45.759000', '2023-10-29 16:39:45.759000'); -INSERT INTO `bot_wallet_pool` VALUES (334, 'TRON', 'TJWMBkswN2p8HLf1VYGs4cwQrwikpVPApu', 'ExRjeT1aZRBmV38Zfpqux8IBR7htRxSaGhncuaG65a19nFk4G7SnxpuQJqtvta3WIwJvKLxmY7jXvu2IUhvcVnQLDFSulaCbjwLFo1eViYRfJOno3bo2HPFU0xoRKV4CO7wJy7+oO4y0zCZI1Nm4YV8xzQrNXhAoqdo8zwNgPuE=', NULL, NULL, 'no', '2023-10-29 16:39:45.795000', '2023-10-29 16:39:45.795000'); -INSERT INTO `bot_wallet_pool` VALUES (335, 'TRON', 'TWW5kKqyLoJLSZX5PdHdSHMZFiJbWcjdHX', 'hd58jNakAVV6X6mxiecSADA4rC8UDw+aO6KKihiJp7Xp50doT75dRfpMzBqaYoXorPvc/9GNluiv0FxNQG8z66lJ0ENFLEHUU8tt5oyMQtI8qsJdR6Z16WA5IZNgGi1UeVPRHSETdcYtWCOcEhuLnoyXBrQHx+uHRrg44Fh87+g=', NULL, NULL, 'no', '2023-10-29 16:39:45.800000', '2023-10-29 16:39:45.800000'); -INSERT INTO `bot_wallet_pool` VALUES (336, 'TRON', 'TJxBeHJogcJxM65mgdcVwQfNiNLPR95Z1E', 'iNQ1U/1sqFtAvkDGAxrEwghK5d6DlDJ+qYi22C0aQ62EhqQ1M6Vb4+GJfEU4yiB2X3GVclmSWMiPCCY8OQNf4BTNdhoYs1gbSKpJlCYpW+CQRArnquzGJ2gZInZ7fm7HEY8tQbNI4e6GmTucYkHchsBwZ53sjaDYQD9TmYohDmM=', NULL, NULL, 'no', '2023-10-29 16:39:45.804000', '2023-10-29 16:39:45.804000'); -INSERT INTO `bot_wallet_pool` VALUES (337, 'TRON', 'TWhbh2GFXaeWXoaPKD926CcW8HFRDb7GUk', 'lOHfzaj0Uu/RQzCwjAcWsaoseu3yZDa5ygaptsRLf3rtolY5sKJ0ulvfsFyWDo08EcehCM/UGjca1ZLSAs1bJImSyekXrCgAXYYP57oCD8QWu9H1lUI2H9Mmh/g/OAd7tIDajGW+HWrCTgXD+MJ6ypwdhT6S4imsTTSq8ZDt8pQ=', NULL, NULL, 'no', '2023-10-29 16:39:45.807000', '2023-10-29 16:39:45.807000'); -INSERT INTO `bot_wallet_pool` VALUES (338, 'TRON', 'TGnj3NDbUw82KVSDXF2Nw159P6e3zNNufr', 'VXuyNavDBquyLSryEQIiXNxyvsKeE5HBoMFImO1e2OCce4WicNBi9FzsOicjC/y4wEMAxbvlz68Q66X6nfGBmTtKoBh/Us5tAG75IThA79Ujdl+bYJABNl7Q7E09ugeXeWWSJReHPa8qv4oD6WthBrp/pWFp5TpEelUzQVw9cGI=', NULL, NULL, 'no', '2023-10-29 16:39:45.813000', '2023-10-29 16:39:45.813000'); -INSERT INTO `bot_wallet_pool` VALUES (339, 'TRON', 'TYynb6xfjvAwt1Xm6t4jNSajVHXGWbnuov', 'ghwZVPEyt9KOX165Epky+XdxKMqJDV10fNyKKiHxmBlvAv200y4s3yQ39fuDiAcrpee9Ilixz79+elhx8C/QeEhfCaX15WU7+9EGkl7m8gbIGbMUnGb/Dvr55wO4ZMzOzZX4gDqv041WOiThVZApaJ/VkpvclTgVexggRRDdwLM=', NULL, NULL, 'no', '2023-10-29 16:39:45.834000', '2023-10-29 16:39:45.834000'); -INSERT INTO `bot_wallet_pool` VALUES (340, 'TRON', 'TAKXetXK7neuGUJT7oLY3THHTLKgCF8xGL', 'FOCyPqZ98whh3Tp5LQ85v8OukMEXHk1rFo+97ap7xz41CSEoM8vwouChBSSsnMf3n7ypeVy1Y6DAOGxqhJF7UBHwqSd4FQaUXxC4z/menN5pq8nTDMGycZP7VlNK0+mnHfh5VDjtJUhdB+Y2678qYiqKCWY/vZfhGFgEhAn62Xc=', NULL, NULL, 'no', '2023-10-29 16:39:45.845000', '2023-10-29 16:39:45.845000'); -INSERT INTO `bot_wallet_pool` VALUES (341, 'TRON', 'TM5kUhDPAeN98nJGzYMzHqUQy2rg4Rswiy', 'RO9Q3CGqua1cdaHwcSMXKk9WldzdYZ3m49RkLvsqYUpw9B0mzDOt4HykldKLEHVZsb58lpy6AQ8rfXK5jv9LP5m1UngGdOLlZ/zlQFd0xPKc6DMxkrWyiDvE/on/vzo9H8UwQ/LLO1HImjiPg8d57gDjrtl6hmuRcckg2mRFItM=', NULL, NULL, 'no', '2023-10-29 16:39:45.850000', '2023-10-29 16:39:45.850000'); -INSERT INTO `bot_wallet_pool` VALUES (342, 'TRON', 'TSyXzeVPF89AYRigjLnVEyprX2vFaBkjLU', 'L9zz45GL+49UVdKDxeus6B50vJan7NERp1ZdFlqNZejH9UiJVJb6scC9cB91AsUK/yMmawd1CpvGm7/JeVHMQxYsZyR5UYXrX9Bk7X6tX2INcPIJM5h8XTLWmkGyINdm4x8j3/HAcCw35DrEUZTJ8//61bkRkJuFRoabzCMtHCE=', NULL, NULL, 'no', '2023-10-29 16:39:45.871000', '2023-10-29 16:39:45.871000'); -INSERT INTO `bot_wallet_pool` VALUES (343, 'TRON', 'TEY4qAjAfwyv6kVT3yngREYqwq417JXpx7', 'KcyCJpJ5ZfKszglIl2wrO4xKtFiPAmpAY1KN8HANQpVHnnnCBaVMg7eVUAiwuPDUDMyyoDkRPcbWeUVu1KNodZT75ri440pp2VVzS05TdFjHmuZnvOfzAJelhT6/jSuUUj8J/petfcNkcN6bEYWsxh8mwzhUeIlbHZjqd1tHP4M=', NULL, NULL, 'no', '2023-10-29 16:39:45.879000', '2023-10-29 16:39:45.879000'); -INSERT INTO `bot_wallet_pool` VALUES (344, 'TRON', 'TGD7Qf1JPCVJtjznn9Vu473J2VDcBJZjsN', 'd4KWy8UL44VXMXcCg/pIkh7KgupAEiBtnQU+aE0+cPwKn0o2afkPZfFKdkpNpLeaVbcoWFWtZlpU37MeuwHY+KoxzI0my736ZNxU2XaqMsNQNSPoXV2fSKmSfijguIIP4f4/9hqoSMzHreqOfjmXHUNYwUNZowmTjLS2TzIRElk=', NULL, NULL, 'no', '2023-10-29 16:39:45.889000', '2023-10-29 16:39:45.889000'); -INSERT INTO `bot_wallet_pool` VALUES (345, 'TRON', 'TEXoWsHYtJge6a7ySsY4G7biGGnsHHXNmd', 'NhBxSrPLbWzjRTE8Az0/Zm7R5+6wdcf2lz+eGlq+DDEFvB8bVMR+6ySSV5fjMkPtPTa5whI6x8WRlqPn4geAJXarT0x7N8SZKpv2/AocLCSm9Jsc5qhDMjpkOyzhSEWsZKnVjTGbgvBk7w9ei+l9jblGLQsP7MVRtcHv6t3+uZ4=', NULL, NULL, 'no', '2023-10-29 16:39:45.916000', '2023-10-29 16:39:45.916000'); -INSERT INTO `bot_wallet_pool` VALUES (346, 'TRON', 'TVBpW8jQtNTf4mBYVUHXXHBEzNyJ6zWJNp', 'du3GoZ+Llx9XBR6ZrNcQjrBPcXktw0A4BE7CkrwNCxFtUp/0mOjle9/Sgf1YfOd08xLikqTlge5TPvc9/KSZ4iD+iGOC2KN6P3v42nbZD9Moroo4Bzj491AmykyEvxwAp5xs/dg4VxQY2uHDzWSOsjxdxr+iDhwW+DuqBwFKNoA=', NULL, NULL, 'no', '2023-10-29 16:39:45.923000', '2023-10-29 16:39:45.923000'); -INSERT INTO `bot_wallet_pool` VALUES (347, 'TRON', 'TJ6rFfyVpZzYnsGbf3Lat1MbmSJxb7L4ff', 'XgC/1GQD9uQZh102cqUokW4fEokBQ7sWtvLzS5ebOCBH0EFjew4689m7nLdIbPOdzBh5ZGboVpS9q0ny+o1NrtNY0PThSeff8SyAwu6/qY1GDSfi2cVZCo1UASW//LZBkIha0qi5eFErrE+bOb8yp88a9myQcFm2hgoAFAFSsgg=', NULL, NULL, 'no', '2023-10-29 16:39:45.928000', '2023-10-29 16:39:45.928000'); -INSERT INTO `bot_wallet_pool` VALUES (348, 'TRON', 'TPx4FhVcc9Jwc7RGckxEe4yX3zL6tJbf3i', 'dqFFOiVMpgSRmWddoVch+T0m8W2snk46+FPK6PvtTBj+awxcf36zW8HXN1xovZTC7PedL3vvF9f8jZu+8YICTpmX+hRdbvs1JSSj2SyP9YNlPqeH6RBpkosAVmiYQqx/8Wt74NNlt2nPM5mAcCwI2MGRNjMg+fm6It9V0U5/dSc=', NULL, NULL, 'no', '2023-10-29 16:39:45.932000', '2023-10-29 16:39:45.932000'); -INSERT INTO `bot_wallet_pool` VALUES (349, 'TRON', 'TSJutPQmwv21mPBqJamAus1YpaiTGwYK9T', 'DDSvuGI1FUZY+L/fUq3yXMsuLFSXeqaihpCpIyq0Aj2Ktgycw3UWB78Adb4p1VB7ceyfIJMCU97K975WMxpv7JaarJoHONNYx29fx9FabKuue1Ci4662rlg92oVVLR3yTPTDv95/sYUpvJwM/y9+MLdf3wVtDIDezQegAbBSxxA=', NULL, NULL, 'no', '2023-10-29 16:39:45.970000', '2023-10-29 16:39:45.970000'); -INSERT INTO `bot_wallet_pool` VALUES (350, 'TRON', 'TGVypNrEWTJg93sAbvTDUiinsUxyXQm9jK', 'Y56607kWVHprq+36CummGsL4DHo8pLrq/UL0MaGl6OqbLQufMYOZRWcKx0KHMH24ZGUFRJ4zHPwchTk34TmN2KyGPf2I72w1ewtU8fmKWah6HlFV/S6NRb203PfUK/0ijx0bOYJ4G5JBPsIESACJn9Pg/F0kiuDxeJnzvMHXwrQ=', NULL, NULL, 'no', '2023-10-29 16:39:45.976000', '2023-10-29 16:39:45.976000'); -INSERT INTO `bot_wallet_pool` VALUES (351, 'TRON', 'TEZ5Ddk1LDNcm5S9Bst8xpz9k8Qu8nj84E', 'Oi5tJt1UJui7ATttfWktJOCq3TSJUSoAKTJ5Q2LkX4rzrPkiz5+MYomODYmanQ/ynoup33o9ir1BBINzQYnXfVKFWjs4XRf4IblVzARXpWZw2H0Gv+8GJ5YTQWX483bp0DRBPMyXoT9PKsgHv2tlwyBfI3iL36OLDX630qewOf8=', NULL, NULL, 'no', '2023-10-29 16:39:45.980000', '2023-10-29 16:39:45.980000'); -INSERT INTO `bot_wallet_pool` VALUES (352, 'TRON', 'TNync2v4bQ97VNBcWtujPT1eMYVa7przTQ', 'SZhxYsoeKiYmSokRA4VJ0IrO4/pgVlFCMA6ZwYasFvjmPIKG7Zls/KU+meEFl32BftzinoF8/lXx104nVJtIuPN4IccR6KFLQFjJEgfHnOOMvKZ6MK7O5KpzpaKAUfVZT8Rbik4j58nHRO9Tw5zT43oqngZ8z2G5HC7IbgunPz8=', NULL, NULL, 'no', '2023-10-29 16:39:45.986000', '2023-10-29 16:39:45.986000'); -INSERT INTO `bot_wallet_pool` VALUES (353, 'TRON', 'TB23fjqNg1cAEdH4VsVXVnqUarKbP1qSEf', 'gVQ8iYl+Fwxzegv1iVzmDM6FMe+b+MtxKYfvR/v7Q/x4iR0qZECkhYP3464+aZtaFVPqmJuyamNrd9YCe6fIwmYm1q5xq9McXZHex7I5NvIZaAi37Um3DCbQGYWOJY8vmXCMJTFVVX+OtuQ/oYClv+94SGpoyeH6C4ZiHl08GVE=', NULL, NULL, 'no', '2023-10-29 16:39:45.994000', '2023-10-29 16:39:45.994000'); -INSERT INTO `bot_wallet_pool` VALUES (354, 'TRON', 'TA69v5tExCvP9Cjf4VDEd3xFixyf7Bkrtj', 'SyN85CPEyfZIEzCiqABWQffodRidPJPB9nKjs3E4LXqGDdYPHYp9VTa7BChSVPOM/vI2djOXH5g4VFltT0bfffzohTgSLC2oLY/OhhiogLJ/NEFMqPoLaE/vospzlvPlA6LR6B8vvSNnRnAKFGUI6O1JV+KxMrbOOCOsu9+KQK0=', NULL, NULL, 'no', '2023-10-29 16:39:46.028000', '2023-10-29 16:39:46.028000'); -INSERT INTO `bot_wallet_pool` VALUES (355, 'TRON', 'TUgZeSWwDZGqDof8FFdnyP1u13VDWybbNv', 'kQG/qe6rConPbxCmKSoZY2r4lMPGXNilRVwTYvw4VftgB64Whew0A/KFXcLlyydFNXh+zsohI7bTlqCPZsVSd67sBTr/Q/qXWJlK+e+FnQwKdlCaX4DnfsUWNGyPn/wx25HdlkVjfd41rVapulXxeF73vrH7N/uqgs0pVcj2cNA=', NULL, NULL, 'no', '2023-10-29 16:39:46.034000', '2023-10-29 16:39:46.035000'); -INSERT INTO `bot_wallet_pool` VALUES (356, 'TRON', 'TX8yQ15hfUH78YFhCZoeDUbfXjWGYvUxtC', 'HYyAQVnklHsjRA1XWgR/Xa5LH9wZpNinx+vVrmPzJl2tpZbE5NkTUS/eZos1uhcX2sShvVH2Ej1AzXCdHRSSsVK6ulp8CwnjljfuE0y5lmAbUrVBmWy9/zxfS0nhWaY4r2PoOMUMqs0liZY+eSgYcXbav5V079c8ZiuKrn1Jm9U=', NULL, NULL, 'no', '2023-10-29 16:39:46.041000', '2023-10-29 16:39:46.041000'); -INSERT INTO `bot_wallet_pool` VALUES (357, 'TRON', 'TRqgEWduzefEyZuacc8ZdU1qHoJnVg1qmK', 'Hlg7MxcweTPh9HtugOiK9lY21ULYqQq/f3Fw+gso1e3U+8o/8fLtVBkxWIt8JEYZtqgN5kWHiEj5PqVrFaVQz8p5zgg+biMw9eDsBq1Li+SzXcwBv++bMkAuekpq9KeEC4MithJTM4Blyn240oZcumV/VvGBrTqSp3Y5qry2dZw=', NULL, NULL, 'no', '2023-10-29 16:39:46.087000', '2023-10-29 16:39:46.087000'); -INSERT INTO `bot_wallet_pool` VALUES (358, 'TRON', 'TTK3iqAvxWyedZv9iqKRTw1TntYv1Yo4A8', 'QgcNcNq5wXHMnIB22C3YjWt86dIy5gN/BdW5giae+zlr8aQ8uEDUk5P9lyFahTgaIUNMnKVdI87othWOzlrMi5UahnDz1CykGx2ZOs9muVzIZOAqNClgnE28qJm3XmhjVQj06S0+RtBNtTr4WpcDPTG8ryu5KNSfx1ClTsiGOAI=', NULL, NULL, 'no', '2023-10-29 16:39:46.096000', '2023-10-29 16:39:46.096000'); -INSERT INTO `bot_wallet_pool` VALUES (359, 'TRON', 'TQEmAs1e3vSFNQRbG1x9T5fr2iFbi9yGyv', 'XlEKfjTsAlqY3XsdjZQKHVJYlrR8kl3O3U0U9o1Yzd/IguRK0k5vNIf/g9jogFff6ImkDQZdSeNb5/z8OxOM6arlR5SOxPu+Spoak3j63+SS8sFq7p+w4SyQqMhxZ1aiGpRR9hf3pl0k4mPaq+spq3vFq+bQG60XKRBUMTm8Qdo=', NULL, NULL, 'no', '2023-10-29 16:39:46.104000', '2023-10-29 16:39:46.104000'); -INSERT INTO `bot_wallet_pool` VALUES (360, 'TRON', 'TQ1yqqRgWTKNZ3txfrk196EfueS5s5ebjv', 'cjL5EmyaLk/1VXAhm14RvcgHbTqOqUCvYfK0jNk/6iEngassqDXs5U7UkXwR1cwykMB68bcWSlP1hD7d71XlpB/wqaWL4CKberUvvwGhUhVAUi2so7rmG5n7LE+hiiKvznOrljfpJ7g08bH59XPc6FZKqGQ1y0lXmhk6SUIlSDw=', NULL, NULL, 'no', '2023-10-29 16:39:46.142000', '2023-10-29 16:39:46.142000'); -INSERT INTO `bot_wallet_pool` VALUES (361, 'TRON', 'TXbLRB7vZEL4kmWiJaPYhToSTAqzhTcj53', 'Zei2FJ94L2kkqbrQTl07kwznzSMbd6i+n+S+ypaKeeiE/u50rfyvLg4DgUPMb/zsq5oxQRhtAYkQIE1Z/pNnAi4mNWR26RGDiPiOIVppEst/rcYYA9Z9rP7eoQnUb64phvNV6NFrauqzfTt6Sq1WxeAtABVAeDdUOsWbp/GHho8=', NULL, NULL, 'no', '2023-10-29 16:39:46.147000', '2023-10-29 16:39:46.147000'); -INSERT INTO `bot_wallet_pool` VALUES (362, 'TRON', 'TTtdu5oKYeEAYF1TumFS1gAtiAAX7KLuhS', 'cTTd3oE5bOv287r93toUcZjgZ4WVzSVmQQ0+b8RXjkPUAoRi1rNU29N5dI7uS1OvW+wCQPKQvVSAF6pAw5lJveqGpLL/Jo3uDWRbBV9/yl9aGUXlIDgiGImFqFHssFQm3vMtw1DJQCVJa4M8pEIUZQXkIyCeD5pTssgB3zoRgiA=', NULL, NULL, 'no', '2023-10-29 16:39:46.151000', '2023-10-29 16:39:46.151000'); -INSERT INTO `bot_wallet_pool` VALUES (363, 'TRON', 'TCPoMtCRyJ9FHDBwQthgcMtmu4z3Bpyfpe', 'kvFsibRhd+Ogv8cMio3flKDJu9SduQY9J8U096Ks5vzRLoQasTccRVLHil97cuKh75TmY9z05kpXUftMbh1VSJ8WcJZK/8p35MnZqej4oXICmcYF9wS0ctmjKrF6bQ4G9Z+1iysTyMKz80w9Zh7zXw2N3puFVsxIcbX2BZ3gcKc=', NULL, NULL, 'no', '2023-10-29 16:39:46.154000', '2023-10-29 16:39:46.154000'); -INSERT INTO `bot_wallet_pool` VALUES (364, 'TRON', 'TLotKstLtFNFA3NKwAvDxZFdwxQYzX6kw2', 'QPdhKEuuKQK0YlYBQmFu03ZLcwzJV1Wx9ZJKACoHITbbU8ZwHEIcgH0BoxfuLOWsGaEqqFOpz43Vpet/6xs1wVNK5DAaoBJ49/HxnVNky8cYxPo1OBquImUY75ybAcZCWmttrVovZKbOIviaK6mKsKtnqLKewA/9w78WeObTiOk=', NULL, NULL, 'no', '2023-10-29 16:39:46.158000', '2023-10-29 16:39:46.158000'); -INSERT INTO `bot_wallet_pool` VALUES (365, 'TRON', 'TMhCLvP9Btw81XpUv5cYyQjGPXPBgFmUzQ', 'cv1rye/V/5K3vrrD2P+Rmbk6rPSuMbhCLZLwAwB6S9Dre0kP0z/FO6aThb7AKiM+nPA75kS5iwRssxzfASU2wI4ezqNwo1/0urL3AICUvP/N1etczdDUFoC9O1jT0pPTXlh/MmG52UvDXus9HbVTt8C/T0+YWbQp5Z8ZVw3hJZs=', NULL, NULL, 'no', '2023-10-29 16:39:46.161000', '2023-10-29 16:39:46.161000'); -INSERT INTO `bot_wallet_pool` VALUES (366, 'TRON', 'TYWJXEck8cbqtUuXLNcxqmia8LcjcrFV3w', 'Qi5w6eTWJJ7tZI+V+5O1q5GnPf3SSIF0wU5q+/M0/clMd1qAPKM/dUDPmYz+vOA9Lvbf1Qmswh9IKplVPrjykAbBeXN4sra0MSULo+eWXuGLBQuECcclLu20XgEcmfHp8dKSm1t/tgUsuw0eMUkMKiisaAtgl+dKlWiTBipbTW8=', NULL, NULL, 'no', '2023-10-29 16:39:46.165000', '2023-10-29 16:39:46.165000'); -INSERT INTO `bot_wallet_pool` VALUES (367, 'TRON', 'TMd8mJnt2j416ZdYZ8iEckTuZyZEuoN56U', 'ShAsUBvofSL1WDjkB08VjwfIW0EGzbzEsNzehxQc+WFxosBMEts2tuYFU1/W/J68cjsiGpcr2yAUePWST3O5dNelFLUjG4cWwcM12utV2SW0X+ZREM8wNON+301cn2XjzM82irbGiYnVYwNUH+Y2r3XPupV68FcpGAooDLG1c2o=', NULL, NULL, 'no', '2023-10-29 16:39:46.185000', '2023-10-29 16:39:46.185000'); -INSERT INTO `bot_wallet_pool` VALUES (368, 'TRON', 'TRWFVUiyRYooRsL6cBcFJemoXcSYFcWGXX', 'MqcmwEDr7eFPlFjSDt8+vMzunpf8xfUDSHUOUikX2Ensl0TOrVWjsJqH2PSIpnu0zBOMvvGL/eMGN9fKr74ILSJ0G/qi2/RW0zqq9xXrLSa8phlyVCUwbNnJSODcn8xXvb3JwoDYijhDq2bClXuwukXQgsCAIK/A0Onm4omYxkE=', NULL, NULL, 'no', '2023-10-29 16:39:46.189000', '2023-10-29 16:39:46.189000'); -INSERT INTO `bot_wallet_pool` VALUES (369, 'TRON', 'TLP63kUfESwsMweLZiTcny39GVt8cYfMVJ', 'DSFTvsJ6DtLFpQA4EHNZGxorfIT5aL6R8FWRKiWVpSBenJewgRrg/ClSvj5HtH3cBZR4u5mFdsbb6qVm89CO3jD/igZ7PXqatnJ3Z+meqKHdjg2FYGIeIJ6qWIyN7l79St+iqFs/q/ihGjQvKf/82oUrXKq0zOcauRVUj9ClDNo=', NULL, NULL, 'no', '2023-10-29 16:39:46.196000', '2023-10-29 16:39:46.196000'); -INSERT INTO `bot_wallet_pool` VALUES (370, 'TRON', 'THWy4rAueQF8Qg57ZHo3WyLQpSJrBuZfCc', 'alQJqbtee/hBUwIejsEnJM9QCuy2BwtIKiS7vxsUXba9U7Wl3dbiHOqvsq7dBB/XbURbMDyiCZi8aaYYnmZ6fliB6COMIg3ZLdUAZnBLRBk+GHW0apAkj6qDTijui3NZodWZc05wSGlLe6iOFt6vs3YYjuodmD0NEBwRpXrJ/Ls=', NULL, NULL, 'no', '2023-10-29 16:39:46.202000', '2023-10-29 16:39:46.202000'); -INSERT INTO `bot_wallet_pool` VALUES (371, 'TRON', 'TNoVKxtd5HGwfgM23betM54rVHdiAyXoSf', 'KwiE9D8kN+C3F2/C8/h1BRSsRDKIJr3vpSkLwwHT+HDR7zfylWPr5wjm0/N4mr2EweZjyj4vgIxJFSyVgrxAl5+jAyt25qH2mwRit0zKDvuAjwPY4r4xasNdtaP77t2VBPw4HxK5K4YTc92sE8RCa0C8cYeD5S+VPYoMQCUdnW0=', NULL, NULL, 'no', '2023-10-29 16:39:46.225000', '2023-10-29 16:39:46.225000'); -INSERT INTO `bot_wallet_pool` VALUES (372, 'TRON', 'TWhst4UdNgFov7dqMbjFa2k6mnjJtvfU9A', 'hSI8WX/meF9dxu+35MY24KoE6aUV8ic3Dze5I6mp1XltD43e4NEg6bRvP8Dhl0dVRBpa4+1Ipko40Am5nkwid8E4/W11ATxyRz7a4dp2UPOQ5TYOohhp9u1LPhJlUYlAj6MqKD591CZGjNvsSB1efuWBTQWJK7CHsbKB8OytIrs=', NULL, NULL, 'no', '2023-10-29 16:39:46.233000', '2023-10-29 16:39:46.233000'); -INSERT INTO `bot_wallet_pool` VALUES (373, 'TRON', 'TARf1XjPq47ifu54Hbe9ho4cBPpirufij8', 'YMqREY5rMo+a7QUUQQYwteus+hoOYKSpGWzK2gYXP3jTf3qglUp2lsTFMe4wIzD1l0Zs1pg30zWXYKQvknm6sWscwhCDmqxVDqLBS2ZNLUSBtXy+JxrInT2UY0bMLfN5NUeeomn894A1WhPhvxA1fKpJTAMUxY8YEZV2puCnNEs=', NULL, NULL, 'no', '2023-10-29 16:39:46.237000', '2023-10-29 16:39:46.237000'); -INSERT INTO `bot_wallet_pool` VALUES (374, 'TRON', 'TBvcqwFQr5qonhBmoiQSKut7haqJnxQ7ct', 'B7YtlhBDYvHybj1Z+ZaptaYjWaCJMAl2zFagbAzjGf8ZLxaAbyq12TR1AhZDGz/ST4VAqUcQWNM02fAWefO8S2PtcjcYFQEmTqrZKq+hs874Gldyq7BsaqYVah1t8svOWAvHoGewTigcLctPeqReuMpvkmbAVsUhv1QtqkI2pbU=', NULL, NULL, 'no', '2023-10-29 16:39:46.243000', '2023-10-29 16:39:46.243000'); -INSERT INTO `bot_wallet_pool` VALUES (375, 'TRON', 'TG4zrjjfzAh5PkKTd8wFgz6csoa8RvS4hy', 'EF+nUD/StYoQUPh/codH5KMgO5jSDHWJaRtRTgqpIurMYmS9gseDdJbvZfZyEo7/d4FrATSfqrj7hatycvwbAxh6bDpLVz2rT4R6y2ITEVw7/nSnE+oL6UCdUwULDZlFZTtp6Vih1HqRcHPejWH19cHry0bHSlYyZ9tg/WdScuA=', NULL, NULL, 'no', '2023-10-29 16:39:46.248000', '2023-10-29 16:39:46.248000'); -INSERT INTO `bot_wallet_pool` VALUES (376, 'TRON', 'TVBABGgvFiuaGjdDg9k3CNnGRhFLwpYmSk', 'bMA74VZMl2LbnQJp8UrSlBOfu96jEup8TMbuWd75t2366AjWzWXrz//8ERptZ+UZHy8WYSnB2rJ3E9qORoK5x05hZxi1PikN/N0bEvjLUbX3Eo+5wzCfVGEx+AYUizIA86FcDwl1RWJKPEcqrZTrvRTdttZfoEpE2d8cKwfQo9w=', NULL, NULL, 'no', '2023-10-29 16:39:46.255000', '2023-10-29 16:39:46.255000'); -INSERT INTO `bot_wallet_pool` VALUES (377, 'TRON', 'TECNim6iwfbrcmYmiZKmGRoRDam7jyN6wH', 'RpNdG/sbttQ7glSYH8wiOPlgUJUr8T2qDbAjM1WADdSG0nbDFHeNxuJZapJJU1MFUUqSHBOq+bfqO3bcO9CvLp6v2BXFXbacU9Vk3T+HWjetlfUR2rbjt0/1UbyapbysJAMH2jJOdm6qg8gATHtIbcSWRETQVkBurSuYkunHL+0=', NULL, NULL, 'no', '2023-10-29 16:39:46.290000', '2023-10-29 16:39:46.290000'); -INSERT INTO `bot_wallet_pool` VALUES (378, 'TRON', 'TS4Zr1Wwutf3gLM7scHFYq79tmVquK9uGD', 'eMAQ3Z4wXmgYea/uaslDnSeOXtEsqPKa6r2iIe7ai+esTVV9UHmLUXJ0320/niEfpcMaiulwzpG4VWE8BDLahzD5T9igAi6VLgdsayfoOPXk07WL/1IckfzUzQUE7lUORIycXna0Zw2Lg/OU49GIQT2J5eQTohKekCvZ1Wj5CAs=', NULL, NULL, 'no', '2023-10-29 16:39:46.296000', '2023-10-29 16:39:46.296000'); -INSERT INTO `bot_wallet_pool` VALUES (379, 'TRON', 'TX6kcNyXzcXRTWRSSvN4eL92mzoL93BUrP', 'cnbURfdvlpWMTi+eOcJXODdhRyWy4wKkMEnm+fZWkwCIDhqmRpRlxvJARlfIGXWgZTyJ0OzxA3dH2scaTp8sDgYSIkLhoUPqzqQvQ/7HGbJ0M5S19q0vSEq+79eRl7wScMAv58J7GAfLTWCKCeSoTc9hYjWBTUt1e8X75W34640=', NULL, NULL, 'no', '2023-10-29 16:39:46.300000', '2023-10-29 16:39:46.300000'); -INSERT INTO `bot_wallet_pool` VALUES (380, 'TRON', 'TWoEfZbtWzV1jaqSAT9T5fG22ghwGJoLLq', 'aaqOMLcQ1hOyUCoLfLdB9b8X+0e1EFKCoa/Tc70ddP3Kpkei9j+91lrpN6ojn+ZLnklSNAy/H0KU31Zo9OHMtZyEDe5J1rBxVvd0ycEHJoRnZ7XQRJ5V2nzCKxMN+8wiAU77aPAp+M4j7fxwIw0tY3i61wM3U8f5N0Gk8u+G9MY=', NULL, NULL, 'no', '2023-10-29 16:39:46.303000', '2023-10-29 16:39:46.303000'); -INSERT INTO `bot_wallet_pool` VALUES (381, 'TRON', 'TQAw2khMP1spPCym4zn832nxF6gEUTUgpq', 'H87VLvTIIprdHJNl5l35AIlaaRU/WHOHyh/Ik7ry0B/nn0yJMp0jwoQWp7Hf9ZIjpaSAEUd4SP1dz0K2+EqQ9ZfisSBN3XAQBd8+lLm8NlP6D/BoM9UPEi1HfhoN346DQE+KXSNfauFcbObVdC7GJ0Oj+21UpxuPEyu4zWCZol4=', NULL, NULL, 'no', '2023-10-29 16:39:46.307000', '2023-10-29 16:39:46.307000'); -INSERT INTO `bot_wallet_pool` VALUES (382, 'TRON', 'TXtQ3dVovLXxrDvVEJ34mf9WyiFqP1297w', 'POrvASZ6OUoi+aoOwiQcs7JTA5wxe0KbbOa7TRiYiD6lryTljz/dMkzBSB6jUX0Vu09G8uoFld7NUfJYJBOoTS3G8QO4c5dTuW6RqCvAcdu6I7Bo8/9olHW7lPkqWpEgyte6WA2Zbe+s8QpNQpm3ZdTw4KrfCDHrCB9dZS3fr/I=', NULL, NULL, 'no', '2023-10-29 16:39:46.342000', '2023-10-29 16:39:46.342000'); -INSERT INTO `bot_wallet_pool` VALUES (383, 'TRON', 'TEu2xFze76iqEG2sLTnDKmsJs59nq3FYrb', 'KSrfQT9Z6ASG8NBUYR3Fz12wVjycfAewyHy0/1v0QFiqWi3mTniDeNo/XrwBeIL5sSnQv8N8PgfXpd6VQAKZOsKLvaHjvWzFTRjOAqYklL6umM3s4TFN3wxaK1zYJvAaDMuxDDRSSczx+0AgkJf1OrXEOCF/ND/a+j3NxLo5pdg=', NULL, NULL, 'no', '2023-10-29 16:39:46.347000', '2023-10-29 16:39:46.347000'); -INSERT INTO `bot_wallet_pool` VALUES (384, 'TRON', 'TFAb8jsq7ymCXEUD84x4tjFAR5EsiP9fyc', 'JnOIaF/ASmH9nUnVwaEkJK1SSbOoFMKdn5LU/4uD5hI2Fvnxj7dQ5oMnBher6A7Qdy1MT/mrhk/GCpzDJ0xHsuVqj/XUOlsllbYKsUubfr43hjUZIlTW6/1Re7Ood1X4Qm31VTBOaVp1/nNHkw5hzfY8Z4znfAU/3WWoLGX2UII=', NULL, NULL, 'no', '2023-10-29 16:39:46.356000', '2023-10-29 16:39:46.356000'); -INSERT INTO `bot_wallet_pool` VALUES (385, 'TRON', 'TBrRAQxaVieisGURYiJNYa7y1MVH36iu5L', 'NfzM4Zg1CiCVM25HYVvgHgPQ5Egjmdfck1woVh/dscHbZXjgm9sE8C4gqZ022hwuI7RWVkCPPTaa0Pw1RfrTxauOFeFVuvzlPRcwUVVrxn2rT+IxVmLZhK2ARr0vf/KWC+gRPekCSSIC9h+v0K3C6YQFwbQLP2iXaUELS/EG1qA=', NULL, NULL, 'no', '2023-10-29 16:39:46.380000', '2023-10-29 16:39:46.381000'); -INSERT INTO `bot_wallet_pool` VALUES (386, 'TRON', 'TNKApE4htEezx4m5sBhXTbPfziRF7ta7KD', 'gE9CLvjSduCAZHZtiMgPp+1j+f6Bkx5R3QtyUjCEsNP/wIPIretsVOsI6EYsk3qqfvk5k/OlwVZnxS5Pq/XPBxsaryFkBPwA4arq0OsO6xbrGasWiqYgP1CCYPXEz1ufwOEziQuUn3UkzvyLrTEPFQTcR3oyxLpyfubSkBAO60A=', NULL, NULL, 'no', '2023-10-29 16:39:46.399000', '2023-10-29 16:39:46.399000'); -INSERT INTO `bot_wallet_pool` VALUES (387, 'TRON', 'TSNYPeZu3DmoUSqEdFomMShHSuL3YiRi1s', 'ELEq65tGhyj0CARYoovjSsFnTAGVCFVtvwR+y79AvhW/ewK/BTXW4/vfcfiJ/zxdXOE+LkLWqLW3sL/1Nn7C/pILxtklH28P1fo8SuSyRdzcsZWTY4mtp31PtA+GJ9Enhe30h7L1GiuCGQ5b/a2gPmJuf7UOSPVrivV85UyhJUk=', NULL, NULL, 'no', '2023-10-29 16:39:46.409000', '2023-10-29 16:39:46.409000'); -INSERT INTO `bot_wallet_pool` VALUES (388, 'TRON', 'TYpGJE5PKL2qxDZcFPZwJKMqZwumyzXyoG', 'W5hIounr/RQFRcMPm9m1PUJp4Wsr1ZxVpiRitS4qQ1nr9D6gf8iMjgbfStHtxT2MsStNjgqrCteEqFbfau9uliDflzWm/MoD6+/ZG7qQFGVwGoL3ye8EHazVIwOtr8w5g9p4aqmkZvu88bmqxvE/RPdibkTggVmULAtcHPtQWKI=', NULL, NULL, 'no', '2023-10-29 16:39:46.450000', '2023-10-29 16:39:46.450000'); -INSERT INTO `bot_wallet_pool` VALUES (389, 'TRON', 'TG7xGmQFyf7B6DwrfusZzyFDw9g1xJJWkj', 'g7rOrs9Nb+U9U8W8JzTs+95ftH8tKxJlV/o1StG+MlTKg373AjbFchZnnJypWnlX6XGCcwqBKao7U1X4OklOCLazXXUZZ4QkdtPS6ysV1hx6SqbD7+tBTYtIwnXwNjwAgx4qIrylOHrkVB+2oUY0DcRyS94NY29lbYGgrqJ/YMg=', NULL, NULL, 'no', '2023-10-29 16:39:46.454000', '2023-10-29 16:39:46.454000'); -INSERT INTO `bot_wallet_pool` VALUES (390, 'TRON', 'TQB7g2B4jN244HQipa5THf2uSy51zXqmgD', 'Nk4oYAfLvbHnNkhbWXZyUAqSNsZ78WW3VTKefuVV+S8mTMBIakfam/DMVzHneX2SvDaNoG8sWiWGAHtjtxUl0Lv+yoztg6eUdZ6gh113sARinZWgGLsTsaJim0fDFYBlEWc+05b5j7Kt/2XIe+L90WwKJQ5RF6YhIkz0w/VtykQ=', NULL, NULL, 'no', '2023-10-29 16:39:46.458000', '2023-10-29 16:39:46.458000'); -INSERT INTO `bot_wallet_pool` VALUES (391, 'TRON', 'TNzsgKvaFhX24fRuc1HgMQAEECmNqiPnnE', 'cEqFXrA8+fZMNh09FS64DksDuraf00r/t8JCuW1NRrXDLwYBBjQgoiWdu9M5c2ToaRd2Zy69PIZbq36R+gOSZJ+OBPpCqyQmziqg0iAE4COydHXPT1HJeGgbIgkBSnqvvXPgaZMFJYL5WRF8gMTuL5pSKcF5J+NnEYu+Z3w5NQc=', NULL, NULL, 'no', '2023-10-29 16:39:46.463000', '2023-10-29 16:39:46.463000'); -INSERT INTO `bot_wallet_pool` VALUES (392, 'TRON', 'TVUnVfVfqVCzHkxXLWKKBYdzY5zvUpuoCp', 'GlCReaaWzWb80OvKSF/La1xmV6/JyqRtY2s2y5WWZNnO+vqac4j4OimktTGJMJEcmIvDNgvTtxWhsUNB6rKl6tCfza6Af/QSW/I6y9WaASTCGvvUO2O266+AYQGxsNdDlY4NKaGPq/N0G5qfFcMR/6cQ2YnXjYDj0wRebKIQEYE=', NULL, NULL, 'no', '2023-10-29 16:39:46.468000', '2023-10-29 16:39:46.468000'); -INSERT INTO `bot_wallet_pool` VALUES (393, 'TRON', 'TWrF4jgvo3SHcbTKSdQV51s3wJEifw3xeW', 'UGwVQ2KVpQ1yMnw9knW8qp6xIYUnqPuElHcSKl48eM/wBDjxQRO7A+PC3hAQLSsMTtNKD9A7ev77HInwWeTHtD4YWzdQCGb6IymtJHi+euO9ZT7EHvVHpPpTiH34rIXrDICAkq5MGj58pG0PLNnUvtLLL2i50/CVkdB/88wqE88=', NULL, NULL, 'no', '2023-10-29 16:39:46.505000', '2023-10-29 16:39:46.505000'); -INSERT INTO `bot_wallet_pool` VALUES (394, 'TRON', 'TDVJit2yoff3LaFWoEFwjgPPnoByGwciX9', 'XI//vndw3dIXa0KcsoZ/9XijX1cP7nkiH9Ypc3vJpyhJFq47nZEJSZzUDEXbEygbMDca1mZSkY6OAYub7TPsHwGAtcO475VD6Pm7/6tw7cRi7VGgzUToYEGxQL35fSpiJg70tNkA9YZZ97pk9DlbC4GzzdEVg/fXz7cfslVnVkw=', NULL, NULL, 'no', '2023-10-29 16:39:46.509000', '2023-10-29 16:39:46.509000'); -INSERT INTO `bot_wallet_pool` VALUES (395, 'TRON', 'TDLoKZ9TxBSv7yvzQXUjzdNCv8JSN2X72R', 'cQ+vCaLILDZ1Mg0AQ2L4SiDzsN3WWwLEBdjv6ZBUPtBXGg8T/UBBUKQoSeQOpZDXFKL0+GepmELwdMmj7uKMxFRUXhKRrxFG64qbZ217nteyvZmlHG+ZhAIfrbU0VAh35r6wH356Etyz8OvUcQ+FgZmTOhKc1mDVA/4pmno1L9Y=', NULL, NULL, 'no', '2023-10-29 16:39:46.512000', '2023-10-29 16:39:46.512000'); -INSERT INTO `bot_wallet_pool` VALUES (396, 'TRON', 'TK5HhBeTV4F94eyKFmbZPHGGs2WAmQG4ky', 'Ctw0VcHriOF8eC5tdJ5y/PmTtIkUILfuemleBGxaUwgNjTL0NXkEAHdHIP1Hv+Ba3FC6oMgSO606FdyigXHVoOfqA9F1IPIPTpmwzz4ktcCwXv31PHhUGNjtvMKvMCUxn9XRzvfXKcKuq1E5BreeVILDyLhYlOGLrtpX4mwejrw=', NULL, NULL, 'no', '2023-10-29 16:39:46.516000', '2023-10-29 16:39:46.516000'); -INSERT INTO `bot_wallet_pool` VALUES (397, 'TRON', 'TSX5kW45N5SdgJpETZVcoC7kMsQbN3Lkd2', 'hOHDOtw/d/FP/mGYgImSnei2FMZt/EaOt0XvRlvP96qKEajC3lILjuNMz3lu4QibtKaFLZy96k9MsIfUYwM00/iB8VtQm80TldwU6eyaVX4LAlrRvrrqzx67HdGNhvPW88Vw26P4ZBDYbwjB/nbPXNiSZl9wDaQ6xn10ZJiFh9o=', NULL, NULL, 'no', '2023-10-29 16:39:46.519000', '2023-10-29 16:39:46.519000'); -INSERT INTO `bot_wallet_pool` VALUES (398, 'TRON', 'TNopSFA6xkCRxX6wArtwBKFXETyvupKfBn', 'F5AnMDTeL26o6ydqrMzZ0eqYM49Vj290zZ/pXWQoBKfLDSmtovPKiNc9pma2Ped6V4xAd0hXqmOYCYAWiai/eqwLi0tnSY4VNsE8PXQEh/9n8zb3ZjiIEUqTaTcFTY4z2oqI+NSbOtrIEdf7K5iD3TEfDh7SGFzyJpa3GkOFgaE=', NULL, NULL, 'no', '2023-10-29 16:39:46.523000', '2023-10-29 16:39:46.523000'); -INSERT INTO `bot_wallet_pool` VALUES (399, 'TRON', 'TDWKq5UisUfcPDVGtMogQ8fCWZAeQceDyt', 'AkUyLMzU+TsdgRmfEkZ5X/aR1+it/xUn6s+QJJqAyMZme0q+YryKxiGiBzN32D78Y2SraZzdC3qLhsw2c6PD8zAVDmCBjkiCvi7DeLEBRx9bCjId9rk2Vge7Bn+wfn7E3eGdOmbDkV2cZSop+/DzJIlbi1u1Q1FZxtaJIaMrA/A=', NULL, NULL, 'no', '2023-10-29 16:39:46.526000', '2023-10-29 16:39:46.526000'); -INSERT INTO `bot_wallet_pool` VALUES (400, 'TRON', 'TC9ptrVAgeYMKV8EuErw7HDjqbiyNqQBvb', 'gibnQO8lsCxHESme4y2vlG4XIk127cI5lT/8EXDY0fB5KeJInaDP9UUrPMpvSVQRficrEUD6hm004UoAP9M4+qtzR5Af+B/XSCx6WDZsvrgCevTB72bZUESU8Qzl8udgw++2hSm3HKr6alGt39Wx7KTIPfYgTBlGGNTazolBvII=', NULL, NULL, 'no', '2023-10-29 16:39:46.564000', '2023-10-29 16:39:46.564000'); -INSERT INTO `bot_wallet_pool` VALUES (401, 'TRON', 'TFJNtRqX8Me3PNp9kSpuV9BZfBp5RvELBj', 'GZsc0m83iO2CgisObBqRAwuq8VJubRT8UXv2EkQYARMPZ6woB2hgiKL/Sn+CKv0SVn2n9OpXs8txMtj7IqStm1qhohEGo7CzaEj4+6LNvVYmudqKmYFFxkOMzC+Kc9r2bR0wGP07Q6YB9f4BBAGTOV82EvkxiCGoICosO7qNqB4=', NULL, NULL, 'no', '2023-10-29 16:39:46.568000', '2023-10-29 16:39:46.568000'); -INSERT INTO `bot_wallet_pool` VALUES (402, 'TRON', 'TNiJoBUaNtr13oMdGNr5cdmrpQ41mc8kVa', 'SKwHkz6Ne7N1A8XQyN5BvByybxmdvnOHQE/UnjAGJ7lafWXqd1MwJmA2mFf0wqR2vpSRrBkKl4osFw9SRKql6ucB3sz2siB9dOYCjqqT8j1MDJ4UR1XhiFlQHWwSYNIzaddq5jtP229fpiC+ekKUahz0nuGEon42K1XX/xOwdI4=', NULL, NULL, 'no', '2023-10-29 16:39:46.572000', '2023-10-29 16:39:46.572000'); -INSERT INTO `bot_wallet_pool` VALUES (403, 'TRON', 'TMEwuwrb7yEEZvWmCYt9ioYcNRusRKKDmo', 'IxO99pPRTRRP0qLqDkBM4RKueGcwyEy2L0fd+yCH3hFYckoC6bhnP/4etL58TgO993WSb1yQqnCoQW4v4lftT3q3YTNyVtlawd8jr6NS5q/+C6mWdgkzt8cH8LQ90iph9UKekrBYKUqpl512IGYTWLHPJ+cBj6tCEE1IYTbbq2o=', NULL, NULL, 'no', '2023-10-29 16:39:46.576000', '2023-10-29 16:39:46.576000'); -INSERT INTO `bot_wallet_pool` VALUES (404, 'TRON', 'TSXQXuStXwmpwz8KVhB7dK4qv4BorZA9Q2', 'RU/YiFUjRSqvGXbIvgNRBu/L6cbL6eRL1A3/5ChRAOIh71d0yP0QRAlVgwpuI81jIkq00L7ehlrqGGjaW6RnL106n2QtVa9Uy88GAiVEIeu+eMOMhUvlgEoo6cMnLg+u/3bBOnqVwD+oYAFg9/BZaIEC2uJt7ucNCgCR0oCnCsQ=', NULL, NULL, 'no', '2023-10-29 16:39:46.579000', '2023-10-29 16:39:46.579000'); -INSERT INTO `bot_wallet_pool` VALUES (405, 'TRON', 'TVjmJuPBVB5tCL5fiURnbg6QFo6Dpsa66W', 'IuYPRtI3xbFCQm75jJO31Od+eAV1t8GiIdTYBauEejbyOZmD10glqJK+y3f+uBwBUuHFNh+fpiNaOKDjigl/Oe4T48EMSTlmD+ezOqa0VehFwlDKCqJ3QiDVFYff4I9+WSrHsU9mGgOi3liMvRlrIiWvZBWT2+zMoQgqFzKSwWs=', NULL, NULL, 'no', '2023-10-29 16:39:46.583000', '2023-10-29 16:39:46.583000'); -INSERT INTO `bot_wallet_pool` VALUES (406, 'TRON', 'TRZ1drJjJgyhN81y2TUvEivHga4ojx1u7E', 'RRWfTZv91TYeQiOjotyZyyUvFZtGYoHsBNMlcA2v34P8hS6w5yLa2wqJlBl6Ty5lFZPw/Z7Dzam8a/SbJuG+XEDkAA2aSQJSLfcXJ9xiZ35M+9yZBztPFW7C6dtQyafL4RlPSzoLEKDS8A+2SPnwe2U03lTiFNLpsRU0tiX/ElM=', NULL, NULL, 'no', '2023-10-29 16:39:46.587000', '2023-10-29 16:39:46.587000'); -INSERT INTO `bot_wallet_pool` VALUES (407, 'TRON', 'TQaJE1MERBwuuymDc7FLVQ7TaLkkDuhzx9', 'c4ODVwn+XgsDJo7eQMOGYwP+h4eVNESzl/edt6DaJ93xU5673R91qWFYHcMxUZ4LetZh6tRCD6yDH5hs1Wd7cw5TlhkBHrUNQ/FiuBsEAkNjfUbGgD6kaqdTGIrWEBCOxe2PCV6T0wlVZL5cUPSMr2IH8xkpnrhCIsANW31ZHhY=', NULL, NULL, 'no', '2023-10-29 16:39:46.591000', '2023-10-29 16:39:46.591000'); -INSERT INTO `bot_wallet_pool` VALUES (408, 'TRON', 'TJxbAiegoR3YSv9Khs2huLDcLu87HiiT3s', 'isYD989BeESdEdRv68F3maOTRuD7Hta2daj/50o9k8PiS4dm8MfoxPrusvNIE5VntvHiQ1yg3MbO34Yr7h5gErwMgCtpClUhtbeUE6mHq26URfUALA8wmH0u6oU60sP8wLkHSC/BWd8HzlLwkHFdobEKN3pXAyl4Qruut5Bm4h8=', NULL, NULL, 'no', '2023-10-29 16:39:46.613000', '2023-10-29 16:39:46.613000'); -INSERT INTO `bot_wallet_pool` VALUES (409, 'TRON', 'TSmhBtGLS4t34qXyY9qCidUAKax9ztoi6H', 'd9RRelF6IHlfSzzLaY9EnUofZ+pBBHrbWl2Kld5EZKR23B0aH333hizro0CipU7gwS4g4BIav5ftxUbNZIsN+8LGXeo09vd/10iWD5gJcCUiaQDTx1WgKUNoH5XMqwVb4VFv0+vFxbnnThGWhKJBCAXwQ0oBybN1lNCJf8GfhKM=', NULL, NULL, 'no', '2023-10-29 16:39:46.617000', '2023-10-29 16:39:46.617000'); -INSERT INTO `bot_wallet_pool` VALUES (410, 'TRON', 'TRkvXf4xfqvLFkq8sn33vTLcrJvref1gHe', 'An/Lf95xiNtJ+fmQqEi9deWGsmG/rzNd/Pi0iX5PREwDNhhafGEA4LmrjUsLf0c5APl0cvf6ZF62D3UCvmNcpPWnfCxzCZPianEYww/XtYGCntaNY7rGfIAlpf38MOuChyb2n9mgZXsLBUYigXhaHcsV5D6AyUhCq295yRhBBzc=', NULL, NULL, 'no', '2023-10-29 16:39:46.622000', '2023-10-29 16:39:46.622000'); -INSERT INTO `bot_wallet_pool` VALUES (411, 'TRON', 'TKW9BAuXvz1guyiXDGk2Qp92pQgyapqk5e', 'JgsVzoC1Gb3AHcD7O7Chyksv1K3DJIYYoPeQ7iFgKQkPij9JKAdpy+7iTqjJZSnIL6xUUSRTji/NcRwQGQkEjULIe7ND3OfHTp6rLhZOVG3RXB410Kog/U9KBMxvRv2RYHUnDgG7LBA8fYcv5k8XV6QjVPMTHHDhtIMcaGsgYRM=', NULL, NULL, 'no', '2023-10-29 16:39:46.627000', '2023-10-29 16:39:46.627000'); -INSERT INTO `bot_wallet_pool` VALUES (412, 'TRON', 'TUMv2GM2nGeFCK8U3tKGFW8xtdV1h1yTk5', 'NdXjyzVrf8nbKffD8vCw6r+kFtxvzc6nE4l4SWZvHFzbzIcc3TYMbYhYVfzMZmGugx1j+svOuy4ULY2ZNmWgcwqHiwNtjp5s5kfgeBvGFjk+weIATSfdzQuNH+9CSKwWOiYN1p9qgvFLg2bGVELIwBx6U2Gt7mo3lBrAYrfU2rU=', NULL, NULL, 'no', '2023-10-29 16:39:46.631000', '2023-10-29 16:39:46.631000'); -INSERT INTO `bot_wallet_pool` VALUES (413, 'TRON', 'TWiDruWWtaX23SjjmrCQsNvS7aop21veuE', 'ViimnHI+KCiMYusJ4pIPkYxsvWp/L3sg0+14GN8RWWdZna7VXSYz/l5LnGJ7wOVfnJYceg0dXPwhuRQrP1Ce+v7C6gVsTSnXW5F9Vf4I5qKzXVX1KKuart0swpEeT4F3caBp1fXSIRvuLPrsillV9TA2eb+WNbKiFExdJoZ12To=', NULL, NULL, 'no', '2023-10-29 16:39:46.635000', '2023-10-29 16:39:46.635000'); -INSERT INTO `bot_wallet_pool` VALUES (414, 'TRON', 'TLjZMAoi7rscecfqkAucTT4nVCxH22d2XT', 'ivzd7k2QV66cHRaulrQqla2hkwKNLtqjWYBQwasaMxnVZFA8hBO0fTs23y6AOlWbxkw5LEayaNE/c+jZNuIVh2XWpTdOm2ePMDz5dya9qfiJFHkw93/xGPEZ7jrzU9kj9tWUiyZD0De2uDBloFEqFtxE9q42S//uXNv05SbLEcA=', NULL, NULL, 'no', '2023-10-29 16:39:46.674000', '2023-10-29 16:39:46.674000'); -INSERT INTO `bot_wallet_pool` VALUES (415, 'TRON', 'TCvH556HzsMXpNG1rgnvrJwTLeYivB1sdG', 'ULn/KH576qjjz+6WjtngJiMf8qCTX00QqI2Pv8BRU76ZOAPr4KDN0GgXAewcqf5DALhFOXRSQh2hcVkskPAUoWQPXr7BKBHu+0sE9pgnf8STUJYrHbQLtoF26YB+J9SO0ezIg2uZFvkj/jWGZpeWJUOWr9O6dLVR3OYwOiv3VTM=', NULL, NULL, 'no', '2023-10-29 16:39:46.681000', '2023-10-29 16:39:46.681000'); -INSERT INTO `bot_wallet_pool` VALUES (416, 'TRON', 'TUk9Ddodo6nHR3dJnR5Tu6MUiagrAq71SX', 'JtChdCC++V9jWP4D5pWK45UBkdA5fV0KhmdQKIXVN10HO4tHqb+c1idcs1Qredhh7m+Y1O9ATKSrKximBDKCUjOI1XDyeyVSXE/wrGvYJFUgHXfMFyjKBMPq9jbnjxqjEMrBl+au8Wflk+/r3mbP0qihlnrni4V9n1tLGHpmcg4=', NULL, NULL, 'no', '2023-10-29 16:39:46.686000', '2023-10-29 16:39:46.686000'); -INSERT INTO `bot_wallet_pool` VALUES (417, 'TRON', 'THE1pC3nh8XepFVMULHBi1tEgnW8FJ2yDo', 'Q+gxIvKaU4/+T6hNVoJR+YSxM1/1F/2fFytgcWH/609r9EDz+/Lf6zp6HCgoo0sK9EOJ1aNY4EasM7PNYMWVZpbXPn0CnFr7eGn83ekp6hx8xMkK3k+XROtTkcjlR/CiJKP1y8JkuUL9he725Mo4GiGxtZWO4T+hE1+Cdzoatn0=', NULL, NULL, 'no', '2023-10-29 16:39:46.689000', '2023-10-29 16:39:46.689000'); -INSERT INTO `bot_wallet_pool` VALUES (418, 'TRON', 'TAhvRoGT5Ri4qubvdGeLbCNfhnMf8ZMn2n', 'DNd+rg7MHGPxsi89AyIKLWqPn1VeynQ04V+AP26SJoko+Q7GKpzlrWOK+WRdi5PKygK8QBQIqDXdOJfKL2jwIKHr0HLOLw00aDtywyN87dVo4E2S1RcCR45T85MPJn1oi7JsO3qfSvONRD19k17KEeT/omm/3rIvWPCqwgz6TyY=', NULL, NULL, 'no', '2023-10-29 16:39:46.692000', '2023-10-29 16:39:46.692000'); -INSERT INTO `bot_wallet_pool` VALUES (419, 'TRON', 'TMjLdFekikbBemBkVXCGCdkVdDtgWQoAxu', 'ALvhqa8eI6jpoo77Auw8J4Vnge/QVp6YXAZdXI5vpTxQ0PNiB7riroXksrPOl1eVTQTeLRS290kovA65uDt899ijlM/3YRyFRYgMt0fj/yuw6Di/iAMKnouSQYvdp+iKc1e0GXAuJoJlkmqC+uSovyrOjl+zjmLEYpYO6opsI/4=', NULL, NULL, 'no', '2023-10-29 16:39:46.732000', '2023-10-29 16:39:46.732000'); -INSERT INTO `bot_wallet_pool` VALUES (420, 'TRON', 'TW5YaiUupidoG9EHNrswgcK68MSjS33M9C', 'M0ub1RCGl5eYUAMqQFytTMnY5/IeZyCc9zrB4eW2rKSgg2fQqMCi6HMCyTohf2Ddb8RzO/aq3J+fUARjVYUZ1whpDiCJUM92j8wVG2kaiPkpTmlv+K8u/q316JBqGffbHons5z9mg8d21QZC895ezLYEVzFID6OHuy6Q/ppIEFE=', NULL, NULL, 'no', '2023-10-29 16:39:46.736000', '2023-10-29 16:39:46.736000'); -INSERT INTO `bot_wallet_pool` VALUES (421, 'TRON', 'TDtufkUXd59VdqyPQgZ1GhPBRoFUyA1fS9', 'GN0mEDGMO/cO+ySpALspgSabptuiYG62N2AaC+qVOdHfySnJPxIndQormeNVmC8wUda6B1JXk2BPAV6dul7F5I0wcjHjWL3xvSY45JDkaIU4pTDhpDvSyxelpwCJ5s5T6ViiSqDO7v1FINVFCYF6y+4pbCr6XIkbdt9XJqihfoE=', NULL, NULL, 'no', '2023-10-29 16:39:46.741000', '2023-10-29 16:39:46.741000'); -INSERT INTO `bot_wallet_pool` VALUES (422, 'TRON', 'TYFfEDEdEDhXj3qb3y6CdZs9o6ai6yE7xx', 'jg5ioKEXAuw50qv9iZ8FrBoRPMYpfCahwTud/6lXj3aN9tChgMED3eDVRNMxxYvvC6b8wCbXiRSo8fR6rEigZb5b1x8u0sxBPchx5kh6RHcDNVx92qrYa7Jkh4Qn6LaFQy04EXlaU0AsEvr5BcRPGzgreoXJHs/NjKZZ3sFO0KU=', NULL, NULL, 'no', '2023-10-29 16:39:46.744000', '2023-10-29 16:39:46.744000'); -INSERT INTO `bot_wallet_pool` VALUES (423, 'TRON', 'TE9LB4LNJ2BDwEsHP2RqcpSUrRWjmBeJvG', 'TyT1rNtQwlkxMH7f4a+ntVSrpzUdIBdexnQOuw4CG7S5TK9NyWduY+kQa6QUhhJkmF/iFnWJg2EcUR+3hlZWGsnByiIVwPTwpCWm/gtb2pOrpb/ilK1f26W4YJvdxbzoNmxlt1aO11r0JUjm6a4l+DAOtFg05WTYKQyO0RN0D7M=', NULL, NULL, 'no', '2023-10-29 16:39:46.747000', '2023-10-29 16:39:46.747000'); -INSERT INTO `bot_wallet_pool` VALUES (424, 'TRON', 'TAx3vD91sg2GZa9ZdvSaXdsAXHEbXvrxb3', 'PChyTxZWx0A/8taGYRwTbgIyDiyfyklQfydoQjPWG1snGntkmHS9FSQWK6JcZQLz+m7FqbkltQLqO5qGMUnGeyKYxzPEB98OXZS9b2Er0bU+Uxeq4uFOTYIsyUbFzUCgisfxjwHOyQZRN1BoN9Zg74oxx6hZWG3ND3LgmWzDy5A=', NULL, NULL, 'no', '2023-10-29 16:39:46.751000', '2023-10-29 16:39:46.751000'); -INSERT INTO `bot_wallet_pool` VALUES (425, 'TRON', 'TQ8arT33v3DG467hbShnUR6ADDQzyXVJLw', 'GHcSfOyVITJ9aklsgAn3Cd4DRDFmUK3o1VD6YK2kKZrVG18TdUVttsSgvW6ehsfCBoa5cNH/cbcBCBF/1QKphMuhlpq+eDLV2t6E4vksJhmoV1IuACht1K5N84mA7Eity5yUFNfI0qeMX34JzdZd/mUg2tey1U9SZAQslQxZabo=', NULL, NULL, 'no', '2023-10-29 16:39:46.754000', '2023-10-29 16:39:46.754000'); -INSERT INTO `bot_wallet_pool` VALUES (426, 'TRON', 'TUbtwnjGjTS43uenx7H8QCEx8xFnK4vM4q', 'Q/WoqGMjilW1LXjHKf8NOJbFuM7RrZti+G52QDmmVKm71j1471IaIF+6zs5KxEF5KzIE0g9VAr4n/V6PmAI+NN2EumaWNsE4A+x/UIxa82wL92i9uDv4a48FCAEv1NMMt5Yhr8VgWKyAAmnW6j8RhRGGjR9OjDWTy5a/eVwQeCw=', NULL, NULL, 'no', '2023-10-29 16:39:46.776000', '2023-10-29 16:39:46.776000'); -INSERT INTO `bot_wallet_pool` VALUES (427, 'TRON', 'TAMumiAZjCkVEN8vrC4WGiXhqD4fmV6Fwv', 'jplyA8QmRIZCbc7+5Y3HCRbUawBjo3fsugZoYEX5GVDdaIt0hlVHpORk9gmhx/rKi2hQ5WDmA6L43rNDB2dW82XDfYQU/jRf6i0CNsOaVJD5Eu/jXaH6xmqQGhnzfPSeayFTrkeUOPf8DgTYM6RoOCSOaHAAohYP5rQxDUDBHR4=', NULL, NULL, 'no', '2023-10-29 16:39:46.781000', '2023-10-29 16:39:46.781000'); -INSERT INTO `bot_wallet_pool` VALUES (428, 'TRON', 'TUFqUemxpr3tuWcsoqHmtLAmUR8mgv6d3v', 'Ah75tpyK1ND8mczx44tVWCHzrjDnsAm+Y3uFuSmqp8NjFw0fDBRutWyanHX6Au/M1aUP1u3eGTm4jn/J0LmMzNvNxGKnTjz19wp0hg7iUdeEEiPUAOxVtA/SpdzusLLsUivpx/iL6wIUMbLkcAfW/3e+EEXjQYhraXNb9OZsu1g=', NULL, NULL, 'no', '2023-10-29 16:39:46.785000', '2023-10-29 16:39:46.785000'); -INSERT INTO `bot_wallet_pool` VALUES (429, 'TRON', 'THjFpR8NTT4jrvsBczu6YvNK53Ydkpe9Rf', 'MtaF3Nj3YgG0Eswe6ucJpjqo/cJ6nAkPkzeScmkl+6AjUSl24JzB3EEL/7qQZ5Q063ad+FKZ3u9NPfg77I8c7XRlBg+XfSXYMIoi9kmVfpBzdlQUYWwlQMLvALPAI9iaJ1PB5SeqmeNJx1Vk+n+V96ZPQXp/izWfJm0crUSlnQw=', NULL, NULL, 'no', '2023-10-29 16:39:46.790000', '2023-10-29 16:39:46.790000'); -INSERT INTO `bot_wallet_pool` VALUES (430, 'TRON', 'TKZGzccwr8XSgJG3KrapF5b3JZJTGQrjrs', 'jUJy+1X5cLgnRjBw9cVVwXo5j0x31Jc1lSlQgeEU/3PZwbZ4s8GEJ5HaPRD6XdcD3De8ogIGaxqWD5H8W1umAyKlSSeBTTPyF0Oa/LFpl1XIF+h+vP4KsaVIF45QtgbPp8Xf6Cmtj2EOr33gjq/I+gOKQh6y+Ld4AEqPLjcWFpY=', NULL, NULL, 'no', '2023-10-29 16:39:46.803000', '2023-10-29 16:39:46.803000'); -INSERT INTO `bot_wallet_pool` VALUES (431, 'TRON', 'TNZUn9apmCi1Sab4PiKWca9i6uWUsDGjBG', 'QkqSZnNOJhUfIbBRWVNpgAOhbScAUykSZBBPRp0mWM4ILS0MQfp3h9czvM/EMonHkdfiklX6O13aDnoHSLakUIR9MjvgCoCr7nkSPMkG2pe8HxjHE7KjimvhMisTj5zofGLkCSuvECTY6GEsprOiW/kACYWHXooJNjyYDpf1hMk=', NULL, NULL, 'no', '2023-10-29 16:39:46.839000', '2023-10-29 16:39:46.839000'); -INSERT INTO `bot_wallet_pool` VALUES (432, 'TRON', 'TMWmCv4MU5ArQZiyA65e7vfb8FWHqpMURD', 'fOwMqjNiHeTI/uOM/ARbiinIlf4jFHG2Vo/BfSOl3y1WOXk8admguH/ibJjvoQLTXknhMUt6Jb5GXgjnzLKAy6y75owR7OOZH0ZMCF1D1Ok2Yj3vJPP40+FAMakSPes36H1Kk2c59eEkuLB756nDzMaF9K24/yqf5CsA7MfyLIA=', NULL, NULL, 'no', '2023-10-29 16:39:46.844000', '2023-10-29 16:39:46.844000'); -INSERT INTO `bot_wallet_pool` VALUES (433, 'TRON', 'TJpcGfhk4wTjgxcXwrYKUSJNQ4RVKrDZnb', 'IR1C48VPHCZyDr10Q6Kch0zM+8/hoVnPdbYGK+ORG0sBe6qqPN76H+q5s/DuPiNi98/+sPGqLnsQdnHRsSxpamdWYDo8O2+YdrrY8OeSB4TDk5v2xVdUdZkmwERCtk/QPr6xEROCOtxhZjKWuUy2eSD025SzumiF5Bv7Gb8pp4s=', NULL, NULL, 'no', '2023-10-29 16:39:46.852000', '2023-10-29 16:39:46.852000'); -INSERT INTO `bot_wallet_pool` VALUES (434, 'TRON', 'TSjTQDMwmms3LWLWoiEiV1xZU3vqDoHe3q', 'TJVMClx+koFiTtcZb/CB3j3oiz+EOVysdLkl2pzJ64mMifB2Nmi6l5vymSR4Tr03G//iGptPiPOUoa+Pu529zou7FxdGDELkfvjcZTP297JFQ0TmcnSM/O9V4PX7D1eVKpEdPDK6ZohEtL8+phYTlPObqH/lwDWP9mx26Kho0og=', NULL, NULL, 'no', '2023-10-29 16:39:46.858000', '2023-10-29 16:39:46.858000'); -INSERT INTO `bot_wallet_pool` VALUES (435, 'TRON', 'TDRr9TgxBn89j6JDQJw6VisE4dX5N4TPsj', 'lCg1WRpvzxZJSERd9Kh9NLy96F1xi7FJhntQvzU3WmBsEh0C+AoXI7Yj7Fth9+RHc8zD0WK6JflXqTw/zAdwe5ivSfSit8TzPOYfyHqWCMMLB4nl5rnyFC6F1be3NceiW11rnowh3jw9NsRgGaTdlAZsoQ69a5o/EOyHoEksmfo=', NULL, NULL, 'no', '2023-10-29 16:39:46.864000', '2023-10-29 16:39:46.864000'); -INSERT INTO `bot_wallet_pool` VALUES (436, 'TRON', 'TVPkFHdu5aBJLRk6hTwC58m6hzE1cNt2Ua', 'OUtk7sb/X4n1tgrw+7FmenCjoHb8G0k28SLCYQshPnmun4FMKYD85xGRDBao+OodvhgcQclkDlRWFQROSTBWOZ5usW5qL/a/8ahzJ9fXKD7JHfP/sCnDlHssKiNUhmkxGAnI+HWX3FwId8KiI5GJzuUFeAetOLP3e2lzETjGtIg=', NULL, NULL, 'no', '2023-10-29 16:39:46.900000', '2023-10-29 16:39:46.900000'); -INSERT INTO `bot_wallet_pool` VALUES (437, 'TRON', 'TMCBPkbWTFQLS1DwsLKuaqhpBHbkABDfK5', 'iccqQyKQQ540kHcoTGffqmQBQDRrcc+aIDocnZu2ZQ+97zRb7ynffdS6mwKrL6TODVtR82Mp3Jvf09uvZ+CHxRkrKIDrnrUBsCbBbZL4xCQwCgBCQ34qfkqEq9ikc0tRICLCrnKp0d83GRW/6e0Ae0JGJV8hna5yB6bjvKuO4FM=', NULL, NULL, 'no', '2023-10-29 16:39:46.904000', '2023-10-29 16:39:46.904000'); -INSERT INTO `bot_wallet_pool` VALUES (438, 'TRON', 'TNVtS2k23QgocNbk1R6LYkSCTQuXkFQK46', 'M59rhqAyljCPie+eymf9/wX3xYASN8LFqlI3NeLSQcuLM/xBE9Kj5lvkX3Q8zyHAu4FHJwQ/MykzcxKNpSTHLC57pTna1EoAZbp7m2YSKqhs6KW/1fQunUJLb770eYNWzBjtbnm+EIrDW46+tgzT3K+BucszhRf9Q/rWX8AmA7c=', NULL, NULL, 'no', '2023-10-29 16:39:46.910000', '2023-10-29 16:39:46.910000'); -INSERT INTO `bot_wallet_pool` VALUES (439, 'TRON', 'TJ1gZ3s4jNmsKJ4v5KXoJzywYcc7keq3KZ', 'QHpvAHyY2eXYbN16VZb+/JaU52QfasLMXHTRokPp94B1n1O1TSLfpWhxjY/Isj37c5ZWZc3ZuVWPUUyUI1e0LvOxfvhDhnBwQp2SW9l31M+P/FWH5dp/OAUwoF4vtzvbFVoo+dQJMK85UqfEHyXUYvVyNwImom1YS3KkfcqewfQ=', NULL, NULL, 'no', '2023-10-29 16:39:46.913000', '2023-10-29 16:39:46.913000'); -INSERT INTO `bot_wallet_pool` VALUES (440, 'TRON', 'TQKHaStioJugHnJzCrqHfvYBoSMgMDgKte', 'M504a6sb81wjnaGOwwblz9dlTYH50QOYfNqlXZl3NEdZIWio+buIeLGEQjXQcyjnpr1ytu2m+J9xajQ4P1osf8IwdmZXW4svN7satZxWK36BLJ202NcsrUiW1QsQfz+M9Q4dh+4W+D1PHzxDJwg1nLi+u/1T5G/LOoJlcWE1irU=', NULL, NULL, 'no', '2023-10-29 16:39:46.919000', '2023-10-29 16:39:46.919000'); -INSERT INTO `bot_wallet_pool` VALUES (441, 'TRON', 'TYJDiUsmNZDdwy8dPEHqTFMvib7XCYtkKx', 'P7YbYjt4fcDTK4ZBFfc1wTisX14eLkikxYH+WFbyGFyVkvxBHL91Il073IvuyH/y9XcUm1dICUqleHJvrmH6TgHRYE4zqN5sDY3FP8XBhtHDXhr5mXVHMWUKKERd2b6/35SVvxnKralmRZlig1McgER3Aj3207EM0nd4RHr4+ZE=', NULL, NULL, 'no', '2023-10-29 16:39:46.931000', '2023-10-29 16:39:46.931000'); -INSERT INTO `bot_wallet_pool` VALUES (442, 'TRON', 'TKzztCAasP24t7p4BTdfVWwJRc2myVuwMS', 'jpeSiN8yM+8BdYnUbNDHPTmbjFKQgM+HcMPube4px0domoBtjtcSNbzOwq8qToE7XbvilO3DOm6Ogun0RZ7EYFWAx9wQ5mOOYZeG7aEja+imiOpXkITEKHfir2cnFBAKR1K8l5ngaBgfUiG66txekFND8un6hN0Gw9t458eI60g=', NULL, NULL, 'no', '2023-10-29 16:39:46.955000', '2023-10-29 16:39:46.955000'); -INSERT INTO `bot_wallet_pool` VALUES (443, 'TRON', 'TMf133QVKXLCFoDCDLAtLxHtQV2qZdz2Z9', 'GmEupV3e5iaGTH6EVuxuhUF+80okI9i2HkVnMpB7Yc753KVgSWmQ0JLp9HOviVbM8VIfzYFnbSK6c0cRLK8A8PTqWLd3kGf2snHwyuEjzX5jPiJfgba1wvnfls9ohmbBwR0lBwIEn+//kEaxDb31quBJDdmAiOMgiiA0PH1aXsc=', NULL, NULL, 'no', '2023-10-29 16:39:46.968000', '2023-10-29 16:39:46.968000'); -INSERT INTO `bot_wallet_pool` VALUES (444, 'TRON', 'TQKNcrGxUjEnZbvb1C4nRgKASERj6xWDRN', 'XwVQRxvnpteYzoASv8vb6uSxUjiq7aHb6L6bCspxSEMB6x+3r/azLj1+4kEUofvh6Qm2KGUATsh7mvu1+TlB8hMWzVJVhBqz9iYusPGI75eYGCTiDVacEOKiF60CC61JWKrmChSY9IM7lsSzh59KV0gFv6HeaXGEUIQAYhAQtgg=', NULL, NULL, 'no', '2023-10-29 16:39:46.973000', '2023-10-29 16:39:46.973000'); -INSERT INTO `bot_wallet_pool` VALUES (445, 'TRON', 'TMpdc13KuocEfm9GuoR1h7HdtQA91Qoycb', 'SuFe1o8TBIqeTtxLAlwE5TfSSB644lmLXsRye1V3pVInkeTB3DxhxLqx6MHEK48tUqqAU07SIxfDsRn9ZlV2fEN/vJ5CCBLeddogbDoa/GLRJV4FM+34VyIwLJfq9+M5uE/1zcygs0ysEeedofKSENrt+dW3EjBkLCN4jooLpvk=', NULL, NULL, 'no', '2023-10-29 16:39:46.985000', '2023-10-29 16:39:46.985000'); -INSERT INTO `bot_wallet_pool` VALUES (446, 'TRON', 'TC7emapF1NYvY92UtpgmYAigbasfoiJCeB', 'iX1xIFtXpHaksbTwA5emoSLoxgDm2kf2mKKGqIP6Bmp0Zf6TKOcoxQMSj0W4YcpGGYARiB/J5yuI71uXuCAwq5V+BuTIO+zuUdMfu207HGOVdLEczubGAOUvgfhlyIeuT+bvta0w96Lol47pGIvbKdD6UYx35IgyUfqASC0gd1k=', NULL, NULL, 'no', '2023-10-29 16:39:47.029000', '2023-10-29 16:39:47.029000'); -INSERT INTO `bot_wallet_pool` VALUES (447, 'TRON', 'TWPE4ESCdyTpxT5Joju7b6jkfVpAQnCkVN', 'A6UOijE1A2ZYGwRA55bAdf3ywr8Q03O8/RPGqWVA5YqtZsGbdl+UdJg7LJ2UABkGqYAIDHGriuiA5hOK+bJ0DOhtg1XOVGPPLOg7G16Lj3mOG8vmx8+sDFSOE+wON35Ssrp2p07NtfTiFffiR8eW1QhT/9RUWzG7ViDrZu85mMU=', NULL, NULL, 'no', '2023-10-29 16:39:47.039000', '2023-10-29 16:39:47.039000'); -INSERT INTO `bot_wallet_pool` VALUES (448, 'TRON', 'TF1mvRrS8wnDFPSKtvgQ5LrGhWeHnbWNrK', 'WRhP5tAynW3S/woAjN4mfN+nCVFf0rqVZ4/B18joqTyZ5OvqdersKkwzawiTeXOBEMq6K9zeksbFTtu9UH6hjCCQmSKmgUBFLU3rOFcn0mnOuURLc7TSU494fG7ZiTHGJD/2mtcVEADVLTLk4YbO04upaNBAcCehs0+S7MMXV6s=', NULL, NULL, 'no', '2023-10-29 16:39:47.047000', '2023-10-29 16:39:47.047000'); -INSERT INTO `bot_wallet_pool` VALUES (449, 'TRON', 'TVd1nmmL5nQdxDLSLDhhgva55iNBYN19oq', 'WGm4891mO17OySEBqjfCXTYvJ6oJQ169ZheXvbf4LvvEnHZGwViupJekunuHk0OoZVhrC7feUx5cU2gQmbB648lMqfjG0bQs5AG4OKRUF17TJBk3MHUTE19gMbvbZq/pOR+SR9Bv1s2vcMTBf4RI8NeJNdVAeDBKUv1ni4+uz9w=', NULL, NULL, 'no', '2023-10-29 16:39:47.053000', '2023-10-29 16:39:47.053000'); -INSERT INTO `bot_wallet_pool` VALUES (450, 'TRON', 'TCmDAFEtywwyaFzqi599Ccoknqa2cgKPsc', 'f9I0l98R+vdS8jLNHGJ7dE9p6lN0qm4iCicAwsNJ3Y/55LJ5isIlVxyiKDqR4WV4CLqSzWPwAbSwPmJx2PM/pxphL82C0jRWXN0bfZBN/nrdVlXi8dEvlTi06YXK8f5D4RP2SjNLaEylTljOpcxbhV3Qvon+NuV7BPxnekfw/qc=', NULL, NULL, 'no', '2023-10-29 16:39:47.094000', '2023-10-29 16:39:47.094000'); -INSERT INTO `bot_wallet_pool` VALUES (451, 'TRON', 'TAVeuXCgWcLs1ViyaeZPR4FqwN1Mnj8GPj', 'kGxm1E0R0WB21t1nO7+7LImwMWuQUGlJUAGpdHkD5UqZcvS77f9UDtRQwVxMprphLZSL1QOUzxn0g4GOIAMlRYpjcGoPMxOCa9Z1eSP7LAX7oFJ/q/NU5aIiIBaPmSMm/fsBn6umVt8Dy9QJ8iE67vdSSCdsejKBe5IWvt+w+t8=', NULL, NULL, 'no', '2023-10-29 16:39:47.102000', '2023-10-29 16:39:47.102000'); -INSERT INTO `bot_wallet_pool` VALUES (452, 'TRON', 'TKxTSyAKzjcNx6S1n9mp9ZuzgxbvpcUDJQ', 'VzUKJV/B7vH7mbxXoidqNefhRck/V4utsZo5YFqFk2h3TVWkYND2wHjhZqkmu1gO7mx2Bc4pevEFourZ49xZL/+8jxp8A8ioKpY4wuuuUpu7q1z42KlDulnHl84ABmzLDsefY6sh0GCQgENR1Q04H7CNhHc7yJ3XchQ0HNkuzUw=', NULL, NULL, 'no', '2023-10-29 16:39:47.109000', '2023-10-29 16:39:47.109000'); -INSERT INTO `bot_wallet_pool` VALUES (453, 'TRON', 'TLLE5cCyAvzCyBHh7yr9E5PWtejo7TWYPC', 'Bm4et4J077NP8nx5Ud8BPKgKPVNVmdxzukiqxBocXOx2HiYoxC3WGmVnnyg0bfqzdwXeRM/3zZShFZodKFjHYAkOSTy6EPOSrqU03OEZRGKzVERiAZIe07hk+RIomHq/g8gsLCh7FrZlc148X+oIXxG3zYaztH4AqRJRZMVi9JU=', NULL, NULL, 'no', '2023-10-29 16:39:47.150000', '2023-10-29 16:39:47.150000'); -INSERT INTO `bot_wallet_pool` VALUES (454, 'TRON', 'TYgsd1QZMf3QPEx5EDRPGNKmuxFGwwvXo6', 'AXqTAWPhWt3GvDcXJeaEMy6kvaOG2b4bRG6jf7pnL8vFlIkQoWjoF3huYv2ubjK1WGsn810wHMk/+0XeMCSYdEUzbs9tVRCZ5F7VuK16DxvtE25wNnSTAK4QKfC43hLeHhrgj5g9RqP9rTR+Fh+mY7QbovGTWlWfnUMvmKuyZps=', NULL, NULL, 'no', '2023-10-29 16:39:47.154000', '2023-10-29 16:39:47.154000'); -INSERT INTO `bot_wallet_pool` VALUES (455, 'TRON', 'TUCwtx9Vc9BPzyKHY8rZPjFgSZvbsKT72c', 'PayHrod8wsa/idq7/VhzVhbjJa/wfRUqbWXPsdC/cwT+JGq8ucla4nVxG9yHKWUhxdPCLAnBqoyKZGwGlW3qCTbcwMEguYAaVyjSXLZMk/YOIKOm5cRm+fwre1Shk7F2/uetpSF1nMkaHnReZYG7ROYAQYjVOqNG3BlagnecTxk=', NULL, NULL, 'no', '2023-10-29 16:39:47.158000', '2023-10-29 16:39:47.158000'); -INSERT INTO `bot_wallet_pool` VALUES (456, 'TRON', 'TRuMciB439AvuMHMUvoH1spDJurUxSVneh', 'GhISU9/6HcJvSnchP5lBQJvEYTF1aKkPQLh2+TZ2rca+ZDvSPpGjgdN8DGnTjVL4BhW4lECexKx1bokzx51DLOxUfQEL8illaYLwkfGovXVSdMZEwLlk6p3O5Wiisd/dcAZ/R+aZkAjOLcMCYwiKER3JNxsAxtdx+KcdWLQ8jgA=', NULL, NULL, 'no', '2023-10-29 16:39:47.162000', '2023-10-29 16:39:47.162000'); -INSERT INTO `bot_wallet_pool` VALUES (457, 'TRON', 'THKg9nUdJebmaEggjqfazYqfGhR57bo4xK', 'ZGA+/hgQrqm+c4X74DZWoF4yyHVvstzVir7bQKT0J3fVwz60udVUwwQA6GV/jWQTmeumvWpF4hS8w9AjU+NLNoD/BiX2OJF+ftsQ2+4CkB2V/Cod5lhdRHgT70ivTtjXpG3pkPXVY/hbRx7A0AN3xi1Hd+HgPvEdEzHqJYSWfoc=', NULL, NULL, 'no', '2023-10-29 16:39:47.166000', '2023-10-29 16:39:47.166000'); -INSERT INTO `bot_wallet_pool` VALUES (458, 'TRON', 'TAcp7hBsJrZzDkPLTHi3bEhSjh2ExHjgKA', 'VrITmLpsaAUa74wb0P5GueNJ2QE1BuvqzX8tN5JMYWNq48kpNTWlslsyY/Qk00oMEgEmxwUmWfj/LTe+zqdnyMYcs8wsbxRk9ksrZVNRvZlHB2TVEo5PDn/QIJzwFM7Qee3y2uDCPb46Pf1SznsuBgalBfks77U0BjOGQSTU1+0=', NULL, NULL, 'no', '2023-10-29 16:39:47.193000', '2023-10-29 16:39:47.193000'); -INSERT INTO `bot_wallet_pool` VALUES (459, 'TRON', 'TCbg4zo69JmJnvqBq9MnbirdT22cPPfB3X', 'SNuEqKBE0DiNGqeR9P1NUDIVCSTy5ll7CVIz/ARV8d2ZRvifbLUkQmwvh50lX0ZKaUlPDVl2LIjzNimXDpXfccHKUmzorXMHraY4/gxWE40ySlCZY4oIaSfWHR9j+cjiY4zR6L2iaE3lczK+OvxnwwJb4UxnguIETjUVocAZif0=', NULL, NULL, 'no', '2023-10-29 16:39:47.205000', '2023-10-29 16:39:47.205000'); -INSERT INTO `bot_wallet_pool` VALUES (460, 'TRON', 'TYjxcU6v5vCUkxX9gsQfXZkVpki8urpxGK', 'ZXSqyQU7IYbcIO7Vdks5T8eHZ+aMjRq5xBlOzN/BmOI2MWnbwbE51VjE7AyWH0uMFvSdEeFyQ0LYv2cG0NKLNUSTBfGzSUE21R/Ve5DQaufdkiOJpA2T4UuqIxesuQlBDqHbmvJkyOmHPAgMoYUV5eBOlRTg8YaWp4B0xCuFd10=', NULL, NULL, 'no', '2023-10-29 16:39:47.214000', '2023-10-29 16:39:47.214000'); -INSERT INTO `bot_wallet_pool` VALUES (461, 'TRON', 'TXuCnmEx4sZkPWR27JbFxogFLPu64nLgis', 'IELBVahQcKqnMG0rHM+oE/GgMEIGDvfXYjo0Pb5YwGwQF1ylrGSEIko+YWb4EdYjw7EV1lTklkh+uPFEr2O7kxOnFLNWATRhFPAJRalscR1VEt4FBzrpUWjTvOY1b2oYU2dJiZswYEs6I41EAh+4ywwr4kfbV1ALvwu2GQtn2dw=', NULL, NULL, 'no', '2023-10-29 16:39:47.219000', '2023-10-29 16:39:47.219000'); -INSERT INTO `bot_wallet_pool` VALUES (462, 'TRON', 'TKykFDr78onGLXeVuBsCuKzSG3biJdN4PB', 'KcbvuEl3S0ZAwhCLzTbZm8ck6jfbYWrHKBCNi3Bnew6M8LRHgTiil/uVi4YH6jADzYHNP12plu7/7byK/5w+fM864qv/xS0DlrSP/ABvvPVq052a3C9g+t81H7dX5tl4LADR+weFKpm8qGrpfjXqheNMC1PNFfw9WfLddhfWmYQ=', NULL, NULL, 'no', '2023-10-29 16:39:47.253000', '2023-10-29 16:39:47.253000'); -INSERT INTO `bot_wallet_pool` VALUES (463, 'TRON', 'TXiECVf5Dz2CF6jhZmCqrsXzwt1jHf5fAK', 'XWBuJgPNpV/H1DhUI4kPw5zfGiGOQvUbhZ8T2AJDqXbTGIAhS9V812ml/WHD7gqd7AfBoIc6KTlyoHQRsfZxjZmefPBMsPmrPVey46mxgBWpfatFfRtgM5MS3mk6wKClM7VBlPgG64dzZWMmfUq2mp8LwCmXzlwEGA5PsyzLB+A=', NULL, NULL, 'no', '2023-10-29 16:39:47.258000', '2023-10-29 16:39:47.258000'); -INSERT INTO `bot_wallet_pool` VALUES (464, 'TRON', 'TDDefLGuf2uwUnM7PDYtVhahbyrmEG2YjD', 'UnKSb7S3fuYKESzYnCdHW/NURqGFdEG0023Jswahg6688o/UdOem8nl4VcFYDFRVc1WlKox6H4Ypv3yBzQkVL1a+L9PP8DnnPhWo1BMjDvcIvU4e+BaRWbsC8YqeoXcOCon/wiy7kLb17bpLsuHFItE7Q7vKUfPFe/BP0CB7B2I=', NULL, NULL, 'no', '2023-10-29 16:39:47.265000', '2023-10-29 16:39:47.265000'); -INSERT INTO `bot_wallet_pool` VALUES (465, 'TRON', 'TRdgxKTrde9rtPhArKeNimfqmQDEUoMRmJ', 'PjlYIOVgjuNindyBcBWqDKWaY5UOR855X5Ym9bmRNrz5Qu6ZPW2uDc5emZCsdUW3vNZAwrhIF/cI8VkDAMa6LMFKBSXEZIK/zofYeNf7XRAQGrDlX1srH0eCb838q+CiVA/6qjS8MFaiipern1zX0UP6kvM4yCRcUYbHIV5UbNs=', NULL, NULL, 'no', '2023-10-29 16:39:47.268000', '2023-10-29 16:39:47.268000'); -INSERT INTO `bot_wallet_pool` VALUES (466, 'TRON', 'TJa2uhkYJnbrG6q3SPDkRU6J4LwBHy7kx4', 'Qu1oO93LBa9uWdRhNEUECUgw8haaqdxATSsVqCXQpuf5A2VK1zyV/8CVHDdIgh5ciVDXi1ppXxFA2rqIUxQtRs7jHiXS6nIgRZR6lh1WFJSecrIiyp6XRNZ2iTHlhM6FmfVPiLwGmWlQYOz5peOaahY+EAVVhl2sOQPjTSFS7uw=', NULL, NULL, 'no', '2023-10-29 16:39:47.273000', '2023-10-29 16:39:47.273000'); -INSERT INTO `bot_wallet_pool` VALUES (467, 'TRON', 'TEbZkvEDqmZHVytsSunmsPip2PEsUYHpzs', 'RUpzOEkfmy6ZpJDxHr/mT7fQih+Rz6DV6xFy3C35CU+sJUptkVxDXPktTWMlrHcr+a2FneZazsdjiUqnn4xo66AG1aKuz75bqgdFV9cz7KxeyLwtT9qozwBSX+1MyCc+P7/lzOxnycJT5lqi9SAcVKhiEye1gK4Obdu1vF79kQw=', NULL, NULL, 'no', '2023-10-29 16:39:47.283000', '2023-10-29 16:39:47.283000'); -INSERT INTO `bot_wallet_pool` VALUES (468, 'TRON', 'TGU6YezsKjtBJ4cy3pZ1FNBfAixHs6krqc', 'fmvYVq9MMLVwsY4OEq+5ghZImYRkFHjypC/McZtpmC6qP90pzFrjCfk2mRR8vKU/b0Wp7SRfHzPqBLqaBsVWOt1mpPi0FW8Khl+/+2r71ZMgXn9XQc1E5wh9vSimS37dE83Jq3VHEdTu9ZyY0V0Bv7g4rtX+UACCwXgTOHuWAps=', NULL, NULL, 'no', '2023-10-29 16:39:47.323000', '2023-10-29 16:39:47.323000'); -INSERT INTO `bot_wallet_pool` VALUES (469, 'TRON', 'TL3RXg9Ak9eZ9gsWCbd3kP65qUPR76JR9N', 'AMRRpuYXG8bsmYNKnQMAMSX2Lu+bwt+oxqzhZCd8+m2HYSdxHc7kIQi43b0WUr200wh8ehAYS4jsl4d7CuZvmd0k6iu3TnkGvg/oNCM3HoP6ZnPsNRByK6pCfhc9MnZ5SMeov9VptJonNeDVMqRo7sJbhn3wpDVFAT3wYUGy9Us=', NULL, NULL, 'no', '2023-10-29 16:39:47.334000', '2023-10-29 16:39:47.334000'); -INSERT INTO `bot_wallet_pool` VALUES (470, 'TRON', 'TCqizBKCtutsUf6cQGELd9qGaiH2q9MaY9', 'VnefKW4HWvzq7jj3P9rAsj2jBxmByQ2Yc6hzXSItBkQY1GB9utM/+lTHfU4/pgsJXZoLfsEHYtDl6QTHRkvzr72dQ+T723q8dAQjIQ7EilTxm5M3XGPffkSRdKAYmhAkwGmB3LyZDMRv6IOMBMrfwZVi2GYeD4TnirylZjZJrBU=', NULL, NULL, 'no', '2023-10-29 16:39:47.344000', '2023-10-29 16:39:47.344000'); -INSERT INTO `bot_wallet_pool` VALUES (471, 'TRON', 'TMdVQZ7NwWdkaihHh9R5bJAT6npGHVtMdf', 'RivNcNeVwwFQZwILVe/RpDH96/KVm7iFg5glCKrgjgn/Qq9l8o8aXorrrssD0lPuy4v0gckH8fLPd++CJ0fJIHoi5aS5HCtS0cI64kguhECuAgoxeUKc33CQy5ff3ieH8EHFT2EH/krAsSvZZpFLvCxneSfr6jvXEOutQ6KRaqY=', NULL, NULL, 'no', '2023-10-29 16:39:47.387000', '2023-10-29 16:39:47.387000'); -INSERT INTO `bot_wallet_pool` VALUES (472, 'TRON', 'THKAko7rwf2NE6GowUwG8cx2G4dDoV7oxD', 'YP6zkhIY9knMVgBdrsPHryrenUoVSHQ+vtQuWc91/UNOdqMqUDDyLmpygGe3vGYvyHHTKQxMlD25HfGTxWnfncxGm5qNWsi+IIItTEVPp39tM6Pjx+UCVTwXJMvjs+b+d1IJMi0r6EfKiY80bNqnKz3qcH3JtQQ+MqttxHzyo+Y=', NULL, NULL, 'no', '2023-10-29 16:39:47.394000', '2023-10-29 16:39:47.394000'); -INSERT INTO `bot_wallet_pool` VALUES (473, 'TRON', 'TARyHTLTinduq5QLyn5xPb7ecy12xtqiQk', 'eyqPuZqOgDw9o0cNQpNjizHjCL/GYG2PkKpIAeas8oX721fGqnQXni60GH4SEU0H+NMNOYWnGOeoC5uoDBjjmPIcASgEfSRQm82uWaPwzEUIJWfMaOyarqIwi6oMKzqfjpFN05fdU6Hw4ScEyJpEZVyt6/Zg0529lMK15OIyTU8=', NULL, NULL, 'no', '2023-10-29 16:39:47.399000', '2023-10-29 16:39:47.399000'); -INSERT INTO `bot_wallet_pool` VALUES (474, 'TRON', 'TYh7NQ96nnYEtMsPCNUugjSiTonW65fWrk', 'IxIDrX2me3Ra1jst36nJiXBCqyVD4PWiONMaCEJJuColaoREd+ropmne0skc80+j56fuFgW7uBvewnbYvd/3Pm/8fgDS+E47o4q26d2Q2RfGZPfeplBPV79vWV3DQHDlts2tKMSxFdOersjMSbt1ORsidpLjFrg5GTJtFBjAObo=', NULL, NULL, 'no', '2023-10-29 16:39:47.446000', '2023-10-29 16:39:47.446000'); -INSERT INTO `bot_wallet_pool` VALUES (475, 'TRON', 'TJy1vVvLcnFEPoumcGiAPZuNJdmkfw7XS5', 'OY/XCtwyGc3h/xDEoxEsmVuEltdP+s8qhBFldlt13L+541qIFPfZh8h+mZYP9TasKVW1R4EwgolwvfURvYyU5c/M7qF4HtFGl3wVB9CF4T8yuWuRYjJ2hIsMNwKvCID4QyFM63kd2Ym5T5Y/UhO8y79Sfbf/JH/aZRir4LF0lrc=', NULL, NULL, 'no', '2023-10-29 16:39:47.465000', '2023-10-29 16:39:47.465000'); -INSERT INTO `bot_wallet_pool` VALUES (476, 'TRON', 'TSxVXH6X22JNoSCfqvptW1yEBph2sjuVCB', 'lGd0PY7hEP6MjZnj1S11ojJPQYf1gcoItnC5JYa933G6oWowkwyWvHS0nW36QkKgeH8Dhs9Lo5Qwhh6crFgH6Sa99IXTZRF+smVSxZNp4ecHxjtT8e13oz+VnX4y3af5qR3/JVNtc/ekAxvXIr+52hU5mWv3qD+QD2TEZT7BvE4=', NULL, NULL, 'no', '2023-10-29 16:39:47.470000', '2023-10-29 16:39:47.470000'); -INSERT INTO `bot_wallet_pool` VALUES (477, 'TRON', 'TVqdrCS5rXhCM7P51d3BMWEV5ScedwZKZx', 'HticLhyk11UmjjtqUHCyVNWWdFJ1FTp0qDqXSAJSt3ZZkvCXfGID1mtjHftidUnSoO7MQ1omWZnF0Ap2X91VFV2eU7nDKJT+vFCSgLEThx/VEOWlLcVSlUKhtF9xaZOA74hIfAiQgxXf2ABjIwNZsVZTieAj1ov+s/KhQjXpnv0=', NULL, NULL, 'no', '2023-10-29 16:39:47.473000', '2023-10-29 16:39:47.473000'); -INSERT INTO `bot_wallet_pool` VALUES (478, 'TRON', 'THpoEfiX4nApp31AFY57KiGvTez5Z5pJ4d', 'JfosliHL/oqd84pxcVuGl+6NU+E3GKYfkDLjuj1073H3QpH7z4UAA55hyQTmHkAIYtg/iKQNiIiC1HT9cUV1eihYPbeWrocbiZH/cZZ1NOOrgB8zzsRINfwUvEBioCsRLb72EI4JhMLBVn16ufYDaZoGT4qSn2PN0N5Zt3hN2RE=', NULL, NULL, 'no', '2023-10-29 16:39:47.512000', '2023-10-29 16:39:47.512000'); -INSERT INTO `bot_wallet_pool` VALUES (479, 'TRON', 'TFYnDy6v5zzEGn3nATkZg5TjWsdrBJeEPR', 'GC5M6Ad9UrLG038Je9XHMXw4XNzB6VGaG+ffvEKGi1RweVkQDYJCXLTjDi3XevhAvOPa0+ZTkBlCLlwQNuDhsYwTnj264R4RmAIysfkntR5wwJIYdmLcqBns37kgbWdIoP4Bnah73V/kyt9eDawYC5U2zLlay40kaJ0bEBMmQKw=', NULL, NULL, 'no', '2023-10-29 16:39:47.516000', '2023-10-29 16:39:47.516000'); -INSERT INTO `bot_wallet_pool` VALUES (480, 'TRON', 'THyk9g3UwjmiYTw8ZcjwjqVva3tzNrNCtQ', 'WTKrT4EY+pRQJvwdrtMmMMmpA/k763vrDMigs+s7IeyqDHlQSJQUuupo8E7tje5etFrbNuYpVEv+hEWe/rbIpiwIKthp7wZYwjAgvcR3ngqyoI3ZEREbhweD1079dbw8Nf4nmVu4G6gRTktac/VJWCp9Z/KaedP24Eiz/NxwAVE=', NULL, NULL, 'no', '2023-10-29 16:39:47.520000', '2023-10-29 16:39:47.520000'); -INSERT INTO `bot_wallet_pool` VALUES (481, 'TRON', 'TD2rpiM6MAg681e3Q73ks216v6zt4uYX1a', 'HGg9WSR2NDRMF+dFXdVyK8c925KA+c4YWUJush8g63BidNXRPaffS1XwTdIZIgtqLKgqSZLNlNF/nRBtl16Qb+sw7ROmjaNYpcVKOOwvtgfsO2bxG/B2EsR+2cMHqs7/mAkhYpFD79GzA8dzwgQV9/TVZRtUXGH50pCaIJeE4ak=', NULL, NULL, 'no', '2023-10-29 16:39:47.523000', '2023-10-29 16:39:47.523000'); -INSERT INTO `bot_wallet_pool` VALUES (482, 'TRON', 'TRbYupyxspZhiMCsC5gZPXxCCJMNtTquWu', 'BkOzzW0BDBBcgSfcRC+wYGn8iZRRNrbFxsjDgVwbbreqyDL6Vm9HFCVn7lHA+aYtPem/1KftGwjV8crmIB03V4HMYOf2zY7ua5ldxA9YTuyGkznhtjjuibFRYVJfPoM6Jzc57H5GXuwMX+posvpPT38hANI1tZVH/4FR4t2qMkA=', NULL, NULL, 'no', '2023-10-29 16:39:47.526000', '2023-10-29 16:39:47.526000'); -INSERT INTO `bot_wallet_pool` VALUES (483, 'TRON', 'TEZRg7yxbcrrKWBdEsRgvQRH52T27YD1oa', 'jpAxFwgzQBWOahQpEmtRnTHUPFHxKXhZvW0GEZEGLutuPg4lgVPps15QUrIa4Xl+16K0ryD1XndImFWnOJNRmdsiyvVpQZ4SYPIgGAWbHHyqPQVp1JlIwJwyaPSjNa8M9agdotPl3PF6QdPGIEw3Oo0P1HigQrDRNgUV5ZBYeP4=', NULL, NULL, 'no', '2023-10-29 16:39:47.531000', '2023-10-29 16:39:47.531000'); -INSERT INTO `bot_wallet_pool` VALUES (484, 'TRON', 'TCN3H8TodjyKEC7ySFc6DFWa2pnTtLNY71', 'is23ZgLrXaEo0FxWdDTCFlm63WJNuMgNxbLamc/qitgeoBGbFWvjIYayqaxf9Y1ouhr+QzoObcmOJClVBnnZ1cLXUytYTcVszha9Mte3OKh/1VNX9A3vZ73nYsZF92yY+uwR7U3VqIqxYw7e60Y6gEYlATuiK//Sa1Ytk+q9crM=', NULL, NULL, 'no', '2023-10-29 16:39:47.570000', '2023-10-29 16:39:47.570000'); -INSERT INTO `bot_wallet_pool` VALUES (485, 'TRON', 'TMieRjuyi5bMFpyeeNoLiBEa1x7ZcnWSmh', 'PN0hOojb/7VOeLbOg4YqlSJv45pFYeN6FP0lP6HjLeqgJTDMP48LTjfbNNekLgIR0pvhkWanpblKgmlZk0HTxckood8mvajFj60qeJoRSIws51usEz63dzF/vzbxQNIu4ObXtWj3h+fWfWqz67VdqzZh6y7KaRpeyUdEWXXXW6k=', NULL, NULL, 'no', '2023-10-29 16:39:47.578000', '2023-10-29 16:39:47.578000'); -INSERT INTO `bot_wallet_pool` VALUES (486, 'TRON', 'TKekZDkUpb5Ns9d5gLy4bZy4ibbANaFfxh', 'DaxTFiqH0/0EAhNiSZ98hb7F8di8WGXA6ojp+6z5xqmdpoozyzcwPOry+vOKMiLEdv47srNThcXOvKbROda2oKKBocA7XkQQF7c1TbrkSTfT5ZD7bw8mmbKOo6Xm7Iwge8UMQx1JMrCoNBSV4feS4j3F8EAdMEhPsr0Pg3CgFFY=', NULL, NULL, 'no', '2023-10-29 16:39:47.586000', '2023-10-29 16:39:47.586000'); -INSERT INTO `bot_wallet_pool` VALUES (487, 'TRON', 'TSWm5L2JDEh4qYmbD53reh36roregZr9bQ', 'BiaiUNhSJC182gnN+0JXgCquzYWH2U8I5iuoutSKMzHazrroiRLQJXHJ7vuGLbwtTcHfr5emY6yrIC7tlimAnydRWsJnzJLWI6ER2vrH5op0PUzH72IerxEXAKyPvyGBgq2WV7WXtDxUED6cb7gSsLdWNYKL+ApagmdSuEPnSr4=', NULL, NULL, 'no', '2023-10-29 16:39:47.591000', '2023-10-29 16:39:47.591000'); -INSERT INTO `bot_wallet_pool` VALUES (488, 'TRON', 'TFhZAfDGhtWsnFgmwUeVyYd9XkFddRNAqV', 'EU5ANiyINzJ71Hxin9s5/pPMSyVNpVs6RdtWJEhEpkVb/7cRkc/eN4DmPVa1Xh1YANVE3Vj6jWanhyCef7AQ1PypB+VIUKki3/drK3NEQVv2JfBakYCJIxwyWFdhCL/GSVhZy+yvpodiCVsMA4kBiUzqhOsFPxJdsK60y+QBi8w=', NULL, NULL, 'no', '2023-10-29 16:39:47.613000', '2023-10-29 16:39:47.613000'); -INSERT INTO `bot_wallet_pool` VALUES (489, 'TRON', 'TXSmgF4n68KADJSNGoiRtXWNqCJPp53xiR', 'hfgVa2e/cwW8EokV5G0gNIytZtzmKcV+HDF13L34Fzol7hl0LU7paNVXZh533UH5HdNSWiTPRQ/KODjad7h1hW6LCllxOomYX3d/jPGOmd8niDBnMQqDitZfbUAywV2jlT6Er5pj3YGxaDyQK2VYbhqsP9Yn+OQefZqt8wtRj0k=', NULL, NULL, 'no', '2023-10-29 16:39:47.618000', '2023-10-29 16:39:47.618000'); -INSERT INTO `bot_wallet_pool` VALUES (490, 'TRON', 'TCpK1sz5Qhas7eNdEuTWwPeRVYx1ubkLPQ', 'X7ure5CuoQI3/4NWOGhSnD9e1acGtzXvQyzsLM6WZ7fxRfs/alJ5GoNWxREc9e8xSCtiHqxsovsQ/Jdt5Gl0UEournAGpgIAt0zzGtVv3gwp7+NHbX3yiZSlNhsknQjlgTXW6kNKIl/IANyJJdIcf/6jIWI/+e20jcVJqx9z5I8=', NULL, NULL, 'no', '2023-10-29 16:39:47.623000', '2023-10-29 16:39:47.623000'); -INSERT INTO `bot_wallet_pool` VALUES (491, 'TRON', 'TAWxrK5EfXidLhxpLttVYMdcb4GH1Ej1VD', 'FqjDMILS+J2Aos+J0W4KiaqsTQl3LtXVomPrsOe/tOB/5LUkGHr1X7dvFYdn6+eT+Ie03+3ny11pHocNqrAJJT+/s2vWa/629CJNm58a00mAKbq0tgvliCWbmKPjT1yKIi651dLAEST6DfnGAxAmlRF0BPvtJYWaGh62EtPzNhE=', NULL, NULL, 'no', '2023-10-29 16:39:47.631000', '2023-10-29 16:39:47.631000'); -INSERT INTO `bot_wallet_pool` VALUES (492, 'TRON', 'TUv7wtvxm18uBeKjAk18qDfCiftnVkwpQa', 'EwZt4uyJGMBQD3x9JjFbLQQCOQHcT1fdfcJmVU07ke6MLLyrvelJ96fyaPaSIL1R2ayduw96Mr4yOE2+AQIHoX2vGzKWyrnoVM/4dhkhC+aL5ZqlGbf2Ae/OiX7LWxGvU3JQ8/F8wDl8Q32JJ/LjbqAwh05c6nbb7u6209pIcwk=', NULL, NULL, 'no', '2023-10-29 16:39:47.639000', '2023-10-29 16:39:47.639000'); -INSERT INTO `bot_wallet_pool` VALUES (493, 'TRON', 'TL1T7N7RBbWUWZb7rum2XSKjjjRtawRYbb', 'QfBZnQrisUktCOXfH26AG32M/+hdTBquCfMMQKOfdobc7Yy65rh+svx+0K8/7z/pvCMrLQQ33b+vTI2cqRLFzFJ/TItFbRbEWdJSpbIz1xjOZ1c1gWytWy3uO0z31WZiyPRs4WCcosFTeuSLjN6ToVcKa8RWZcBvAofLsDBMtTw=', NULL, NULL, 'no', '2023-10-29 16:39:47.665000', '2023-10-29 16:39:47.665000'); -INSERT INTO `bot_wallet_pool` VALUES (494, 'TRON', 'TLiHpRvSfxeHhgiGZQwFFNbKrHmBFdjDwG', 'SVhGmuwfDQUV0YCu+tYtZyTibHKEOlqa9MqNLJvuO6SLccLZjcknwzSPETqwgAp6jibZD2VUlwx9msrYgZU78JWeT6yI1yT21llkxlpU1qoBq1a7Vw8cXJeErRc4yjAF4hRSJYRFx4MYPs3hoUcJqnYL9xwNYqROQ7j2YYqtefs=', NULL, NULL, 'no', '2023-10-29 16:39:47.677000', '2023-10-29 16:39:47.677000'); -INSERT INTO `bot_wallet_pool` VALUES (495, 'TRON', 'TDA9iDV3w2VwVZdWWK29FT3W3R4ng3foqg', 'Yge7rXENF4nUbNTs/MCmZOf5c01h8VkVDcSLg8p8W0uhr/syKyDsXOMfPLwZeYs7cSoXwrXwLwUQyzxuZC+2hp+BNVHtW3olvEYWnUiabv/8P3JqyKchux00oS4rBwviLV/Iuuq2zzza/iIkwMhoJbcc4He7g3CDEM9QxQ8rxoc=', NULL, NULL, 'no', '2023-10-29 16:39:47.689000', '2023-10-29 16:39:47.689000'); -INSERT INTO `bot_wallet_pool` VALUES (496, 'TRON', 'TVrxVUwtGXrNziFxhi5mgvY7cX9JhJ6QB9', 'Dg8MEV7lzgXKzOxzYjZR51vrdFQiWCu4BFxbIZ3JbZ1iYLMFQkM+FS90nL6zp3dJMFcMTJ99P/fv1fTyt8Cvmi8IrDRoC4SbGBDq5ANSnbVzLl02JTCGZpr4IXhZI6CG15noOQ9deuHbpFuw+XjYTZQT1ylVWF3rBYp0+RYuVX8=', NULL, NULL, 'no', '2023-10-29 16:39:47.694000', '2023-10-29 16:39:47.694000'); -INSERT INTO `bot_wallet_pool` VALUES (497, 'TRON', 'TXkJJ9MHmiHx66H5Yg9Gt1EkhzBeLibxzt', 'My3bwBJ+SOpH2FTFhgAjha5Ojw5Qf8KxrOI12jegEn6ln9kWti+JZrSBRUrEK5oJiv75AqNL0jHMaKVDn49toFn1p3gURcP6qEj8GsdPWmmVE++wynjE+XtvvWY7dJqbrVm0Z6IwlDKgNbbgEq6IiGZn4PVyBM0oNt8fe+atF84=', NULL, NULL, 'no', '2023-10-29 16:39:47.732000', '2023-10-29 16:39:47.732000'); -INSERT INTO `bot_wallet_pool` VALUES (498, 'TRON', 'TVN13GAwmbsZMEMSo1dGkVTPeFJeN4k9fs', 'cD1zyUGGZ3pRmldjwFjguzXkC9aHLfi/FKH5GK1JBUBA6CwQDHi0jL+VxQgJbdbkYAVZ6anpDb5rSuWnwDS190Ov7R/bhOiRuU2Bre1jqPiFKI2JGZa8vkC3n4X886h3yXfYUSZ5blqzdxn2F2ewcF2d82d76oxLeXO9MU6ZEaA=', NULL, NULL, 'no', '2023-10-29 16:39:47.738000', '2023-10-29 16:39:47.738000'); -INSERT INTO `bot_wallet_pool` VALUES (499, 'TRON', 'TKMPmuSznPDKr4dzZknyLcweqA8q77HsWj', 'SvecUzUD3gXvq7pCbeVCFXilyotGGKK2HlUNqjU+cXMMgMfbKnBWNGAHhaxwm/lNWpItEq29Jm5UmWtMJcRU/UoslMqX81R++7pAXtQT8bXQvKwauB8aHMhoAF1cf0yI7SR/3XFUFzUuudAu+WspZMRMhoFaixYl6QKruJCmEdQ=', NULL, NULL, 'no', '2023-10-29 16:39:47.743000', '2023-10-29 16:39:47.743000'); -INSERT INTO `bot_wallet_pool` VALUES (500, 'TRON', 'TSdhURiYXj5GUgAP5khhSCrsGDAsvF9aXR', 'VMSE45cnN4waPjSIU4bH1bU1zusaHNMDw2iW/+7DE+9AE6+F5dTXDLKMoI/gtg6W5mKd1yE+Px3xDbxl4gW98O/gKAovnTebuwly/CajhowiZHg+MQfaOoSxv0m8zL+Ev/svI+Ls8gHX43LW0U9a9CXAOrJjuor2jhiiNFyZpQc=', NULL, NULL, 'no', '2023-10-29 16:39:47.747000', '2023-10-29 16:39:47.747000'); -INSERT INTO `bot_wallet_pool` VALUES (501, 'TRON', 'TBVEgYYv5HkS4reGPjh3bpasPGcqmjhGhp', 'K15pyjC4VXhMbuXnG8/F1S+SeT9JA9lSayN95X3EBhpt4QYBPOiPYaISoucTBYZlA/GNNogMxh5JOW0fa0nspiNU+5emxvjmPRaV3M9zlZ9vtMCu6cF3K6E3XAU/S2b+VS39nVNdNRDIft4PyAPepcnLx/X2HaoA3C6BV2lOics=', NULL, NULL, 'no', '2023-10-29 16:39:47.753000', '2023-10-29 16:39:47.753000'); -INSERT INTO `bot_wallet_pool` VALUES (502, 'TRON', 'THVHA112dj2ANDKFBo1rycEBcqquJcmZd5', 'PRBTYsTVA+FAIMzsX5LM/s4kZdAmJr+8ZNj6yHkkzAUGB9hzeQzvyHBaZtSRlcMhkEnPqm30Yz10AsdGkmmGOMx1HfiSTdbJjV0V8q+SsbEt9lRtbITCJO5u3O4f7jyJXEYxKPL+WonSNyADp9CK6pZ8EVCmLqAmxcJJrjnQ8s0=', NULL, NULL, 'no', '2023-10-29 16:39:47.773000', '2023-10-29 16:39:47.773000'); -INSERT INTO `bot_wallet_pool` VALUES (503, 'TRON', 'TToh4hngy2v2mnvcHrV68LwcoGR4vHWmYB', 'EFt39KSOuMnIn0s5XNCspRD+0VOCUqZY6Letq5XUpwcDkDAX4m16m0drcF/afoAyb2xHbBRw+mlrMq0rSBc5Lzt+d3idmM191GK/Q3sMRd8hQqP13MQFXwtujfJO9YcQLCSPEWpYdrHjyWc7b0iXvHUeKPYx/eX/Dntu2SrfIQw=', NULL, NULL, 'no', '2023-10-29 16:39:47.819000', '2023-10-29 16:39:47.819000'); -INSERT INTO `bot_wallet_pool` VALUES (504, 'TRON', 'TWMdk9yxRg66LJiXuHHj6YMS8y3SnkrVPG', 'kL5FhSmvdiMbN+qyXjhPtlgBoEF/CG2fEwUUpwf7Y8tE3E8ZrNer8LQZBnvPXfb7msPGFXnTNko56qGs/nPTQd1u/Jcp/H9HoYR82B/nHg3SLI9uqtaqdPnlj/ySeq3Af4nSNswQiByMDCT9lP24UPLcwFRJtInneNINBP/0JkU=', NULL, NULL, 'no', '2023-10-29 16:39:47.829000', '2023-10-29 16:39:47.829000'); -INSERT INTO `bot_wallet_pool` VALUES (505, 'TRON', 'TLLX5Da4sjaGrDKSJkHma52SYe5vmvuUjs', 'XhsCqkSNMZ0dp2TlMd/t9ULp9ug4l93atqAM5l1sodB0Eh7Hum4WQwntvKtZg/s9SBXfhqHEVwBLSi14VnFYw4yCq4NOR6X4OopmbBzWkzFM2RyxVUO/MtRFBpR6wYrztcZ6g5r1Nzfun0nlKdGIs6Qd4hRVD+rf+CEGIy8t1oA=', NULL, NULL, 'no', '2023-10-29 16:39:47.839000', '2023-10-29 16:39:47.839000'); -INSERT INTO `bot_wallet_pool` VALUES (506, 'TRON', 'TEXFRhCiAzJAjM1sLM7FMB44B8CxiLU3Rt', 'Vl/02gv2QVKb2VOzre30AJr0i245axG5DJVi4T3skvmtZ2yANPvkkcd655mN2iYI9YcB4aYVNNcwW1rWZqGiozkCTNFugGWJRbUC4n/WhrClPgaPkF3kZPeWwtsXqdJmlvKRJ8Znm9/gPFSWjchOL9Q+XTeFejE4VXcYim3bsMM=', NULL, NULL, 'no', '2023-10-29 16:39:47.845000', '2023-10-29 16:39:47.845000'); -INSERT INTO `bot_wallet_pool` VALUES (507, 'TRON', 'TSMQSmwTuZ4tRtUT9GwQ6y9EC3bwTDqCg1', 'KGOMHno2v1r5vVwZIWAU848WhCigxS5z+OLEW3/PCwtZay9ybk0TxXOVRdKpfTwCHFInzsuVrIlhkaI3P/4MjKIT6sgw1V63QOGkny7luxGUy/YBzP7v202sfFlrPD9olfHvIuLL/VJFWmIJvwHCn6HWCjXRvusk656LAHbdxXU=', NULL, NULL, 'no', '2023-10-29 16:39:47.851000', '2023-10-29 16:39:47.851000'); -INSERT INTO `bot_wallet_pool` VALUES (508, 'TRON', 'TG5E5W1gMftx1z9vSncqzWwjuUzYjuwDWQ', 'G2jD6/kfwHFOiz1uAkzmVcIHAxK7yM5gY8FRX2yu9B6ZyE9C4C9uB0K/daCi0IMpzGBDnxFEiYrmvTvk1VDJuC0yrEDAV6LpZEXwsOWyYdP+0UZu7YOkfS/FU9yYiPqWm6rvzeFBx31S1hWXrb1NZShBFILDleKod0tmOWC5b0s=', NULL, NULL, 'no', '2023-10-29 16:39:47.888000', '2023-10-29 16:39:47.888000'); -INSERT INTO `bot_wallet_pool` VALUES (509, 'TRON', 'TEWnBxifWnvsedc9ftKUWSPM6tP5dnboHe', 'dnDathkShGJMwClBqvZvFN1Z9n9bsJv2jEaWHRfBUooLz4AouXfjqGqPfky5VU7R6YSdRx0RisqWBJSI99giCd4V8kn2ighOC2onXsBxuPou0yFm1qxH/i6CGb73JQsMIHrJRFeBbRm4S4/fSBHm6DzngU1mngjUwFjX6gUdQSw=', NULL, NULL, 'no', '2023-10-29 16:39:47.895000', '2023-10-29 16:39:47.896000'); -INSERT INTO `bot_wallet_pool` VALUES (510, 'TRON', 'TEF17NqZJNdas7XojyH48qQsUXokTDa1zW', 'ePU4CFSxuNWHWw3NMaUD5qfPJPnSo/Ft68SSo0sddPvwvI0sAUwP7Hzey5uM+9tNrkaQYupb02m/SZ737kB0nNNuqjYK0FWvXDnfj1iChj6clh/Ceh6yUHNFpQi6vEkoH8HxeWDB7W+dV6d8r4CwO1bk5ufstfTvsXyts+W0B3o=', NULL, NULL, 'no', '2023-10-29 16:39:47.903000', '2023-10-29 16:39:47.903000'); -INSERT INTO `bot_wallet_pool` VALUES (511, 'TRON', 'TWyK2GNhXpDWE8mwR3CCW9JKgudxYdX7dj', 'kEBkVqBjgtPPCpURXC6UpMprSpHE6eiXepr1lMc5qMtGN670LJytbX4GShQf4+Z1HSvCy6uCwML6BRRFxXEQ8OCQ8FF8ZJ0yVWayIVXx0Jy/BM3mUzeC1yGpy5RBWsNbj30tZSmSfp0Wco0pk/8M8lq8OAfeleYL9fLB6HJ3nvA=', NULL, NULL, 'no', '2023-10-29 16:39:47.911000', '2023-10-29 16:39:47.911000'); -INSERT INTO `bot_wallet_pool` VALUES (512, 'TRON', 'TTPSCWfwrJvfqyA2qACdcHx2V6a4HQHgCa', 'IOVRRkEcxtsahHUiXUhOgLBbo+ERYFzKgpn4DmHqP20AHMz65qwS/MgjxNIaO5zE126QkD7IoXCE00TkL/+zlqyRque7g53BmgPUSk0RYOqSM/Ps6RoCovDgrKcKPvJr+P/GeddWcr/seTSdfzY9KBkth7LlUXqPgiSci3rNW9A=', NULL, NULL, 'no', '2023-10-29 16:39:47.979000', '2023-10-29 16:39:47.979000'); -INSERT INTO `bot_wallet_pool` VALUES (513, 'TRON', 'TEjFHkEAkQPdJU4SHCFNitLzTb6xEGoppm', 'iHslfYp0Upxd8ttEnsU+2Qq0ItN+92ikCF8k0eIqiUIX85r15Fnmra4JOcX2MZ0qoD33NoZM7m2eIqAcn0IlPN8EaomINQAqLZuD6W/3Zgw/2Yp8nI7qe1V4lclGAg8ngcukQIm1j54gSLOI4EjoCBF7ZNWRIXQOFAXVexyX8BE=', NULL, NULL, 'no', '2023-10-29 16:39:48.033000', '2023-10-29 16:39:48.033000'); -INSERT INTO `bot_wallet_pool` VALUES (514, 'TRON', 'TRDTFmUS91DzXt15VgCVTZFTXVeLQUJFSj', 'WumA4U3Yisbp2GzlkA/lckBRArETzBxWU65mx8PFp+OphmSGBg4RPRaSsxWhU82owKFhtuF7GLodG1810b202GFcb7Hb9Kz10urz+ThYdx5sDq7Zz/tQtfB+Ll3+/rEZz566hQ/0VJB5SndUQGiMZkKlH+nVHhk2xF7B2WJM67A=', NULL, NULL, 'no', '2023-10-29 16:39:48.097000', '2023-10-29 16:39:48.097000'); -INSERT INTO `bot_wallet_pool` VALUES (515, 'TRON', 'TDRhbQ6LBrTy6tjW4VjVq26iZhzn6P5eK1', 'O9Qd7E/8JB/r6mFaqzTKM8lwtGc/r+uCcVs1eRQh0o+AnQkyddnibkCaoPHuPJsZ1jhqPSxSj7ku0lxbUK00l1XkSUxMsRKyp+d4vRAuLqqoZ9Ciflr9L2v8OfsCahBjiW3Vq6GUa/jOPgha47IiJPYgYyMTR8Yvw14wJhwwFkI=', NULL, NULL, 'no', '2023-10-29 16:39:48.112000', '2023-10-29 16:39:48.112000'); -INSERT INTO `bot_wallet_pool` VALUES (516, 'TRON', 'TQApAki69MByPmhwaB3DgqUmj9Cp78Nmib', 'gxMML9hErh9U7SWhwaCby0q3yhAn78Ox7iI9NKTMj+tXmwpEzr62OCMPlNyPrVIWinrwqsp6tel8oaiaNex3gSCSthetfpSlmjwnOV02lhvsxHGVaxssapU6LfcA6ck+SSIq4nA+Y+AihM2ye8qKbW+siBRvRhdE/uxWklP9zpg=', NULL, NULL, 'no', '2023-10-29 16:39:48.130000', '2023-10-29 16:39:48.130000'); -INSERT INTO `bot_wallet_pool` VALUES (517, 'TRON', 'TYCAoC5b7thiRDe7ypKn1Vi3AbhgU32dy3', 'lH2jSp1bZUrBArcwWxuBw2epOFIkShDlQL5wY2ZR2G5uwuSNVCii8uep0gbsq4UTdNpaPIykLyJ35YsZkKsN7FUVJL+biLe7ty4K1FzzD2stGZVTAXa5718XdmM+MFdhP9T8p+Ji2bT3r9/5Z8umdzRwpBkS0bUKCwX7QuOXP9o=', NULL, NULL, 'no', '2023-10-29 16:39:48.135000', '2023-10-29 16:39:48.135000'); -INSERT INTO `bot_wallet_pool` VALUES (518, 'TRON', 'THRueRgKZE8izGgWic2eNYyxdip4GjAW6K', 'VLnaGkrOu6AAdSqCi4ojWyZM6o/55isefUNtz4qIk0q+H7bdW72QZ5aMauMkK6gV/lVCuQyefcIb5qNzfZX6ADn67b07qeLKQNzYDtU+ZNMjYR1ZdZu7zAgZOe/RGv8OGxeZ8ks8ioVH4SXMDYMnJAJuvcZRm4IL/fY+Q7dZp2I=', NULL, NULL, 'no', '2023-10-29 16:39:48.143000', '2023-10-29 16:39:48.143000'); -INSERT INTO `bot_wallet_pool` VALUES (519, 'TRON', 'TR458EyUv9xXPmXcjN5acTbsmfuUVN4xds', 'HCp+5NRwG96/N0UFt5YRl+tnD4uuylpd4674SlWG695FghdSOeF37VzPu/Z/1iQsdHy6Bvk88AprSjncglfp55V7trzx35upQnnXWjikA65VbgQHNBlrgs+j5J5e+earNCS4uxIqXTyYiZKTzmH1wSs7G7Nfx/R8lbCV03hNMnk=', NULL, NULL, 'no', '2023-10-29 16:39:48.149000', '2023-10-29 16:39:48.149000'); -INSERT INTO `bot_wallet_pool` VALUES (520, 'TRON', 'TVAgyaGB1dxb3j3ghTFuC1nRK27DUiKDMS', 'As3rYJhUjyHAktj5dZ7TEltaem4R4c/dOfm6BeAgn8k0fRMVZeM8xE5dThx5SgMIR7PEsDg9JuYevsGHw3xaFdxyitGe3E1lccEhq/Ns7MZyhbHiExK15w5e1PVy7PabjYxBS1isub2q3swqloqjmZYjEoAUQntHLd/phc+bgFE=', NULL, NULL, 'no', '2023-10-29 16:39:48.155000', '2023-10-29 16:39:48.155000'); -INSERT INTO `bot_wallet_pool` VALUES (521, 'TRON', 'TVcWu58hoo65im8aYSVTfkUmndQVYEsR3h', 'eZQTLoY/LToFHHI036xHGdziqbQZ5J+Y4TNc0YCWtJem/qbF4ANC+F0GuuxiHMzbgW0qZAUPP6WawF5NbCYbHuk4XusgfJkwlN5yw05E05pyv9BxsPFf0EiXYMjoVvdmbvddZDfQU37rZ6NPDGteT9x1/dn+FheNCVVAOX3xFOs=', NULL, NULL, 'no', '2023-10-29 16:39:48.177000', '2023-10-29 16:39:48.177000'); -INSERT INTO `bot_wallet_pool` VALUES (522, 'TRON', 'TNSJRVsPNuymqo36Mp2C2KByvVCm13gJ7y', 'SpnFRG2MilnyxJb0D3Yfm+LO8szgKhIoMJodr+RcHYTZ5sQRRPWuf7aNPiJjCpCBrOuL+RqOuzuZIZYEM6TQcamRH0hGD19S0WuxmTxug1Q0wxAPhvIoJYjR5DtqeyI18k7DjqMpKB8hvN7Yh73mmxQTJ58tqZ9T3e9bzVGdw9s=', NULL, NULL, 'no', '2023-10-29 16:39:48.182000', '2023-10-29 16:39:48.182000'); -INSERT INTO `bot_wallet_pool` VALUES (523, 'TRON', 'TTH5qZVRGWQez3FT3cKyDv49onnmcUpnAM', 'lAPslUSCftAYCosCb4FdPrGf3SgLhhZ9saGePcJFBubJ0Czn1XJfN6xtvz5AlLwN8V5ojktXGR4hrCyCCmSlbLLkwaKinfLc9PnqGZim0tiR6xtKUz+tFDgB60XTcRUtxLnyYuJJ1hpci1yVwPN+eb7IKQIxZUccYLp1eNj82pQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.189000', '2023-10-29 16:39:48.189000'); -INSERT INTO `bot_wallet_pool` VALUES (524, 'TRON', 'THpxxFsWZe1JjsSAeRpnX9R4hwqrEYTBmf', 'KZgc2sSD/hXFpsVMg4qun0/WcRYJZ0dWZeChJJlvqGD+EaRNwFZNvUnGynF0kxQwLTP/3DLDEwVqdCjCtrl57o+jDTAafkRpjlNytfm25F9a7ZnHgPKr5Cv7hzenlWZhBZXzfB25cr6bArboz/faZxWmsmq0VUTxHlZO2XicuIU=', NULL, NULL, 'no', '2023-10-29 16:39:48.193000', '2023-10-29 16:39:48.193000'); -INSERT INTO `bot_wallet_pool` VALUES (525, 'TRON', 'TZAKXfcMnmnL6SYeDfSiwNCBixDiPGzk1j', 'fFbXeOIPtb3zNAleqa6/HOHdoNDElaGCy1wyZMqdJ379K7LZhk5MW16a46RTSDid7wD29swFliG1DrVVsx440u/BlcJiKvUB2J/HzYvaBnE/HL1OEBDnxwXeUOc00T6923Re6F/RuBiQvrpH6kxW+TCL9k2ts+5Uj05Vq3aHQnk=', NULL, NULL, 'no', '2023-10-29 16:39:48.198000', '2023-10-29 16:39:48.198000'); -INSERT INTO `bot_wallet_pool` VALUES (526, 'TRON', 'TDToLEsVTP6YR7Sv198CVoTs7NpVSzJwT2', 'Oe+ufMSqQnSLLT4af9esiW9uG2BdUML+UBaM+UFj0lMhqZPIOKpYJka1NsJRzcCIJwNrJkkegF3U/kjdK5pfFCDfLro5aCI+aGJP19g2omGloyHMY4vsth/GWEHxfrjBesY55/vHqynKBNt+PNUDjOFUTfxcXTgW46KtArdbM4o=', NULL, NULL, 'no', '2023-10-29 16:39:48.220000', '2023-10-29 16:39:48.220000'); -INSERT INTO `bot_wallet_pool` VALUES (527, 'TRON', 'TNAEJ7cC94vYLL8jtHPfba5tos2P8VBLfz', 'hSCQ22p+8BLst4t0iwHoJM7J3hjlRbkQOXhaThSEHSba/wG3iUcngiR8P9YDsz/Dzc+xVANRugOWSCb1FPXLw0kFIRIcQLUC4vIKeJ4PkKLGghVx1bA80+0WmqjCubHuPavAAbkxKPqVZthW98FUvoQskYPmAc7DxmcWOye8LCw=', NULL, NULL, 'no', '2023-10-29 16:39:48.225000', '2023-10-29 16:39:48.225000'); -INSERT INTO `bot_wallet_pool` VALUES (528, 'TRON', 'TRhNxU8kc73pyHd2PcEdwL7oe2KFG99w61', 'JxHYF8gG0WoOcY1RXSsvyR4faH0z9wwVj2WzxNU0Fj+WakHFEzcBA5rrwUJfQNNyUvFwVDAMrCa206FrS5Nlt0pkdZE7jvugmfms+Y197noJ20o8pz1Ri8gkOsvEeltwCB2TvPyIVs3Jw5OkD2E81L7hKUk+/qWjcAo19v2Qy6c=', NULL, NULL, 'no', '2023-10-29 16:39:48.231000', '2023-10-29 16:39:48.231000'); -INSERT INTO `bot_wallet_pool` VALUES (529, 'TRON', 'TYd2G39RsNuY4t3FYxf6zT8UCsvJq482L9', 'NjGMD+tY/nQwdRz9N9yHWwsgPzJ636JH6h2hmpsYh8ruhX8wy+FH/2WTPLzzrJtKlQFPXsj17GjPpX5yAZADBEUpbHVNZEifnSlgicLlsREGalGK8uhAfR/Ufby7drjNKRSNI9TtEDkBKUlDsvAr4r+jyOe9XfILeA74Mqalfgs=', NULL, NULL, 'no', '2023-10-29 16:39:48.285000', '2023-10-29 16:39:48.286000'); -INSERT INTO `bot_wallet_pool` VALUES (530, 'TRON', 'TQkXGPPG7mVaYuSTbPrzcwzJXw2HRR4boV', 'gUXS2zf0AEQIz+55k9HxaQC9UbbZ5j4kXaI+6ZR72e51gfUKgupoe6HbZ+ATwI0YD5XHASW46Ahu1uUKRS3PZdrZg6kc7LaFyuoZDv9PPY+zRQK+l7Q3yT6meSwWqaS6CkHFZPC0zufa2dQ/p0bRc4dInk4sJbTQ5ISWXF+JIg4=', NULL, NULL, 'no', '2023-10-29 16:39:48.345000', '2023-10-29 16:39:48.345000'); -INSERT INTO `bot_wallet_pool` VALUES (531, 'TRON', 'TMD7ST9EgJmPVQZ2uyPiUbxauTDFM7oMph', 'QGhk4Kz6CblV7DHO6ayHMcz9H4p4UQq3Tehx6LzyAGeAzsSxMbGQ+SXZyyYt7l6iXx5bWHu1eJ0KkCJ0sLHa3k62FyWQDJyyaXNTSIqrdOAF1ON+WDQGgJPQz1bIvqz7IdBC3qfvUcCT8P3RPZpr0seXsUjrJxwT7t44qQS+mys=', NULL, NULL, 'no', '2023-10-29 16:39:48.348000', '2023-10-29 16:39:48.348000'); -INSERT INTO `bot_wallet_pool` VALUES (532, 'TRON', 'TP9XKsn2MKADLBGtX4UAd5WWXa198pbaDf', 'hMU9WCxwQX994tx3s19UeIrL8LiL0RDNX8hNEY+a+hqD/JdJpsSLX5WuULnm5KYlaPkU9iwdLPYkEtObHIE50+Il9qs97+2HwsB41JPP6r5JpmhYJP21EdofQY0FAkU58nLybzaBa1keDf63JKN1q3PSb2wAITiRK36jo8MM3q0=', NULL, NULL, 'no', '2023-10-29 16:39:48.351000', '2023-10-29 16:39:48.352000'); -INSERT INTO `bot_wallet_pool` VALUES (533, 'TRON', 'TQkow5WpwRBgMnmDMiYhgsGEeftsXMoVXv', 'WsPT0MNYzqwe+uzbxXo/Md8K8IFNW6M/rb+t+34qIfT+Y6g8HnY652B8oILojds5ymI6owEot0rnHxyNwbvHmNvTcnVR4acvmIV5tZZNO1WvkCInlP7ygnoKCl8B29N+VV1qO7dF+OckRlHE52iMe3ZfS+1m8yEFQKhC3LtiYZQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.355000', '2023-10-29 16:39:48.355000'); -INSERT INTO `bot_wallet_pool` VALUES (534, 'TRON', 'TDnAXcfaCiE2zUaWUpk2aBh65DLf4Um7mK', 'V70H34UrKt8jiQszzaqhsXl2BihOHDQ5JRebFrWS6jrA6nWrqgs4GbiYdEz7ANRwx9IzWUpmiFjlqdu+I/W6ae3tV70xzC3UG3Mktp+d6f8Sx45BLjXBcrlOAWmqh5vxZH9y9Q6jaOuge5yYyyEiQ0p+h5PMwSbciZiS60kmvw0=', NULL, NULL, 'no', '2023-10-29 16:39:48.392000', '2023-10-29 16:39:48.392000'); -INSERT INTO `bot_wallet_pool` VALUES (535, 'TRON', 'TGe9RDvfeoqmUqdzHmmDhmXRF9VemZw4uK', 'Z11DBeEodR0IHu9pEhkO9kmD0/o8/EXlSLrMHOmx7cI6+cnxCZ/JWnnJcl7MyJRkds+iKQQTJGGzSFEZ3WtwptbimNvcjV5G7T0ApCwb7Ez1iCJ2xhylTY+MGuGU/hCtCi4tV8Onki51t0uAORK5GufqGuSslClWNt11gtWoY30=', NULL, NULL, 'no', '2023-10-29 16:39:48.397000', '2023-10-29 16:39:48.397000'); -INSERT INTO `bot_wallet_pool` VALUES (536, 'TRON', 'TMUUjNBou1dTxspf4gRD9pJAhZvmc72jRx', 'dBzbn3dEoHKRgikuQ9MB4BL5lfE5PHgw/k4ibhfmdkmXf2GV6GHKVQ0Th3HSjj6htDJ0zCGcxuC1PDdX+0ZrSyhUvEG5OCYekMjipO/GsN27K7VJJ6H/4bSL0z6hi0PNHYeurydVPAIOKCfH+Jv7/3OkH8ez9vhIGxN0IEtxwfc=', NULL, NULL, 'no', '2023-10-29 16:39:48.400000', '2023-10-29 16:39:48.400000'); -INSERT INTO `bot_wallet_pool` VALUES (537, 'TRON', 'THBg3mqRDfues5tJ13EGPyPkkUjXTx4zZu', 'MR00OdDQSi/UznnFlTG2k8dyvgqHrrDEJN1JZcVQD1ulIHnGD58aSxkbssC8g0e8XyeI17rim9BtXwN/+1/4K+AGkgsUPqG3j+9k53HB/Sj+ZHcbkmB+9N9mRN4IvY8XtNZhH7jTd5e/1+PpRMPZ26/M9R20IYbM4zQh+FINLno=', NULL, NULL, 'no', '2023-10-29 16:39:48.404000', '2023-10-29 16:39:48.404000'); -INSERT INTO `bot_wallet_pool` VALUES (538, 'TRON', 'TUDRqWEi7oHEt9Q3i3tdCVrafMnKEmxCVG', 'adv/va0ZjL93QuX+wyp3A+hS5JSKhKqUt9WDz6dYU6HBKjDdJ98/4dMfLPoMkHZfwRzuVJC1FnSAo2DByVOqXW0AtdcdR4YQOoCqDtM9I6FL9kQxzpUEd301g2TujTc3oCoc5PGEaf8YXyQ09IZnuOOAVeMtw9oG6cmsFtxeNro=', NULL, NULL, 'no', '2023-10-29 16:39:48.407000', '2023-10-29 16:39:48.407000'); -INSERT INTO `bot_wallet_pool` VALUES (539, 'TRON', 'TCUoJUhwyjm4xBq9L7GawwcM4Z1n6m8AoT', 'HV4/+eplpjyJjnIClyt3NMzUjhLgG+lIXXeAY94eCiC60B8sGlxQ7oJqo0bH0MW7yWBdlYtx2dP+YYl5gTvqElaWWjtvVyunylKmYqqLC4AGl5qaxTHY193/psGM2l931z/FjOUw7j9zM72Y88CZX/aS3/KOz1WiWF3/Yy/HIeU=', NULL, NULL, 'no', '2023-10-29 16:39:48.411000', '2023-10-29 16:39:48.411000'); -INSERT INTO `bot_wallet_pool` VALUES (540, 'TRON', 'TDuqZseYWo38LyQx9judeqRmUFRxLyuZ5E', 'MlSceaKHdDYNZ12kvMKTTFXN9wRoDTXMkdCWGMzL8Bq3sOxz/6rAmvwf7PEAYIL8zr7pQgrdpgTKztRsBXliyALA5r5k4Cd4szBNb9LcIwwX1hp6mJEsEbm5RJs1CXRFX9hcj526jOVc1KGSeYsChrD2b7wIIa786iXcUTBIDj8=', NULL, NULL, 'no', '2023-10-29 16:39:48.415000', '2023-10-29 16:39:48.415000'); -INSERT INTO `bot_wallet_pool` VALUES (541, 'TRON', 'THBMaaTbydHbuasrZyooiVtyXs2HDN9Sos', 'N+O6QNDfu+pTAXSA7Og8jmOLKDHNDl2RJqoRuyYzylxmg27Y14ufvMQKuN9BXi4m+6Rv8tImeGQnBMwyqstn32PXEr98Daw2GgnBY4SQesDSmQENaUuOr2KGQW+0MCldtjSPPHRc296t9fGpt/ON+4GW/H9I3cz6KTR6F0IK/x8=', NULL, NULL, 'no', '2023-10-29 16:39:48.450000', '2023-10-29 16:39:48.450000'); -INSERT INTO `bot_wallet_pool` VALUES (542, 'TRON', 'TCSRdghsctzouuywDPLjnXBfEc6mX99E9b', 'C7YQ0Nro1uXL4VDWqyypsTKNidSmpQkqzWT7L2RyO3tl/t7ff5xD7sPkV/7Lt3Qw+lPZBwQirzfJFdiyaHsq9JS83koex68sC0NKgphswdClZKa9dMuYFgEbnSURCu0q9cU8ocBF8EX9w74+unc6CFhwwrT2jrT9CHAUpy6epcw=', NULL, NULL, 'no', '2023-10-29 16:39:48.455000', '2023-10-29 16:39:48.455000'); -INSERT INTO `bot_wallet_pool` VALUES (543, 'TRON', 'TLZVHNHyvg43JMSqMs6D1uicLkiPrskRKJ', 'QyhZSXJndx0FznTSgsUP+22oIp9ClA5++1LBX/HTR/xNllAI+5zRbjFn7B5/HK0ToQtxYJ5QzmuuZ/j+I9d9QqHnK7YO+nmNVznZYN8VDPl5Key9YvbOeblkEm/arEN5/NlwJT21dZMvnKm4tn/vEisPfxn1hgbAcOX6kNavuMY=', NULL, NULL, 'no', '2023-10-29 16:39:48.458000', '2023-10-29 16:39:48.458000'); -INSERT INTO `bot_wallet_pool` VALUES (544, 'TRON', 'TXNyUFQPJbw7CdSMZBsxjVYi8eUdEn2Un5', 'SCq+FFu9Oy0a3a/Mi1rLlMOH1OxgMhVnvhU1Tp7KSeBFnmZXw/ip5EVf2wlWONwyxpvVq0/izwlmKeIz/fGClt0yn4wfnL/RLFduoB2V7XjLId1R3Ex/J/MwEO10rGOkH1SSrJmdrdXwJxShCCob+1vYqjWvIrhoHKqUUzmn7VU=', NULL, NULL, 'no', '2023-10-29 16:39:48.463000', '2023-10-29 16:39:48.463000'); -INSERT INTO `bot_wallet_pool` VALUES (545, 'TRON', 'TS38Wo4gE4aVNz68gZUPsQL4ZGbziPnCNm', 'Pbh9PeAt5vzZjnup0ymIE+BECyxj7ufyOcEyBYe2ychHXUMntz+ifeOLGy0I4dqIQNWz1WHQ0v2iiL8DigBlotdzK37qicwKGWxCjJdVGOWnWBwmCp1HOCLJ14ZZK9Tg9IDGbf+a79fc1rK4i44tdMe+HF/rr4RndsB0+JTe9wQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.467000', '2023-10-29 16:39:48.467000'); -INSERT INTO `bot_wallet_pool` VALUES (546, 'TRON', 'TPCNyNYKYyqk9S2UZ3pHnbF7d188x4auP3', 'Fucq1on+6oxt3SDvnPlYEWI+N1/XPBp51SbaYKV0UOK7DPcqFo7eeTEpDRDnCTjg/jV64FjLPbqYHTh75Lx7rOPXNfLhJ9RUc/boANU3Nh/hmls/i0yf94ZJbGL6gZdQf+IZPIsOn0cSBNlSgOcVeKZPfphYnzKAd4cEUynUbUg=', NULL, NULL, 'no', '2023-10-29 16:39:48.470000', '2023-10-29 16:39:48.470000'); -INSERT INTO `bot_wallet_pool` VALUES (547, 'TRON', 'TTRVoZbqFU18yjbEqjuLFKyNqPCJT3otZ3', 'hZAjGL53QCcLLRyBBenQLTrEYu7e5B0xzMDecK9GJn/XsNBZf3Np2C1U9FTCosMK+cDXa4SHoziJ5YWQBU/Q1BUrCCrCsNj1kEw4KiIXm7LREn+/4AYAidw2Jb1ZZZ5o+yYQq6YQnWrvAXSr54YG9KzC29SZ/kkCLHB33dUmRfU=', NULL, NULL, 'no', '2023-10-29 16:39:48.474000', '2023-10-29 16:39:48.474000'); -INSERT INTO `bot_wallet_pool` VALUES (548, 'TRON', 'TM4g9o3XnTWeDaMxZjVViUqaffxJq9C38U', 'K3MqE5N4gcpy+l7cAyyHoHM/TD7YWnJ1eMFgZCGnwlpCE28vhVUmmn2Rqz2n4ITtE9o7oCbf4rSyaQFeqKlxVWtEwduX4g1n1vZTIzWUzQzsR01CqnYwngBkOSolbL/c8B2RlnWtSy0c7p2nCBNZW7wECNqb7Nb3GiSAKStTB78=', NULL, NULL, 'no', '2023-10-29 16:39:48.493000', '2023-10-29 16:39:48.493000'); -INSERT INTO `bot_wallet_pool` VALUES (549, 'TRON', 'TVoY4kgQq6K3EF9mHPco16Z47ZtAFsAPfa', 'Aam9XYD50Iud5aPOS650Pb32X1T7M5gx3HbIRGUiB8Ws/qysyWgYWgz0uxYS1fW7Vnhw35L+f7RYaVmWEIW3M1kwBdxpA55FFb4qRkt6k2AGCwWiYzK0ZJgUxASYyil1mmk9MvRQQkLV467ag9iGZM5H53bIB33CNYI8triIyMk=', NULL, NULL, 'no', '2023-10-29 16:39:48.497000', '2023-10-29 16:39:48.497000'); -INSERT INTO `bot_wallet_pool` VALUES (550, 'TRON', 'TSajrL2Ce51TKr4WfPrWvV6pW13t7jRuKj', 'E4ekpfjW1JlDP2kp92moGxpbaSBw9kWlAxFGkG5dRBR9xs7+nGgOFcTAoKuPW6+eHSg9PXsePq1BGJdbBPK5vbbGHw+ZU0xsnGT4csmRVHSZ+9RHg56ehs4+hx2DFb4uIllQDBmqbjq8iuZEb42WAS0uVsWvm8u74OcF7upgSGc=', NULL, NULL, 'no', '2023-10-29 16:39:48.501000', '2023-10-29 16:39:48.501000'); -INSERT INTO `bot_wallet_pool` VALUES (551, 'TRON', 'TXYfMuEXFU82v6vDP17hFvYykVkyspeMSE', 'Zew9mRG1szjXGMl8egYHLJiUkHChCjPFUrqJltsaNhFhwTdIH8r/kP8wvcRhMOpyn1xLGajPi4CFCHlo7uwbFGMOm5bbtxzmruBjmjO6KWjGjhmMiMwlaqaMMKI7BZIN7uMI66J7szRIFGXvxe/U4cBXNeGai6ZTGWnybDrXwAU=', NULL, NULL, 'no', '2023-10-29 16:39:48.505000', '2023-10-29 16:39:48.505000'); -INSERT INTO `bot_wallet_pool` VALUES (552, 'TRON', 'TEMLjp7FXmrG8eMAwdYUkYFBscSaqJhSLa', 'ajAd4wTw4p2Ol2e8G4GQ+Xl3Hyc6tAcpv/SpO2xUPVCqD3YQKEqc5sOMs0KrKAPgDcjFhGmfPHYp5XofEpk1qywX8SS1bLC/jxQDVKb496J2UJ2Sb2yUFDr7iNRsryI1cDtJpWcwW2nNgvywvdTlUqO37OhZUGM9o5MHpFUe350=', NULL, NULL, 'no', '2023-10-29 16:39:48.511000', '2023-10-29 16:39:48.511000'); -INSERT INTO `bot_wallet_pool` VALUES (553, 'TRON', 'TRdKLHCVskjagzYwfwFUesJWe7UAnxTumF', 'Lp8VHXkUz5nCqBZ1qu6c2ONZ/ebYBXgXNDlasxIw8RB+Lmf5l6R0zI1inggcxgPIIZy4IRqCmzPenyyLr5x6X969kPyqmVmOhfVBOC1cQhuknZEhxK3XJ1HUFGwiQQMW6sw5njLWuLyO2O9x7pfelK4+3zVoE5OKa3q50NsNXp0=', NULL, NULL, 'no', '2023-10-29 16:39:48.516000', '2023-10-29 16:39:48.517000'); -INSERT INTO `bot_wallet_pool` VALUES (554, 'TRON', 'TTjQrGBRbKTPghZgLvzFhfF29rw5ajLBmJ', 'hOz5FSG1XB8jHWqKW6353CxVsAOeiXeDsxAN8zdLtxETkoe/rPl9z5XLu1cN3T0cShdd/Jior3/pRg90yfWVUwzwInzqjaTvJw7uF9uzEW/B7DBToS5kYzgcuYJHq+deP9UpAEOtbkucaGGjR8mDdfIOZlGKMVTnULt8sI3xljQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.540000', '2023-10-29 16:39:48.540000'); -INSERT INTO `bot_wallet_pool` VALUES (555, 'TRON', 'TX15b45W3jKJmef6mWCQsPTd2pxN7QfzCC', 'Sx0ZqBavslgUKCYOBz7lgwdUPMjTAqNgKFj6c4jv8CWlKAb0HwamkbBdP3xKUuHStkUMrvPR7PzFYjTh2NFP510gOj7mR6DI42eV8psf1zYdFf09dthasRVd9r7htr6EExgeUnEWieDBOxrnj8pVczeuow34zHdTFanZQOW0Bd0=', NULL, NULL, 'no', '2023-10-29 16:39:48.544000', '2023-10-29 16:39:48.544000'); -INSERT INTO `bot_wallet_pool` VALUES (556, 'TRON', 'TYotqrCpapLud8BzKTFk9UYpKNvHE6kcer', 'PPLxoXZlqVOKZbwlEDLWfD2mqcY9kwlMLIB9rycXN7jdcOtRz3cJO1I8zaoe4JRiQShwS3/kiTGEpBUMAA1J8G3W6z2oMFbcR61Uk0NzbKcA259jjMXM8izSJnZlqdLEaBomNR9SBI4+aaCyjRG7467BKXZBfj0H+Ze0jpWn8So=', NULL, NULL, 'no', '2023-10-29 16:39:48.547000', '2023-10-29 16:39:48.547000'); -INSERT INTO `bot_wallet_pool` VALUES (557, 'TRON', 'TKxmYLu8U4ARrVxhk2W6uBCy84JmixcRsY', 'V1I9/0BQHnKcjZYyaWNmbG1tNipwPxniwxRmRT5cU2Tq5ojIAGTTCBkaTFv0v6l8IXz7QWvDzRb4gKA+0KEAgH8zF8at9JcpEvw/pHLsS+O/McGqL5QC9GgeFJ4yEXX74kCSIoj3TKKXsjCxHhtm3t5gcfzPj4DnixVrgHA4y14=', NULL, NULL, 'no', '2023-10-29 16:39:48.550000', '2023-10-29 16:39:48.550000'); -INSERT INTO `bot_wallet_pool` VALUES (558, 'TRON', 'TEh1qNEUb18eGek8Viw64dYRx558A4kZFb', 'TxAtStRKMhBTL84SWx8Am1ZHnoa6JR+UkeQTovONbcBtnLqoOblIWf9ZBtTFJlqTzJlejyfZ2RPaePmnhs7vZ6XqfbJ7pLvvdnbHcR/R3yfpWJXOG8BYAb2ZMSJqRjNMZAdpgof93/DcPM8fKpI+tCPYjMN8vVCNXWMT7QFRceI=', NULL, NULL, 'no', '2023-10-29 16:39:48.553000', '2023-10-29 16:39:48.553000'); -INSERT INTO `bot_wallet_pool` VALUES (559, 'TRON', 'TWwSp9nfrkYeHacPGeuuVrheZiYLEBDkS4', 'GnYFFI3/y5cc1mtJULhC0A2YyCmddVJF3Fha8PDByMuaZCvdGTIGNKHHTwgLDZdWF9fjwmTcLSfoWn+FkCjG+Psm9DxMYwQA/MZPl3AZ6rWzvUW2lWBllTAvvVoc7KRDkPk4vKvPvKCj5qbU10Hbxq556R0RrM37PUNUfwEvf/U=', NULL, NULL, 'no', '2023-10-29 16:39:48.557000', '2023-10-29 16:39:48.557000'); -INSERT INTO `bot_wallet_pool` VALUES (560, 'TRON', 'TKm4FRugBzqnuQ4tLYgLLxCB8yZJPT7Q58', 'VH9TQg+ZxQMhhSXRYilxv8BozuVZJ44yQWvnbP9rHjFvsYsDrjazrMbg68ro6AfwLtDU7C88P0fLQSNveLzOwCUCVLSEy1j6H6W3xjwcerkg9mbWFz9LWJ0dWFvz3P98l+YU2+Hsfpbfd5voBB9aFecx9P1dbqNl+NSxPuV1wvE=', NULL, NULL, 'no', '2023-10-29 16:39:48.560000', '2023-10-29 16:39:48.560000'); -INSERT INTO `bot_wallet_pool` VALUES (561, 'TRON', 'TE4W3QCa7U7un7skR6Gnf1CGqVvQ2uE5w8', 'X2Skbw6CXj3D4x2bf3eBYVUP5BHMuH9/SZIelPbgzSyGt7VcAJTEiZEHxE0d+fE7rXuhvBqrCdGDekZhZaEmKp5vdzjPq4BZXMpsh59doq172dpI/58Dz1H11EygJn/fY+w6Fou9nwzTUQA60o3zKzRBOMgY65T9zGQI8N8ZEoA=', NULL, NULL, 'no', '2023-10-29 16:39:48.563000', '2023-10-29 16:39:48.563000'); -INSERT INTO `bot_wallet_pool` VALUES (562, 'TRON', 'TPDhu46UZ4ZGgsc89AUo4b3EfXowssMBic', 'dCIBBL6GlD70/KWZYhenWiYw6XyBtmZVfw0UYMWGaVkg+h1zHqQ5A/9HH8hf78nqE0PvGXgOnJMk0HzRt6mz69cUAsksfEbLZ+YTfsaJp/4sePmUzJ2TQ+G90eeZ073+paKTN2MyGnCPyF+HA7Mi8qQ4aM6NyLVLg53012NbZxQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.602000', '2023-10-29 16:39:48.602000'); -INSERT INTO `bot_wallet_pool` VALUES (563, 'TRON', 'TPXw3CWPkKbtZWY4Zgg4TpuLbJXq3FGBii', 'Nkj5MDUkmF1bZjuXytLu+pcOt3ScjbbK6732tBLiXO+awLfuEbCqFbz0AQl7eWxGKQnZIROzXmGP7uqDmN0h1hGvtJIKruf/XFs/2FirW2Lnr3AdEwHpFToKU6PxstO+R+X9g0fT1vEtBqsifcYj8/jveLOclCRPGiXhJvrmRvY=', NULL, NULL, 'no', '2023-10-29 16:39:48.606000', '2023-10-29 16:39:48.606000'); -INSERT INTO `bot_wallet_pool` VALUES (564, 'TRON', 'TTwrGR2P8TN3k37phw3kHbtdsfbNy7qsCd', 'ieZ8ZAgQMJVABm2PeuDZwxTip8Wkh5OIRYjqx7JJAjD0kiifcBTgPZ7wnAfo3CxOeB/uo1mzvWZtVWmYrhT+n6WBzQvasPXmntoBjbVRa7dAcuwAVUZY7hC0xpxUQykRAkr5J4+/1eo2o9WjJ8phHjEVbkcYzb4qZomzb6EPtwQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.609000', '2023-10-29 16:39:48.609000'); -INSERT INTO `bot_wallet_pool` VALUES (565, 'TRON', 'TFNpCeZLvafD3cwNrFTET3VVr872YGHLxk', 'GZ5lge8qGRDIzAknahqjYFbzPDEk3pDWqzi0XMiP7sArfLg8wYCTw1QxoDlQKSA9VvcVQjT+whOcjHVUHxB7vDAPPn8ZnhVsv2xrI/23RNYmv72hu8TuTZibZnz2stIIo2mD+9mMh4EG3o2QxX7nP9fRCZbSQhhZVkoB2HzdD78=', NULL, NULL, 'no', '2023-10-29 16:39:48.612000', '2023-10-29 16:39:48.612000'); -INSERT INTO `bot_wallet_pool` VALUES (566, 'TRON', 'TTfWtqrXjbUYhfpVbwZSdXJgpN9RPTTQ8i', 'O71LFRclPGsVhtoyVPCVR2bA/5h1JoEnzxEavfabVmrocrC25Rq/+jtAZAe6eomal1tw/eyIr+c5mzuXRTpTgrUkcHjwwLuENLQpQd5Y0ayUvECaw5rnflODY+h4ofvfKn8sP6Mjqcem1HzqgFhBWghGF6H8gw9aWXGpSjRIH5g=', NULL, NULL, 'no', '2023-10-29 16:39:48.615000', '2023-10-29 16:39:48.615000'); -INSERT INTO `bot_wallet_pool` VALUES (567, 'TRON', 'TJC8dti8aiJ5kJs1tskUHCBRLBWgeoRefr', 'RN4cmsAi4vWvDdtPnAEgL99MnFd10cq7whuuhG9T6BetBvrRaGRW/9xistMStxsZp/VQ/1BaGlqj72G6RXur4Mvka/R3TfamYXGXkxhkxn77O2bmecWBN2oc4ljBzhmlwDW2d84AqDqDNVwpTJokD+k6x2/YQxsgtU5FJAEN3sw=', NULL, NULL, 'no', '2023-10-29 16:39:48.618000', '2023-10-29 16:39:48.618000'); -INSERT INTO `bot_wallet_pool` VALUES (568, 'TRON', 'TKvx4zeKgLyCgUWvVCgtNR5jdA2T7g3NtR', 'CLPLARMB2Gv/Qqd3iIXvNAcIGgbIbxm0l1FJBmR1ddxrWs8mS6lYNvMZAZsoQSh6SxCmQi15nrqQfK6TzO77TCxI/z01TfXnQDoRvrTAb2zS+xTXF/uz1bF1o1VSEUHlJS5CEDI/44eKQhNk/hEAbyTZOWfZX769IiutB9KAPCk=', NULL, NULL, 'no', '2023-10-29 16:39:48.622000', '2023-10-29 16:39:48.622000'); -INSERT INTO `bot_wallet_pool` VALUES (569, 'TRON', 'TNh4fz8dTMzWSbXfsStxjKQME1bcxAFwFv', 'b7reIpXo1XhNGPRjrFq+Pjhocl2SD7ejTWI7VuWErMluUygCdbaKaHp1B1/MTEI0sFFPIl6zDUAjIIDezI/M/BbQ2fnLrYwWMoFGt9ifMZNxr74Slcn7sGU+1q6VJ+nMH/qnnjW7xOD1YRwQdoHLjLamuQfdPoquXfyGQvBjEO4=', NULL, NULL, 'no', '2023-10-29 16:39:48.659000', '2023-10-29 16:39:48.659000'); -INSERT INTO `bot_wallet_pool` VALUES (570, 'TRON', 'TSaoz3Qi1U9YbmNWhQpecishCku7AqehRF', 'bY6HTN3lYbgKgodXao8Cy0lbSuaLh3Sts9HEwLzQsvNR3cxPAnvL6lvk6buN8XI29gWMm95PvdVJd8WC3HRHaLqamgJuITpHe8r4/zY+gOkgOvlKJxWxLgzzshlOMCvgaR41o/CYnfrQGLWV+Tolvt3ujWZ8o35mdcuLzZJWcpE=', NULL, NULL, 'no', '2023-10-29 16:39:48.664000', '2023-10-29 16:39:48.664000'); -INSERT INTO `bot_wallet_pool` VALUES (571, 'TRON', 'TGhZwUpkMgEeZmBKrmB6AU7qg222hE3hjL', 'SMNuC70ZuahIIUyYL/2yd7AmOTL292IiqnPuArqgu1mhZwprDxU5Sdoyv4TI3Rphkx24uZQJxOHwzNgpA2gWC2vZwp24/mnSWIDwHNbWs1dxTO3weWcNNdc+tmG0dRmZhG1pPF6Yb/6m2cESs36A6ZLn4bbEWw/rQDQhcbDvtxA=', NULL, NULL, 'no', '2023-10-29 16:39:48.669000', '2023-10-29 16:39:48.669000'); -INSERT INTO `bot_wallet_pool` VALUES (572, 'TRON', 'TJYtXQomQHkLSbsjzJkWgm99xSKyr2eLjA', 'b14UEs8JSCJCZsPIyudxpVoComsn58Y+lhF6XtQ2aCdzpJ0amN+cz6fUe/T/od3erYFZWvlyipSB1l7qacLQosjZLz5uJQcoM6E+CHn8cxYmDyItgQvc14j4rOJNto9ekbgjKzA5oLcrjC1m8RubFhh6gfo5qhtPDlm+ZUTa3u0=', NULL, NULL, 'no', '2023-10-29 16:39:48.673000', '2023-10-29 16:39:48.673000'); -INSERT INTO `bot_wallet_pool` VALUES (573, 'TRON', 'TTatSxtPBhazNtMg6jkeNrseciCzSK7oFG', 'T5Rs+ImqAFXi8aZbB0I/69tDKI89YwGpLM5+hQaDrAuQVDZ3f08fC1tQMuEvQvdoLFaDrBAgPmBUgRCf/nuHiqPpJAFcXhfmT/N2minbU/yq8eVymC1rDIIyfQglkoPFTfz916XCqvvLvGJUHM8g4V/S0Tod0VFhovFZVtfmvKo=', NULL, NULL, 'no', '2023-10-29 16:39:48.678000', '2023-10-29 16:39:48.678000'); -INSERT INTO `bot_wallet_pool` VALUES (574, 'TRON', 'TLs57LukhMEcvvWeAwTiMR8X9RKmKi3xki', 'j3tdmycP8qDo36BjlS5mjx/EdV66qVycMLpa5kuQKZ/7ftmqhWcASV9NJ+VPrJAq/hc0TWaTIDhuxOOwVmbHvghHCEvSEZgn6ITMJvwZb+ZDOLNjYwX2OPRCgD+l0xXD+wNhR6axcGmR9JBiWhnEGfZEqUkUM/kyg1FJt3KwOfQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.682000', '2023-10-29 16:39:48.682000'); -INSERT INTO `bot_wallet_pool` VALUES (575, 'TRON', 'TXjkweChExHz2Vut81cDZvXqc8hwQiZdT1', 'Eurvx5hwx7z8iIl/wpX6e5kGzuRSnKWnpMZFOcG+jjEdZPSGLV2vux6IwWaBTT90qCMlviqOJqQRIFq+4c9RQFfZ2EBkL3vLWkL3/M2ZPCWqojrX0hcNHiwBgI6ZJ2cZv1TIXk/08buS0Rg6yux+XHyzUAZWAjqbyZQXh1FOgAU=', NULL, NULL, 'no', '2023-10-29 16:39:48.688000', '2023-10-29 16:39:48.688000'); -INSERT INTO `bot_wallet_pool` VALUES (576, 'TRON', 'TT2nx8wFDYFiZ16FCyvWvppoRRgQWATLYk', 'TNv9nB5bGdP4MP0hTW6yEmpc9/4/zE/7QJmhEYpVZGB8pIwhHI5CSLCc7bxLN5bd16peUXp8F+Yl4aUJctp+t/Vnonu/zVTu5uR7oKfWODItPJ5prs0kZ3or0F7gK+ugiO0pLqkX2J/mPAcOOxU0tGhCAa9bF/dZF7YJbXKRNL8=', NULL, NULL, 'no', '2023-10-29 16:39:48.723000', '2023-10-29 16:39:48.723000'); -INSERT INTO `bot_wallet_pool` VALUES (577, 'TRON', 'TQ1YgktkxpascDaeYfwNZmnx2qnP2ezoyb', 'OuyvuQmaG9wfXFn5jZbhYb/zQkOPvCK2WMXSd0sv4MfurQ1Mi6JqVzM/Dp1jtOKQks0srKGKhgZfmCPs4DyBWPjiAOuakfue1HQYRq3CLznDfdGSjH4jalQHhpDXmemQFZooMeb+1LGehiNPBtxiLcj/DJV8an9yeDISQleesm8=', NULL, NULL, 'no', '2023-10-29 16:39:48.728000', '2023-10-29 16:39:48.728000'); -INSERT INTO `bot_wallet_pool` VALUES (578, 'TRON', 'TKqB6MqpLM3uqQqf8fgD9gn1eah2hVhe4s', 'behbcu19qJw6QH1MNXVswuxxUGbZrV9Ju93lzj/A/gZlHWX7BkMGGuWQPt7mtneO+7/c/mALToe8tZCL135GrjSYYqwUVY0TLCmsrRY6o7p9vV+jmskScg7vJZs/DeVNlHd5xER4khjoT2Gl01yrbvlbVI/GNmNBQ7NreHKYslk=', NULL, NULL, 'no', '2023-10-29 16:39:48.732000', '2023-10-29 16:39:48.732000'); -INSERT INTO `bot_wallet_pool` VALUES (579, 'TRON', 'TDpMCExkqJfqowv8YrPQXeimK3FpKrEnDZ', 'LfXKyXxbVp3ERnF+0kn2AxYirMW/01F/tay8C8wPAUHH87skjj3+y9PSJxFQrJEyaK3UUFFCOTd6j1+5ReXbfLJXtql6gLgsyzKu/vUoj+xPJmFDE4zzR1MZu3q71ImG42xuvAxzmMxc+gQuShEc4HchajqX6LbmAnluuWvs2kc=', NULL, NULL, 'no', '2023-10-29 16:39:48.736000', '2023-10-29 16:39:48.736000'); -INSERT INTO `bot_wallet_pool` VALUES (580, 'TRON', 'TPZU9Qzuu1tWxtQUqwWHpS9cEZyAXvFnQB', 'b916INAUVHT2Glz1pQsx7N06x54/b4MYBcXP0WnnvlZYH+Hh+5MJSAfgvDuuc0imdlxllA3JfwY/T/xx63IJM097wfAslyrTACUEAfEf9Rd8vsOc8D/0gZ975bJUj9fuHoRQTnJuq1NnuF7w9R14YE7w668bf+xevl01NwSKjlw=', NULL, NULL, 'no', '2023-10-29 16:39:48.745000', '2023-10-29 16:39:48.745000'); -INSERT INTO `bot_wallet_pool` VALUES (581, 'TRON', 'TGZq1LP8pRRLGAr8cGdxD1CfrsTcgTnsHi', 'JKeMx+KWCAwsq6csKt04h1/wbmdiNPwt7e7h3aBmTu/9Ze/zDorhAYwk01OqxPPRnU3WW3hoZ2AGv2vlu7n1UMb3AtmiSGxVNOEeC6pkgMNz0BunEh1fF2y5mmF8YE/dSznW9NB9YeagTRToZI07xWDisGEnGLRv7XE3zMpnE84=', NULL, NULL, 'no', '2023-10-29 16:39:48.750000', '2023-10-29 16:39:48.750000'); -INSERT INTO `bot_wallet_pool` VALUES (582, 'TRON', 'TDXQVzkUokeVYwzC64po7fXrYsLSVS9Go3', 'bUFozILFr84sWTKrq3n75rdFnsywhOnZc1UrppkpY2Oh1R93BD1WnPmZGWIAIXphNjhIQwAy6l8LVaXtAmnddTdxBNRelmzGLsiQuoWnToqp85DXkBP3eJ+b2/y8NfbVEmEZs5GE1pJZMHpmzKnbKgqKo7wTwKO0y9INOH5l7LI=', NULL, NULL, 'no', '2023-10-29 16:39:48.767000', '2023-10-29 16:39:48.767000'); -INSERT INTO `bot_wallet_pool` VALUES (583, 'TRON', 'TKsKokEawqKV2PW1v8CUk69GmATbV3E2ix', 'DvPzSarOoULPuxiM1ZAI6LcBxA+BR8ADYbXKMm6S4ANDwpxOiWR4Bc9Sr2z5T/x1rNfRFowRM8DMtxgHJEBW5yKgPKOM/OYcGnGErDmk58UVb3fK8EYgO5bARYxwQ+E7wNKxlt917tyofc/5T+J+Ml9lCGyTPky3d5pO6+/ngYk=', NULL, NULL, 'no', '2023-10-29 16:39:48.771000', '2023-10-29 16:39:48.771000'); -INSERT INTO `bot_wallet_pool` VALUES (584, 'TRON', 'TDh6ECLSk8doBLCbeeKNbNSYpKPiMhG4JJ', 'DD8TmMZ9Hn+ZHOyXHBa8nfGqFWh+G3zK+Z5riCEag4wAN5w1342HfLuM86mlvW9NFExlo1JH2Xzz0sCUhUs6DIsPkD79Sl+OmrGmLsiSAO3K1l694Me7SJsWzfrxBCnz1NyyUKE1M7W70iZbYoKTGSBIXjphOz+Tc/WqJrT8FS4=', NULL, NULL, 'no', '2023-10-29 16:39:48.775000', '2023-10-29 16:39:48.775000'); -INSERT INTO `bot_wallet_pool` VALUES (585, 'TRON', 'TSGwMnoreCaGbYBd7e5cwPB7mD9RtkAw57', 'gdNOyYDB2tvYIJYhAHOTuHW1yodeqhAHO0fQYGhGzID9d+NYSOaPdd4YS1yi6iQdNQ1sXrBrTfPMiYjbSwN9adO6yUEn8/5vB0Qjmr65cAClCBxkIP3+ZUt9tffXGckIYWFC2/EPbWar4zcwtbZ2Oaf/v9SBhUjaOA+7q0/uCQA=', NULL, NULL, 'no', '2023-10-29 16:39:48.780000', '2023-10-29 16:39:48.780000'); -INSERT INTO `bot_wallet_pool` VALUES (586, 'TRON', 'TWPf6d8y6w3XVt4e2yz49nSMv9DCZm3ucT', 'gBlmeiJUFNNJtdAx2+mDICmQGqQU0os2y8iFTinHGMproeAywWtToQGVtJSYIGlO8ZYLIeya9iaZDy5JQ1vDF8gMJFLWDbiYg6UshjwSy0gsFyZSc/MfUl9g77Op50P4kpRLGLcZyrhtMuEWiO3rzeaRa2CtKykj3i71oAdSW1U=', NULL, NULL, 'no', '2023-10-29 16:39:48.784000', '2023-10-29 16:39:48.784000'); -INSERT INTO `bot_wallet_pool` VALUES (587, 'TRON', 'TBFMAPeLasuurieHTqQzunwt73dYm48Kca', 'fD0pJIlw5l87oJxLMT9i8C+AEEE1J/djeYvs87jmY59ZZR9JJjWZJzaX7spAT3JgvbkJB1APuGvQMdwlTStmKaP0/BDDaOcy3TQWKQAT60sJWD3SNLtKwsmHEs62+OeQpBEaqBpOq899mVU1U7C50HPqxz5ucCspOwCsL5m37dI=', NULL, NULL, 'no', '2023-10-29 16:39:48.789000', '2023-10-29 16:39:48.789000'); -INSERT INTO `bot_wallet_pool` VALUES (588, 'TRON', 'TMRWWSFuKktvrSsvcUZz8FwaU2tKcm4NLe', 'HSDcfnRxVDMAiGfpcRZ3X2Ki1mg2nrHXZbVtYYh5P0nCPH1XIZZr2wHqym3wfuuKYrPwqvbElWOJVNeeGjPPIZUO+ScH7FbbBPJPFTYdQp1Wtg1uYj7if5oJEsDNIFzLrI7coFu26Pg6JAIXuhpQbxoWuJH1rCPko5XcL1J9CMM=', NULL, NULL, 'no', '2023-10-29 16:39:48.808000', '2023-10-29 16:39:48.808000'); -INSERT INTO `bot_wallet_pool` VALUES (589, 'TRON', 'TPq7g2YZXeDEsRa9n4cEZ36Q5TyeCBGece', 'bFBX6RL3WllCYyrZbSdB0cw3WYf++oRu1PgLjTN1lYclLarmijZwUxZAkECpQRyLS32YHnvFZN7lu3H50GdNtE+XTURu6iE620bwDaYcONcFpGQdc81ix+TCDOqFhU0Ny7NExOO4WbId5b4Jpce5gvws6TY5jjk0rHtk5ZZ2Qps=', NULL, NULL, 'no', '2023-10-29 16:39:48.812000', '2023-10-29 16:39:48.812000'); -INSERT INTO `bot_wallet_pool` VALUES (590, 'TRON', 'TUiAw1egEDeSbrKY9UAGSKC7Q6pwhhf6Qj', 'CGhNeNaF2KAdN2F/KhQpVUWViJH5DDUKbdUO6MWNJKo1L9EbrLbvcq+4IPZd4JfSSo+Si85BofhxPoxg4l7bGA5q3yKwbZ8U+fHP40d/Giwl2v2v2svFDsAYEqSvrRW3D01CKRbpzCStLUlAI0b6F5Iw4RWlHwW/4KQWaLSiMeY=', NULL, NULL, 'no', '2023-10-29 16:39:48.818000', '2023-10-29 16:39:48.818000'); -INSERT INTO `bot_wallet_pool` VALUES (591, 'TRON', 'TKPuYrNKUjTfc59GrvR1J15KesaMDGRHi9', 'RefsU0xw679gujvFXsHolqZa3sNYqwMCCZhXF6EEXKIXpfCqSluA5FH/IrkJjJyaVk3k/omO+pD6+x231og1t/WHbTYxxrDz0O9Ku6tliRw9QhNeAC3UridMO5tAUDqjfSFPmnyCDRuVwDnxOIY2sJcZAp+M+kPghaVVI3PGCh0=', NULL, NULL, 'no', '2023-10-29 16:39:48.822000', '2023-10-29 16:39:48.822000'); -INSERT INTO `bot_wallet_pool` VALUES (592, 'TRON', 'TTU4TPqo5RGPxmkUmcMcpAWuCCFFXXvFkP', 'd6yxRH7l/0NJLZvzR3SmnvQQigLrwCyHOKJnlulfH9TQ7zh8HWvKRYfekPFAOmWQK/PWwlSYv1cJt+jzxO+IIn7hVYyJv8ta22Olc8rR/VKLGGYCkWJUY1aijxLMK3YI1fjtyse6MUovkUNlbsAxNzUH8aSI8I3GHgaxP2AIrds=', NULL, NULL, 'no', '2023-10-29 16:39:48.825000', '2023-10-29 16:39:48.825000'); -INSERT INTO `bot_wallet_pool` VALUES (593, 'TRON', 'TQVXaPWQoFQtHv3huEhTTQof2ozPutUKMa', 'eikpCsv7SH8tFN2bmEDR55PZfHne55RJujedjW5hZOVkvclIovGTq40+mmhECkdx0VRPIRh3pQ5Etpgm4fNtHwWZtJgID26CgrL5rwMXodBQFsoQd+Rw6Gy0dquqrK5x0G2QqLts8ITanxvEXsJ+PcQ9iymh7EZ41CyTRoY5M9E=', NULL, NULL, 'no', '2023-10-29 16:39:48.828000', '2023-10-29 16:39:48.828000'); -INSERT INTO `bot_wallet_pool` VALUES (594, 'TRON', 'TDnsXJtLoY6Jvo2A79VFKyW7cn93eF3HF3', 'M4/RMe0KimAQS3duNr2J1K8HOUCUkqUBYicWXWOBY6RCHKUYhyuhdnwDVwX0OHshzuAhvk2b+VjGFwJoWCJY3mWc2JBFuXM6E5QNZNJrXIUBxLZe8TviWFDkvXIatyGYLqBgLj9AodUjNmfIVveQXkv46uCvL2mSOqSZ9rgqaRc=', NULL, NULL, 'no', '2023-10-29 16:39:48.868000', '2023-10-29 16:39:48.868000'); -INSERT INTO `bot_wallet_pool` VALUES (595, 'TRON', 'TRSYtE8fDwuEsyFojQD6M11eVfJvwfeELL', 'V0XfmuzKQlU+kAs2cXYzcoPe5FspVcH8k8rk0ypcDN6RO3VW15RWdvH+AYqhpLsBKvJztuN4lrOpB4F0PvRcXDsyQqj0fQfvpdIezixRmpENBN2IKxw3I1WHigpsJIkUnCkC8rZLf5171k38vc0epZJuJZC3TK3vyg+CbGPLH2g=', NULL, NULL, 'no', '2023-10-29 16:39:48.872000', '2023-10-29 16:39:48.872000'); -INSERT INTO `bot_wallet_pool` VALUES (596, 'TRON', 'TBhk22jx9wMUDGJyj934xypYjYUwzVefTN', 'GfGhd3T2fjyc6SN39s8iOVRU9n82yn3k9HFYExsDVANwyJWYIXAGO/n/aXHN2bYxUOTdhcHz/NV/4DceUffuvLiRy4m+ZZ3I4eF2KJoIIBz+zMakVpCTmLNEFZLw02BGQyvjbumdw8o/Sx2LZOkPUW6qALjwTM2CtNyILX3OSmI=', NULL, NULL, 'no', '2023-10-29 16:39:48.876000', '2023-10-29 16:39:48.876000'); -INSERT INTO `bot_wallet_pool` VALUES (597, 'TRON', 'TMYwWD2o9wUNSyniPBy8J6CcrYTrmqAHuU', 'XikydizM8sbPTulH4Jdcx9UQsTwlc5ppgCEXroR4hksoY3xkXAoBr9utMD9ET0iqgyUU77aG5cy889bYPX1jJb7+li4DHenlrV5xucs7CxVKhNiyI3YJzOy6CWVt0IMnf/iir04MxuYHpbfKEHDenJNt5kg0NvYwC8+PSBTtM3E=', NULL, NULL, 'no', '2023-10-29 16:39:48.880000', '2023-10-29 16:39:48.880000'); -INSERT INTO `bot_wallet_pool` VALUES (598, 'TRON', 'TNszGnvQtWTaKxzMoQoXkNX3EMiJYsXsez', 'CeImsDX/TvP8JtahIdg59eBO+XbIKNSwuhnczQoGF6n+kNx4Dsgo+W8yOmf7BmuRT/znsAYnJEnfg9qJgEZ2BmPfzpDVqKHcM/Ro3xKhy3UZwnQLihxsaeWg18x4Smb10wgHyDDGla1/toQArJAwzmiFzXiMGE7TNvYHKZMsd6k=', NULL, NULL, 'no', '2023-10-29 16:39:48.886000', '2023-10-29 16:39:48.886000'); -INSERT INTO `bot_wallet_pool` VALUES (599, 'TRON', 'TCx2eZaK4RfvCCNFzkC1oY9fmX8HfXgVW2', 'fdR17a32oY7EaxdIRCRTy5wzlm+kXa11wKqEqLE4/f0ev0U2XuSKLQUQQ5arro4nQGfpSVEXyUidR1ALbkppjyH4LREfGO9ADl+lDqAfuf7sPjWkyV2qZlRdp+qmoi8xngQdLw/tGgd3zXKM5NbU8Fwc6gtmoViQmxunQ4rSKiM=', NULL, NULL, 'no', '2023-10-29 16:39:48.890000', '2023-10-29 16:39:48.890000'); -INSERT INTO `bot_wallet_pool` VALUES (600, 'TRON', 'TNqpDvHVyEpL1HXSqYG3mWogrCgTUgRacZ', 'D6/LBJmKNxi2reQPehmbxAwU4vpAu4H5uT3Z3kc9rsottB6UMIgT1k7n4NwXnL82tYg1dtYE6jJs1uQzO6BPz5EjgRzHlOV2h/5LSuO+gYsPWo1DMjG8HftUPsYxsYoaEQL9H22Y+Km3sx49GsT3CAPflNXTy1TWA5mSxQKs3QA=', NULL, NULL, 'no', '2023-10-29 16:39:48.918000', '2023-10-29 16:39:48.918000'); -INSERT INTO `bot_wallet_pool` VALUES (601, 'TRON', 'TXkCziZa8GXMrCzNPLErzAdZRx39nGXfdx', 'ZCdXBUilpN1jqlsWpTXlCfW8q3W2OlmONtKFA/DAnaQgGWJB10hrQBqZjXN769gKoxHp1ImTCpOQY3s6as7844TZLxSJZ6rW3mm2IXjnI8Sp8ygZmZBlODIvr4Uy/4Ouidzi8qu1ON1qh0PvjzZyJTIeNygBMo0Xp8q3VLocaUI=', NULL, NULL, 'no', '2023-10-29 16:39:48.924000', '2023-10-29 16:39:48.924000'); -INSERT INTO `bot_wallet_pool` VALUES (602, 'TRON', 'TTY235hXQZQr7snjzeN4j985EsucCvG8uW', 'PyCr3JbboW/7S0cBEvOyFfFoQlFqXUwH+pKYiQftqRnQEP3Ll/kFCwZz9oz0VcPfQ8ladihvCrt56YB9jLg1WpLGqZNoRY+wkwXgJcdsngTLD8f2WiiOI6WnKMP8iIBUv6PGTEmOjd1Pv4e36FcHOeeLV7Z+ypUAp2ZHh3/9Cto=', NULL, NULL, 'no', '2023-10-29 16:39:48.929000', '2023-10-29 16:39:48.929000'); -INSERT INTO `bot_wallet_pool` VALUES (603, 'TRON', 'TQP9BmaeaXrWGvap4DJeQ5tLSHBJpPg5F8', 'C2jTl1X/jaxwTKVbAWRIkFl0q3uQ6zJHsrs3QGB8bAyAvJviL80yjyiZZ/ypWg0RVYny0fkNPOlonOEAsDcsAdxpkOZp1volesGDZeJLX9c+ezJ07udOGJuvqisD4HZUttTyKbjKlkqRha6u5Up6baTOIwFeZ9KxqbpIqDMa3Uo=', NULL, NULL, 'no', '2023-10-29 16:39:48.933000', '2023-10-29 16:39:48.933000'); -INSERT INTO `bot_wallet_pool` VALUES (604, 'TRON', 'TWtLANSsRhERUHQMTh6aLDqCyfgnTnjEQC', 'gTp9NI2nWK24byjAlRLqBCZ7EWJrzURMbgwvkHqdjVG30PqwSgsLMz9FfGtoB+g+TYf2V6h+SHKs40qKy3gbJg0MHzUmYLE5YGPq6KHMN+rGLUdYJKyFm2YEuJJ+GWJQlZ4b3WgPEZOaezuyWLhURY675eza027oVTW1FQ3GWp0=', NULL, NULL, 'no', '2023-10-29 16:39:48.972000', '2023-10-29 16:39:48.972000'); -INSERT INTO `bot_wallet_pool` VALUES (605, 'TRON', 'TMVx3i786mKERGdojCrtjZi5ozCB1V3v4w', 'dUgzQEC8tO1Md7PyEQe0pLR6hS8q12Xj3SQOOm76Aj9DAi6lQV3zXYtpYmg/rLZ91qnWevxVHmHx96uPVJiU6z5wyv1M8Z2I9HLMvfle2ghkAPDDEG7pamQbMqkhGqfvWdO62XNAtNL2Z+WH5xQhxm/O4RpEVpjhmn9Z1R/R30I=', NULL, NULL, 'no', '2023-10-29 16:39:48.977000', '2023-10-29 16:39:48.977000'); -INSERT INTO `bot_wallet_pool` VALUES (606, 'TRON', 'TF52PQuUSrpgMiY5XUkrX5yeJkAqKHL3gJ', 'BIne0McNX814gUzMHHYDBeDgQDPAccnlBXzT6Tos0kWHVjjWMWCrQUvbTOJ1+nhxnbzl9CTjxoPtc1+6be68yPEjp/JR2qPKuejXIp62IDy/o+Af+SL2myuBq/cvwWOeAIOGKROkdXFgCqvdWhnLNWaAXNCAoX8LPJEj6sKwFCo=', NULL, NULL, 'no', '2023-10-29 16:39:48.980000', '2023-10-29 16:39:48.980000'); -INSERT INTO `bot_wallet_pool` VALUES (607, 'TRON', 'TEbC2WvGptjoudX8bZTGiUahZuDS8DudBE', 'WLdT0lUVCnp6hdCjbk2Mse19tzF9BZK5EPlFUjLwwKFuSetPTar3MHE/+wU7mhVgqJJZ+zc7UIMMyI8crVRE6+2xQBdgqRqomhTEWYO7I+oFPYGPZupo810SYjLhQD8kLD60RCSHgnSLk/Tutj3SUUBZkNL+wJ2XYDqrV9g9EcE=', NULL, NULL, 'no', '2023-10-29 16:39:48.983000', '2023-10-29 16:39:48.983000'); -INSERT INTO `bot_wallet_pool` VALUES (608, 'TRON', 'TSQGLVVUPs4zAbgRwQRVjNqXGQJX7ncjWk', 'dE6iOfW6uSyGKpzF2I39PsibUAe9XPikhgjCUbEcktYagXcVR4Evu5Opn9No4iYVHIv+j/GoPxlIO/KPPR4kJbXLKT+kiNdIFOyroyTnQymOJ0nysF8os/KGb/GO2OnkRSDfXzMy7OZXfM3v+nknqbKFZzO6gVXG9m1IUq42BH4=', NULL, NULL, 'no', '2023-10-29 16:39:48.986000', '2023-10-29 16:39:48.986000'); -INSERT INTO `bot_wallet_pool` VALUES (609, 'TRON', 'TPiEDHiLnBEpokMcebQ85zDua7Wace58Ei', 'RajJWdmGbOpXgSLElAzUWZt2RuSNLl8wOQEs0x+6Nz1b2Sj2LwpcjM2BbgeqL+gAxouZUwNWfkSROlJz4QtySGEVemQt3d07ngEBSDg66nygR3pYuTO0u37r6Z35eK1UbKWG1t03LJ0sxVHSoXaUO+Sa6Uj0KI4RMSCQnPJtekQ=', NULL, NULL, 'no', '2023-10-29 16:39:48.989000', '2023-10-29 16:39:48.989000'); -INSERT INTO `bot_wallet_pool` VALUES (610, 'TRON', 'TTUdGwzKAq61SWYzy9boreMZbseDBo3Nfk', 'ZyJNzVETIphdzperK1wD1N7UzQK5+lIE2YUejOei7V85u7T04uFk+Htcz/Q/+ODDPLTrnXc5YjH7C6gSRVTOvPo0is15zLKEqQerPr8tbh8VmHZfO1z28sP2UxXGV8J/JBaHpJDG26+3dAX+GZKXr2PLdcottJHP7SjySvohgs8=', NULL, NULL, 'no', '2023-10-29 16:39:48.993000', '2023-10-29 16:39:48.993000'); -INSERT INTO `bot_wallet_pool` VALUES (611, 'TRON', 'TRiUeVCPFGDS2PtMUrbQjt5v1unEmTyEjk', 'dlawJsW8pHod+PxU1bRAKZLd6sWg8yc6PWvN5tSMmqKdjoRQ009jvNQ0Kx0PVGOKR7iVefHl5j/fgpiakz1fj3a6k7jyIOQbHgNlNgQNs69PwAddlgWw81CXSlrx4ELDZmLto9fiWEtpWXgfGsWshL2G0sNESKK17DbEdt3RMnk=', NULL, NULL, 'no', '2023-10-29 16:39:49.012000', '2023-10-29 16:39:49.012000'); -INSERT INTO `bot_wallet_pool` VALUES (612, 'TRON', 'THru67RuhKZiEheLijL1i62J5fgRoYJTwS', 'gvq9pm07A0MPu9kXQ5UAFLr/PtpTwBBrVmVSfoGruaLnBDfgN45KGmENBP/XO4XBV+bRpN2ESYGUJ7MfPWlYddJdh3sd2hd6bISfFC1897Dftm/KB13oNqO69ji6aC9KHUtEnRSHrHkK5nAhdtNzwy075xW7knVdVMxaA+Vb54Q=', NULL, NULL, 'no', '2023-10-29 16:39:49.019000', '2023-10-29 16:39:49.019000'); -INSERT INTO `bot_wallet_pool` VALUES (613, 'TRON', 'TLqFbEw66Zr9H6CLGDFheKJGMyxtKu6gjf', 'BjwGaUiyK2QBzMBV0nUN7xgY7Nt8frWOyf9KRfJ1c8Mz4yTPtzNKg/M35o1aUrQSNXuc6WcCIPO3JzFygKdrnflJomEhf928tEufbDuKLpytmCspH33+iEdqmZacWA4XUQF03VNh6VUJzaHXlFSlFsewz/UnBbu/rdoPlBmB0u8=', NULL, NULL, 'no', '2023-10-29 16:39:49.024000', '2023-10-29 16:39:49.024000'); -INSERT INTO `bot_wallet_pool` VALUES (614, 'TRON', 'TM9rqEzRkJQgCXZDNdNVChpZke7ogqboaq', 'H6z/0aQGLH7o96d2PspCY546+yRhzhawHV+jwzQztc0ZQmP8rtDw1LUlpe49VfuhMXGnx4jy2RhR9gA202lP43WxQnJNtHVsyw6rKq5DHOWi+IyOTAqNuk2lJhOITSWKWGyhSS9kzve0k+we6Ql4K+RwlrfWsEaXefqpoCjuhfo=', NULL, NULL, 'no', '2023-10-29 16:39:49.031000', '2023-10-29 16:39:49.031000'); -INSERT INTO `bot_wallet_pool` VALUES (615, 'TRON', 'TCP755s4vpDZVAK4feB1yZq7UZdjSWNmoK', 'YG5+FBo6KEDWuiubP/g6N7M6eU1zH9oV03EJUo1j50ElnHKsBR2m2GGEQYpVgvF+9EOHCYUR40JaymM4sl9yVsZUhzJlnKA6VSj/swuJ5gZJVNgUKld/ylO638VgJdXGoL+CcO5/cYpA0mIjfDpl5Ah5aCzQ8l/kIOxcnjszqkY=', NULL, NULL, 'no', '2023-10-29 16:39:49.066000', '2023-10-29 16:39:49.066000'); -INSERT INTO `bot_wallet_pool` VALUES (616, 'TRON', 'TX9wRYZr5PuVqmeZTZmJ48iku81rwaGhVD', 'hr3Yi6Beny33ag5v6OZ2V/kVS8M5ibS+gsltCQ78wuF+G3e1yzSNuPvSJRiWIIEeVxAyeRxd+rxeiecCwD6avlY3bFv/GhXuAJBevcWLtHmrwWOLFZwJLbm9mYO2H64WUb6WG/0OlrynOqnhRJcda+oJvh1oyrM2qTZQ9FPsjy8=', NULL, NULL, 'no', '2023-10-29 16:39:49.070000', '2023-10-29 16:39:49.070000'); -INSERT INTO `bot_wallet_pool` VALUES (617, 'TRON', 'TXfxHFyZEXQhm1ezVfKDaM8RczTWaM3kTs', 'ivGyGUyE+h8W9qDCW9UjQhlkFOKOQNZEcLsnlhP00b8wpxJf3MwigmHljDIyIo2XQTGupjYhSlY5n6CCa+yxgeNQFyuE87P2uknUQMYtNoZSoJJOFu9ciI9W1RAEw5VO16C4FcuxcaRCuZ4Lkt89knsevbBI/rQ5WCC308jb3Mw=', NULL, NULL, 'no', '2023-10-29 16:39:49.073000', '2023-10-29 16:39:49.073000'); -INSERT INTO `bot_wallet_pool` VALUES (618, 'TRON', 'TRiUyqA5ybbMLppmtvBVEqYq6Djt9HVcen', 'Mt6RjZDOgYFUPC7rf1oBEKpoOTs3rEGdtUfMDkX3NLJjVMaDmJ17BwrlnHlN48nyTPD50MsuOkUhCDnZLeV/2350UWuODpufIGNFiR6r03QBzRleR4f6LJGqihsRhApkq6MURPIJCVXr4vEPBQMkwGrZ7/lNQ3ch97pvcg72dHs=', NULL, NULL, 'no', '2023-10-29 16:39:49.076000', '2023-10-29 16:39:49.076000'); -INSERT INTO `bot_wallet_pool` VALUES (619, 'TRON', 'THPJaQhNiiVUCZT12PFx8DbETn1j9deRZL', 'MzTO6KSklMA70Akxl5l3W+yyjdmH+wW1nZbhvkltiwZx/z2zYlHN6bVF1NS9g+Jexr8pGhns90b1c4bT+qcM//JJTIHNYktONqcwYq+klh6by+EJWwISHXnb82204hQRsne/zTW4+T4NyX3rHob2SKjYxHcbCVx6ToCl8mX/mNc=', NULL, NULL, 'no', '2023-10-29 16:39:49.079000', '2023-10-29 16:39:49.079000'); -INSERT INTO `bot_wallet_pool` VALUES (620, 'TRON', 'TGyYxtGw8TPBWSLJnHq1ZLkStCZ5j23GX1', 'CbzCdssAbQ2ZfIPobxgmrSxiCADQxGhcZeHLovncbQ+hJJnawwAKqAdwJvYGDn8sgV1v84fUFmz5iHKsjshBwyDasxTSbBpbj8SFkYKTyXHdg97zdgj4lF6xL/7IVK0KkbSJ7IntdjC8GqxtQJKWiZVswaG6Pt7pfz2hpZynLzE=', NULL, NULL, 'no', '2023-10-29 16:39:49.082000', '2023-10-29 16:39:49.082000'); -INSERT INTO `bot_wallet_pool` VALUES (621, 'TRON', 'TENrG8Nxijm8Sag3sR5SZaaR7tZUsSE5Yr', 'HX5fGSLYCjNyjQCFWQ4PbwNq78QjQUMfqsGtaqvztJsB1bkk7reUc9Gvw1I3317xf+1Eny9ZM3/tF7stj2G3uXEANBkRDZFRc7kKYEXHuWgICWzyn6EyBryQTRc3Fx0OQs/eWF5HL6hoS3sLtOFa2aPL9om4RzutI0wOJcZH6RU=', NULL, NULL, 'no', '2023-10-29 16:39:49.087000', '2023-10-29 16:39:49.087000'); -INSERT INTO `bot_wallet_pool` VALUES (622, 'TRON', 'TK1KuBtX5QRJcRpxmB2YtXoZUaLywHBKxs', 'jEa6XsWuwj/CCsj+OX+6bOLvZossSRMDZ6c28LYd9IV7jxLGvmX34+IIjUtDO7IAu/8pZknKQ97rZ7LC4tp2TWiomV28HOpXptaGT/o9vu7reqrxi21ITz5iDKEnIljGlRR8NAdEnDhvB33I1mSqvyGgK17D7E4r+1ULIv40Xno=', NULL, NULL, 'no', '2023-10-29 16:39:49.106000', '2023-10-29 16:39:49.106000'); -INSERT INTO `bot_wallet_pool` VALUES (623, 'TRON', 'TZDN4ag8Dhd6LPXs7WwLFxmuzNv8eMrmBU', 'e3E+mvP6oOE9J15O4oBiYx+9dOxWHorLFQl++RxmaZ7s8giKCEVKwLZU8RuTYMykOIUiH5DyMOb3XgN33S7AfvAjJckDoWyDc6QE3je2wHd14UnrWVdgtvCi4usk+pw/RiyAiz4ajoPkQ95zA+ABv7PA8Asjy1uzMgr+qZNyq/0=', NULL, NULL, 'no', '2023-10-29 16:39:49.110000', '2023-10-29 16:39:49.110000'); -INSERT INTO `bot_wallet_pool` VALUES (624, 'TRON', 'TXULXf5Vs28XTHRzFQ1E5egd8mg9R8U18n', 'D/BE+cXvEClF2QnyCcrr6edIhiAhUCb+6S3R1JxZEatFWVkkdaKuP38z/n5DjP6Ojs35hCNLCRgY7PkACG2+ZrybPoKlVkw1vY3cGOtiauk3SA7r9CfStyaY8UQWKJ2rjEfHceq1ev7s7FxUh69VQMWTiyBSFUlbW2YoTc4Ppio=', NULL, NULL, 'no', '2023-10-29 16:39:49.115000', '2023-10-29 16:39:49.115000'); -INSERT INTO `bot_wallet_pool` VALUES (625, 'TRON', 'TKYfafb9jVp2Rr4sG8TkZ1yND4bPty6Vwa', 'CaNYtfgSyNIecg5GFDSbSlG0Ufvqjr2RNGQZm2Fk03vVdX7EMF6kKfCZXTQe0v4ForFJB+loHOY+EmYfrJ78/Yr4zHAv3TE2IjpgaKMFQPe64bXV4xXHlWDNYQtTaQBxFXrYv8BPimgdaKXuYszyprEpRmDL36hMOTSCM1mTZnI=', NULL, NULL, 'no', '2023-10-29 16:39:49.119000', '2023-10-29 16:39:49.119000'); -INSERT INTO `bot_wallet_pool` VALUES (626, 'TRON', 'TSrvznv4zzNmtVAS4aEb7KLk7eVUoY3Cqd', 'jxBjmQEEVGK+Kdvul/PXw5fsOPoJKKyC8Z9tPdZ4VMSJItcJKDVYf63CmfIsRIf1Y3uHWQr2gXlOPPrLzgeAQFeROI49b0MavjBqbb8k4rwX4N8cPM3LL6M1kDX9rlhOw6XBdgSkTIBrKGLvJ6kGUNwp8gNiqiNJuLvx7jSO33Q=', NULL, NULL, 'no', '2023-10-29 16:39:49.122000', '2023-10-29 16:39:49.122000'); -INSERT INTO `bot_wallet_pool` VALUES (627, 'TRON', 'TSAFd9aesLYxWUTXtENzb2ihxYfmGktERE', 'KCXkT3eQldYjKVhgS2m6nd7F76fHdcG4Y/R2Yx6ujEYREQp4E8Kvi4nR00OAbK7rN4KIqOmt80usz+TBZAjo48KFFHsKRni2W98B1IE5gATlLi48OZYFkR213U/o43ijiIq4ocilTlMVQa+SU7FfkCt5rHRs8FHG57/egR7hkhY=', NULL, NULL, 'no', '2023-10-29 16:39:49.126000', '2023-10-29 16:39:49.126000'); -INSERT INTO `bot_wallet_pool` VALUES (628, 'TRON', 'TYaXXM1jYLtfduCk4J8AAZ5w8fTq2U4Zmd', 'GgsPZYFKD3piUl2thD87+JZ/GApl9NP1xMOC9HTPtFFzulhqsnTVE1OTAhQb9vxhO6jWNtzen9rW6fsuJxQ5kKEjqXMmC+/DN3392zKbI8PqTF/jXgAWdan6UGilo5WgFXlOrEdESX4txdbhfs6o3YGYodk4u25LqE6FpwGLjCk=', NULL, NULL, 'no', '2023-10-29 16:39:49.132000', '2023-10-29 16:39:49.132000'); -INSERT INTO `bot_wallet_pool` VALUES (629, 'TRON', 'TL7JDX6gMBqyVFTfQB6uMQ2zsEWncffAFp', 'ULDZ04/MIdir6FhKgDH9OUnSVykXDRXz0Cplm+lw4qfp8uTcyjn4RCU7q6id69WkvjSSCZ8YC1stVJO+jiiW84GeRGc+vijmdjoiHCa4Xj/2fbAwIksdAtQjlKdDzkh0Lb2XJ9FxZmZoabDdkX1mVk0opaewLLJ7ulUUTaL9Ajo=', NULL, NULL, 'no', '2023-10-29 16:39:49.166000', '2023-10-29 16:39:49.166000'); -INSERT INTO `bot_wallet_pool` VALUES (630, 'TRON', 'TLJRQ2tKPunpwQhSqZARaNpWgX6K18xCLh', 'iUr0ZAq4z8gFNXtGD2mLBIFX9u4QmIIMG9kxGfH1zOosdQW2UzJTHo7yR6mZufA3gNytJOrGkmC0drR8B803kl5R+437VwcOcYq6wzd60LKRA4nPs6rYi5EbkPqAMUyAtzyaW49p+6Gh3w3/QHYCvY0fIOoY2Lt4kLRmhXUWj/c=', NULL, NULL, 'no', '2023-10-29 16:39:49.170000', '2023-10-29 16:39:49.170000'); -INSERT INTO `bot_wallet_pool` VALUES (631, 'TRON', 'TGjfBYeuTkMWACRSQxGmSN9sXQ1zJDsoTa', 'ZCV4tm95kqGQQ5oP/gTDLXsUCRgQ4DAvAfXWkMyuRIyjU1mzHs5UnW0xDNfUA9TDc3AuZyYBHU/v9UzVTZM013OgJWt1HiW06SnH/7X1a+EmfSqeENp9tBCjKV+QDYTuEPzc9LY4UTdspuJz9cjyniD5SZAooTJl6bMvo12nHdM=', NULL, NULL, 'no', '2023-10-29 16:39:49.174000', '2023-10-29 16:39:49.174000'); -INSERT INTO `bot_wallet_pool` VALUES (632, 'TRON', 'TK44HNENxobkvxU6yJ9uKWExH7fqMwWXsQ', 'TGxz7isDPELWUvOUKkfjxalvC6nxxvno1t0dUFp33zT0JsYoFIp7QhEXusWgmCLtJ2FBpOI0hUYKqXX6BcfvkXTdPX+8XabcOPYyzyrdpVW1GtAujwtqWZP3qJt48zROcLrRoiBE3UEt4QVBh9LFsncQj93HGCeRd+ZnOjzGfSQ=', NULL, NULL, 'no', '2023-10-29 16:39:49.178000', '2023-10-29 16:39:49.178000'); -INSERT INTO `bot_wallet_pool` VALUES (633, 'TRON', 'TSq2jywKbDw9mreQwKc9bPXCKtehSFWvVV', 'NAC3tgXHZiKwMyAfv8JrqnuHe8MJZWvlljKZtm4e5qAL3f7Q5xaZxHVRke9H/BPzWEW6VxisT29SPTL6bdkEftviqjN+zf69+pea5qGoOu5Rp58gfBBonsBpgq+ohfmv9em94x/1DkGHg364+JJSiSUIE1zGuUp1kSTL+lR4u1c=', NULL, NULL, 'no', '2023-10-29 16:39:49.183000', '2023-10-29 16:39:49.183000'); -INSERT INTO `bot_wallet_pool` VALUES (634, 'TRON', 'TJ89rDNi14He8TpEL6gavmJighjavNLoGo', 'XO/PklNqlQEeLIELyQkPxNDAKOrZgNX9+nZ9G/iGUDJISHVXOs537lmJPjlzELB6XYa/4BR+AduGAzZffVSLWcnLLAmO1fvHAsC2MNL8nnlJ0yREuZMyaTXfM8DKn7JWOEm2iwzEgM9dr6B9MHKlttGdcuuUwO7jcVtPcBwBo8M=', NULL, NULL, 'no', '2023-10-29 16:39:49.187000', '2023-10-29 16:39:49.187000'); -INSERT INTO `bot_wallet_pool` VALUES (635, 'TRON', 'TX6FH8UH1qVSdu1qara9hcDRNfuNriwdRd', 'PIh1ZcucHy/66N7dZdiYTI1SAEe4MPh5/MXywOyZiLvKYni6xhSG8iz1qlVY/NR3c4HsENGdEIHMJCdOMLcDAFuvSx/BYZDMtvdSUHhLwLuPrj74rTuNCws64f/Uj9RgnzVCuzpLrE5mYTsur9TtVZ9ddR9m5og0kERRi7DBEKo=', NULL, NULL, 'no', '2023-10-29 16:39:49.224000', '2023-10-29 16:39:49.224000'); -INSERT INTO `bot_wallet_pool` VALUES (636, 'TRON', 'TTPRG8T7oebApTsRtJeMpdQc8BuknXUZpN', 'fDV3ePckfQypEB9XNdvYJHNMGMxB2ZeLoMaP04UGhhuFzfRIAfXRd879B8EByEgyDpjWPTCZ204vvuk8mzVgR1xTxcx9fUozMaloFB/Jzhe/3PfNjAPyjxuir1r5cJgzdS5HfRKT6rh22cMfJulJdc4P6+nFMUZSi5PzYjSmoOI=', NULL, NULL, 'no', '2023-10-29 16:39:49.235000', '2023-10-29 16:39:49.235000'); -INSERT INTO `bot_wallet_pool` VALUES (637, 'TRON', 'TRQU8KGWuwjnQyLCMZ3b1DZP2MNUdBPgSV', 'XOOgsOfEZ0u82/bRYRNFJ6RcKdGAUDkUN8QYY6/tQkm81hSp8v0PkZ3eg+gTgnvSzKUxdvl2Rrpbetojl1sVoC2y2vvHP6SJfez/B2JPjf8IJACUSUiSBcISDKpQW8+/o0xlaVM6RkZ3HCzip+OLlnPYUUcDq9vPdtPRGLkmzn4=', NULL, NULL, 'no', '2023-10-29 16:39:49.240000', '2023-10-29 16:39:49.240000'); -INSERT INTO `bot_wallet_pool` VALUES (638, 'TRON', 'TYK74n2Q29UqrusTX2efhWWPnKKpo5UDVZ', 'YiMm4n6ltKTZGq4CatJAVkwcPpQCNxCnXHW1Rer9DQIkGb+7g1bG3KbLyxhjl9FLrbTdXkkYl6YvrJA7o2pZaTiw4jVDIQALbldBVhJ4rK4cq0EtSDh+jv2RpNGCHufgC/q+CYhdL9Ls6LHu/NtTnnlQOaw+R+n2ZP5tWTxoYG8=', NULL, NULL, 'no', '2023-10-29 16:39:49.246000', '2023-10-29 16:39:49.246000'); -INSERT INTO `bot_wallet_pool` VALUES (639, 'TRON', 'TAxFYKvK2fyZYf3CuoksvchG8iR2KDqk8s', 'FsuWyydOhgQAoYwFxdsNaZkBDQ2CREChGGIBH3ib/zJCpAK40Mr0WOlQt2nP+P+oLmehW6Nr6HdlG5gaSAOh/ZVGwR84wdJ2kIm1umop3/40RtmhSs3f8EhKglpwsVmgDcyan6U8BZBR/i05hYzS/D+BpeiP5w16UXc4bZKXSSA=', NULL, NULL, 'no', '2023-10-29 16:39:49.252000', '2023-10-29 16:39:49.252000'); -INSERT INTO `bot_wallet_pool` VALUES (640, 'TRON', 'TSYGyov7JrentZAirLGSdrcDW3r5S4NRfA', 'azDPv5bNpe1KBV0Ftznt5Lb9XLR6xylbCgUNI/IXmDfO5rF+GYFI37VkMfE4aaXWliiyb+e1iNHTxEATYGUScasy0LnvD0Sude2deLcSXCsobKiMPWP2M/Frch/9PIVmlGkgFtmjxGi9RHgYnJbRihS5mKjyonDiXX9Mqle3zt8=', NULL, NULL, 'no', '2023-10-29 16:39:49.260000', '2023-10-29 16:39:49.260000'); -INSERT INTO `bot_wallet_pool` VALUES (641, 'TRON', 'THmZTtksQ7rDJTGkVG1EfXqQVqWFZmyRra', 'YewAmC47lRC1q9JcA56vkWAhCKXqjhJXsbFOPy9k0E449WZ7qB3V4AaATZUkb/wuJ8XCweQdl7eRFWftubbdkpiNUaVgHIjCWXbiu/dJMW0DaggzXjBOjEVY2/u17Au+FkJ0CMcS5ma1qDogjpl6x6yYXVKWAHpjyRNo8VmZBU8=', NULL, NULL, 'no', '2023-10-29 16:39:49.288000', '2023-10-29 16:39:49.288000'); -INSERT INTO `bot_wallet_pool` VALUES (642, 'TRON', 'TDxfnDmhiUnckaAbhsE82emJw9nV3e5WQi', 'SALsza8B7qIrasYF/c5HjOQPFG6F2BqCa87G2pb+jmpzMLC+ad9JbbmfSsyATAxx3EpSzXEw7eKJGFE+Ru2ZDlJKWuWX+uxZkPvGWErGgkWxlLVOX6f3miBdsfIgjzgqlld4l6I/f73INcPVk85+jYBskr6GeD61UfsXYanjg+0=', NULL, NULL, 'no', '2023-10-29 16:39:49.327000', '2023-10-29 16:39:49.327000'); -INSERT INTO `bot_wallet_pool` VALUES (643, 'TRON', 'TLXVDgvRoktHVzxDj2NevHrLKgNYgFbXAQ', 'jLjRwZkgk/RxymHPT+IPelS6c06XVhBsFn9XCHMtLI5Ipx4k/i/kJZfaxjCeu3KQdB9SqBgRl45CdkWt4GkdvZ3L/Z6JKKGdwD72lGTCjhOWOvT6IDQfgUApG4DsDMx243XbjnsN7rRR368JezBBJqbve/dxgGhfiIjxBHtkf5Q=', NULL, NULL, 'no', '2023-10-29 16:39:49.353000', '2023-10-29 16:39:49.353000'); -INSERT INTO `bot_wallet_pool` VALUES (644, 'TRON', 'TA4jmGnp7ye5kgfGrR1KuUJN25jFdQq2Yt', 'el/Ve1GtkwtmaFrI0dwmihKLMMVbRXD+JA4BcS3yFkcjEIukN9P6f7JbxXoV17VBpttQHvZ7kwmDyYjCtxkFbQsaj3Z4A1Qlcw5CpqOx5G+sRJbdibo075UNRVcAg8HEfSJ/sUvZHoeGquHnGExJ/w04j1PO0IDFuhuxHdyl7NA=', NULL, NULL, 'no', '2023-10-29 16:39:49.377000', '2023-10-29 16:39:49.377000'); -INSERT INTO `bot_wallet_pool` VALUES (645, 'TRON', 'TQ8eKd2h73RDWCKAAY9dnax7uqxnBCZwmr', 'EC0dbMT18WgUVFb7W5YnFou1Wd2QWJx1jH9CJCPYieIIkQJi2g312U/8L938/XFYI+1DfVUfyzlTsP3C1BCrxIzLE45K1/hrTh3ejm5Ghp4mdsmNJM0QQs/eiGL6K9CY/nM9WA8B44yByesf3mIjBBlvmRxWDYp8NbTg+wQlnFU=', NULL, NULL, 'no', '2023-10-29 16:39:49.413000', '2023-10-29 16:39:49.413000'); -INSERT INTO `bot_wallet_pool` VALUES (646, 'TRON', 'TNy6MQ2pi9HPXMCLaaLezCntcv6oGagiEC', 'Wvgpospy5yR0jSJ+HSVVE+Qzac+ZWxDcbgLNLHOvTTafTxVqOGS1e/Q0mXcxDeixHbqLWAzn7A6hvmz1raBt7AXqJQdwSzjWXPfZylgGI6x3zbIu0ph6SeXNdoEOL4uXcliISHw7sN3d8gDWv4J/5Vs6HZgqnkdK81tm1f8GL6Y=', NULL, NULL, 'no', '2023-10-29 16:39:49.431000', '2023-10-29 16:39:49.431000'); -INSERT INTO `bot_wallet_pool` VALUES (647, 'TRON', 'TAWmzqHtTJPRnYx4JGJyCTc5Ki5r7wJ5B1', 'eQHAZIBKv7qve9chPi4UCWWV1+EWTN8rBsYPFThG3cIKs+ruKGz733rI+Gy7XqUapanUU6n3Ru+4/Xne7h/XNQMstoOp7ocZfIELq58wjPZknrSFrFx9NOtUrs1z6CrK1+WVF9sMKH4MSP5rwfN/8eRpfzzrUgD6xNu2/K+N8AA=', NULL, NULL, 'no', '2023-10-29 16:39:49.439000', '2023-10-29 16:39:49.439000'); -INSERT INTO `bot_wallet_pool` VALUES (648, 'TRON', 'TMMcBqmpeSEgrzwtLZKg7e8gBQ476BMBR6', 'QaZSk/JBFZ8urWHWjdNww86o6s0Ri2fCEnpWTnXfQR0g1/3O9zAth4RA94U+6Hgmg2pT0rGPEeTs98vsAjG4ohA35ini21WThbxjvWrAn+Ue/MgsJ41IXDekq2HBcMHuxfigGL5+Op+6H6NzmhXOnq0ftpStm6auWPIPTNg7jkU=', NULL, NULL, 'no', '2023-10-29 16:39:49.451000', '2023-10-29 16:39:49.451000'); -INSERT INTO `bot_wallet_pool` VALUES (649, 'TRON', 'TJXLnCA7yvNYR3KbGwCbxmh22u1Z4kPC9M', 'B9WWJsusUAPpfpp8hbSCdBewwigIF1r+XHTiU2aJM/xixWkDCErWUsif7/ApfvtdhgIa67BewBl7D04HPcalgC2LujfnexMg21Owsx4hT6TRaIXrLTzoKHzeP2LTABvKAvIwrnaSli+OZaO34u+gfk/TxktfRgb9vjZVCokphzU=', NULL, NULL, 'no', '2023-10-29 16:39:49.460000', '2023-10-29 16:39:49.460000'); -INSERT INTO `bot_wallet_pool` VALUES (650, 'TRON', 'TEmDuyHq4PLxrhRcAt19CmMYh1v6BmtViG', 'BbU+eUhl4R8GVYwsric5ZoiRjhb52areuOrjcCfZ4wJjkSmP/03oYD/7hgEHyawdjlzNLZKYlFtDLg4S8/iUGPoZ1eF9i7sb9SwtWIBif9ZOM+njGRXFqH2+Rd/M2oCij2VKbaMdp0JaA6zq14g2maqT0ETzvzJBQTXHXWOWrm4=', NULL, NULL, 'no', '2023-10-29 16:39:49.469000', '2023-10-29 16:39:49.469000'); -INSERT INTO `bot_wallet_pool` VALUES (651, 'TRON', 'TVWp6c8jUYckxCbpqmFhhtBAxfB7xaDowL', 'ievTFoz/HWW/SQRYHFtTXfZ8QH63rWkD021b1DRthmGPnAV6diZg5afL2l/hYKUUlaKmhEcB0U3LjVtMXypeVVJh/o0aRIShQgOQJTFpDa+BTMXszN5D5jVIOcT1vVgtQZon0gb2iVJMitK0sOPf7MJPLBk0CdrnnHsUFW0CW5k=', NULL, NULL, 'no', '2023-10-29 16:39:49.497000', '2023-10-29 16:39:49.497000'); -INSERT INTO `bot_wallet_pool` VALUES (652, 'TRON', 'TGREXo8nJFgZWZz4zd4gjq7VLPfBDvQGQx', 'KEZOHTQbwoe1d18dDy7OzOIEEJyIKNRb457VTzjiSRXU+LVvkBu44nvgiV5nAcHIhPAAKsTXUgFb4Ra9mGdDVtE4FhuB6YJ0IWI6is9fYf5Gh4llaAKjiCcdPX7X4y+DiPXTVA1cbACFy5Ej3RZN13sNEAunoxjUWoHen3kaK6E=', NULL, NULL, 'no', '2023-10-29 16:39:49.513000', '2023-10-29 16:39:49.513000'); -INSERT INTO `bot_wallet_pool` VALUES (653, 'TRON', 'TBXReAQVBCvxXRFnisjexhRkLNxttBhkuD', 'Mu/tWuLao0yIgiVWATRo9rplonmJSJTOdWaj80l2GmYXrxV49ab/CnAyqR8lFgdWCqCzv3oJPhZSn6lKLcvUss/CqZCbeoZX36epb0S2sPwLyURWNyY7roe+tasMIH5pC4jk1YDJ+Ys7H1qop1t5dRPlSwTeuRyKJbXJRriROzM=', NULL, NULL, 'no', '2023-10-29 16:39:49.524000', '2023-10-29 16:39:49.524000'); -INSERT INTO `bot_wallet_pool` VALUES (654, 'TRON', 'TPLTNw8uNVFugYr8YguTuMB3nyuUew6eyy', 'HmY5fcvm21G1hQmBL4Cj1f7bNF/tCoiDShD0DpHxdwXkFoH5FY2Zfn9T5U2GUnGqBFdj8lx6EDZAV+NddYBlCbapDSYahQnmgvn/3fkewRXaGeRbNq6xCCoavE1NyprezRBWsAJnrdyIRRv9fZuf5Ed7FoFKBqEqncZ4FCh93kg=', NULL, NULL, 'no', '2023-10-29 16:39:49.534000', '2023-10-29 16:39:49.534000'); -INSERT INTO `bot_wallet_pool` VALUES (655, 'TRON', 'TGGDEZe8BNyc7zBAPNAAmftmiNcEfRMehN', 'Bjxdg7mFgmuh/qiNWg9HsQGBmeeRiQdD1kn1kbp5keCxa22J/UoN3ckZquEjjxsSeNxt/ECeyeDWfJiGVOefUHlmt+oBZgAvHlpx2YVZr9LOyjG4kQihxV4UTQKXGjMoml6QK7PdUUSb0ViCAwRX2ZWZ/oINILKtNE036MVh2/Y=', NULL, NULL, 'no', '2023-10-29 16:39:49.545000', '2023-10-29 16:39:49.545000'); -INSERT INTO `bot_wallet_pool` VALUES (656, 'TRON', 'TRYWxDecDyfNqGxU9rTn6kzoczZWhojntV', 'OaaMnSVf9xHsuTtWJOXRdt/ODFi8N6iCyiCUN+pENes5YSAdQBkFCuNMu02PxWwaSQ7m0/wqHhk9hgw63j5KYnuRoNlR5YeDILKsDCVpP/yAmfo0sgn6tM7U8/wKdEUFRJL3OjC4+Icgq5jCPnnAnlDKTKWo7XqakyuMC4xwgVo=', NULL, NULL, 'no', '2023-10-29 16:39:49.582000', '2023-10-29 16:39:49.582000'); -INSERT INTO `bot_wallet_pool` VALUES (657, 'TRON', 'TXDVuZ4hH5vfNeQfuBPetpuqfmLTtSxwWt', 'OVnKgV0fHfHpgg7QDAjKRrt9dXUwghCGy0LGi3JJG5cDQT2vROLtiPvbjEWULEhxdE6yXclVO+W3iWJUREeqi03ljheLCVfWtJtDydChU6fPQthgzjGCoQNKrjvpu/fT5BCETtusTUrpdOrde1zAqNZqHn6KOJcUoZA3ie+twYY=', NULL, NULL, 'no', '2023-10-29 16:39:49.588000', '2023-10-29 16:39:49.588000'); -INSERT INTO `bot_wallet_pool` VALUES (658, 'TRON', 'TP2NiWxfUvRRyZhibJWwCoVgqWuzgvjLLW', 'GXVbK81nAEqDo2k8R8GRAPybBLi5OFPPsVuXMpjkiKyBC/45Gs8hgGSt/bm+Cw6ls+nNAiLVGT0k4cPhaXaSBJ1/mGxWjfJE+pd23VPhlr8LdxhdfJboBbmD5rOVP9fsjWGjdVkrfmjQ+fHFLmzz2u/PKRRUYTtEhJnPXB4KKD8=', NULL, NULL, 'no', '2023-10-29 16:39:49.594000', '2023-10-29 16:39:49.594000'); -INSERT INTO `bot_wallet_pool` VALUES (659, 'TRON', 'TW1UssyqMnP5WSnNyJiQJxTx6FZXta68jH', 'j2nP85ajqvv/C5tPEXh0kerXGsYL/LfJnYv/gVvulicy7t8py2jrO2GQMI8bn5w7vZMjnczv856cX8jzxVX3pTo6qHkefMWSBaGE1tV6qXdGm51ZQ7xLVQn3o6LyYwIFUVEI/Vv6P6saigIJqx0TK86gANHzHE8XGyvkSm9+IW0=', NULL, NULL, 'no', '2023-10-29 16:39:49.599000', '2023-10-29 16:39:49.599000'); -INSERT INTO `bot_wallet_pool` VALUES (660, 'TRON', 'TDeZPLx7AuLi1AzBrAmrYA2irUxobTkdeB', 'blpBm6L93j0Neu5LXmd4yc0F6sJRrIrPADXWx46jsAu48Z5y5yX7vd3TpupAAeAig6L3kE5YE3d72LvkuPLhyJfoNcxZGbYP3dGRb5Kq9zK74tScdsTwFd9SG95Z5RqKN6l6+hLqsfUE/yQJmiwB+fJenBDVaKDFlQyEvO4327s=', NULL, NULL, 'no', '2023-10-29 16:39:49.606000', '2023-10-29 16:39:49.606000'); -INSERT INTO `bot_wallet_pool` VALUES (661, 'TRON', 'TE41GKTtapz4m5F7K3XjNyjLENqvS1nq4z', 'DqWcN6HfAhkukBxdC3/+z/yccuv4xrCJFpGhFDopvAb5QlAi+jmA872AFoOoU2jblHAZg4++KhRWuNxlmN/6aUBtJsO7qv2wl9IwMb/LotCPKyWmoMews//VpA63jG+ZU2onQbugLRxNZWQ98cQZ8xgqrdpdujRfwCRojqXTnBQ=', NULL, NULL, 'no', '2023-10-29 16:39:49.619000', '2023-10-29 16:39:49.619000'); -INSERT INTO `bot_wallet_pool` VALUES (662, 'TRON', 'TPfpzr6ph78BJuCvn2mKiyK5uwuHWPpvWM', 'FCDsueKO/1CIFHNhMOWjpwNIZ3iOjWo55YYr0eE56KC8H2zrKLNnQGebGygRGhydMk0Yt0Bm2mdpBTlQyYmh6qT6h6S1Jd7TVVo2AtkIrj1BWp6IOT/n+nYoFQFo0zmOCRGDivLyCaRW4skTjvIEOYljD3PgP8oX3jo9/7MwJH8=', NULL, NULL, 'no', '2023-10-29 16:39:49.636000', '2023-10-29 16:39:49.636000'); -INSERT INTO `bot_wallet_pool` VALUES (663, 'TRON', 'TQEzFpKHi1ZzZgRArkSZPKVTvvX5eu7qJ3', 'aO9PTlE7s7yfSjJigpdf+MzELQ1ujqKuAVbEVw8qMYvU1C3+lvZ4j8yPozcKFXE/OIyFWCQWqwLXxy5e2SF2nTHEhDJ/PWtnfxeP/e2GOAFZYYRmGXj+84FgWiIkO7WHdItyfTLIUwVpk8gKqCpPTxh6Wjh7hrv6SSA1QIGjzBQ=', NULL, NULL, 'no', '2023-10-29 16:39:49.641000', '2023-10-29 16:39:49.641000'); -INSERT INTO `bot_wallet_pool` VALUES (664, 'TRON', 'TJy5h9JTV36M28txNqrEW4StP37zPPM7LD', 'U9lEvPM37y3PzeIIVfuttndq32zNhK9T2QKIuLfrmsQB1LWyezNN4KWXuKzzeyfkfHBn+uJj1qoaZm34P1pprCZzqqzWBeE7CPW5xXvsWEmnq/6z5dZNmpmMv+oOi/acUq5pGHhizmpXV+PSwxNHJMFp5vvpAy/98NQVhQH6KRc=', NULL, NULL, 'no', '2023-10-29 16:39:49.646000', '2023-10-29 16:39:49.646000'); -INSERT INTO `bot_wallet_pool` VALUES (665, 'TRON', 'THgb2tyzbpife3j9NeiHdtwQJZmccKkQok', 'NcUODBpNs3I85MehMXWsdTal+nslWkve4W38na+h+dgxeLE6UUo5kM4LDAeyr7O9csg1Fg1InvhlAd5MsZTa3AeuaT60dbJPTLLG/tfFmphlNgGHZBCTSt9b+ArWjHrhvSfFPd+7m43724t3ZEsN7qK+AcvTZVXs58y6bP2LS5w=', NULL, NULL, 'no', '2023-10-29 16:39:49.652000', '2023-10-29 16:39:49.652000'); -INSERT INTO `bot_wallet_pool` VALUES (666, 'TRON', 'TCm3LLH89cuEu5hCPJftyJjTRMev31exzR', 'XGozVwwkm/kL+Y8yPddkvV6pfvbosA6HkB6ZJPsG0mT4W42dmydkI8vzbniwS3dSwCJDaw+df6kRz68kGle9Ri9FG/ztiQxt+37SA4YnMZfC7YVTc6EfmaYHwa8/diBBbUcAixPoEl6ZfA2nM6FuJmkcO3horJx7vvtKcFvHx4Q=', NULL, NULL, 'no', '2023-10-29 16:39:49.656000', '2023-10-29 16:39:49.656000'); -INSERT INTO `bot_wallet_pool` VALUES (667, 'TRON', 'TLbk6NxGeUsMFSz8w1DTQh7WPNegmhkBmQ', 'NaoKditb06WM+AYz04HQf880zbKz3Rx3Vx4Cgv+ms1QNTp3P6AAOEKXx4RfrCn+NYBoIpr1NaY8lhqteNNkiHE7Y4Baz9agS5U/mjd24p/aB7wUK2iRzzw1SN8cFlsWhHaouecggE0x892EoUdrP9MWEQ9sz/L2KCFtdCHawt6k=', NULL, NULL, 'no', '2023-10-29 16:39:49.666000', '2023-10-29 16:39:49.666000'); -INSERT INTO `bot_wallet_pool` VALUES (668, 'TRON', 'TLv4BhebDJKixMFehaUyW9gT847a9LeACQ', 'bKFsiGLKyCDm1nnff9w3eo9J8UXrHHw2REF95E3qO0hOR8Ol1IaO6z62qbf7MFXgCHxEyRONVzUAsj/MpeUlVfqrQZdM6t/tN98dvOewZZujHosQK9rDiXNprGGSwETUFEAlWNz28v2l7fB7h9zHxI78+gNkBrvWmkGgXvTD1ys=', NULL, NULL, 'no', '2023-10-29 16:39:49.671000', '2023-10-29 16:39:49.671000'); -INSERT INTO `bot_wallet_pool` VALUES (669, 'TRON', 'TVrYzRgkwqApUEMEJmKhzeZfwVJhZ1BrJR', 'bCdlEqo7pLNJYzn1tS3S6RVvfIzH/fLLu0WNY6B9fh2YTni31UdUNxBB+bmpXFrM60FrLQuLkBLykHKBfS9nWHDegxHC/ucZLbudFMY6IdFVg2af2GigVQqbDbQI0xrLTIlSSqheOjM+qvmPQC84CaakjZxlvIURbuHtjUQeA1I=', NULL, NULL, 'no', '2023-10-29 16:39:49.697000', '2023-10-29 16:39:49.697000'); -INSERT INTO `bot_wallet_pool` VALUES (670, 'TRON', 'TUAuyoNkkdGj4FMQfcDqPETNTwRQkXWqRi', 'iz5oId3aKlVBZXnJ4Yh6b2fnoH9MtfTPnBAWcY8KhLBUUzIidwR24QP5kRKgjFIDD86jtNX6K/iBHsLeR82vaCTZn0eNiAm46D0i/Kz9EGE/n505ut1TG3ij5MFdycHP2jSNPkOaw/8A0PpkLMYfi/Ao3RV/JwUIOP7QXBcUZGU=', NULL, NULL, 'no', '2023-10-29 16:39:49.707000', '2023-10-29 16:39:49.707000'); -INSERT INTO `bot_wallet_pool` VALUES (671, 'TRON', 'TX4SkNngct9CT8PvcUS3cJM1C2T9WVaBMG', 'QYAPi6UPlLmVv++DrJsYKKmDCBNcVFfE+6vbBGqq5Xyhg8IXTgPRLRb+L5E22rBBiKF7K/csV8gnjTEFMcFN8qH99YwKAnj/LhjhfV7EFKkoPa8bqjpW5TE2TFzFVKQOzUg8oqD9pAhR3o+pwfiwIQw0737/mGqrdkLTrWyblVs=', NULL, NULL, 'no', '2023-10-29 16:39:49.714000', '2023-10-29 16:39:49.714000'); -INSERT INTO `bot_wallet_pool` VALUES (672, 'TRON', 'TQv1mX2ZzBVhjyRH15MJvEn7TonGe8kEuF', 'FBcr7zkTFBFOhMAuHms/DzYfFNLfUfQHvbaUsTZ+SGX3H3oQOso1owG34nCKfjoh6SlK/Qs7oGw0g98cvIW7Hu+y6sgKK0ZJItQDq4rwOhILVWMZA3wrD93oH1b345gD+UGS7lgN9D8evP2zn5+7ZiW3orco01Jia2Xl4Jb+Tb0=', NULL, NULL, 'no', '2023-10-29 16:39:49.724000', '2023-10-29 16:39:49.724000'); -INSERT INTO `bot_wallet_pool` VALUES (673, 'TRON', 'TS8gGTYtQwXVpuDWzmoqiWzXrjb3L1gW9B', 'WEs7mzzHIcsv5melilO20md2auaqaPu8YV5GSMbL816bCzEudRnvycKkKT1IECk4kMeQJLJqT2Gge88w5E/8ofngBzlS1sE/eVcxTUinm0M+bw2SkKg6HDlaIs9KQMTb99c8eLMk9yvZTC9dQIuTcEM9SBly+O/uUMgvXg3hySI=', NULL, NULL, 'no', '2023-10-29 16:39:49.735000', '2023-10-29 16:39:49.735000'); -INSERT INTO `bot_wallet_pool` VALUES (674, 'TRON', 'TQm1ui2i7qyTKNo1uQVz4ERTK21mgyQJFG', 'XJMoQIcEEu9y9LYWdYFYjuTck4Ayav6A40AZscXVJpzp4r22oNL61a+0gkLNND4FLSxG8bNwylcBZQlPftn+37XlXSCqNAtttOOrsQj30DzQDAH7uc1X8R/1W6HtpPeYtDaM67mAdTlSvdrilUtuBW2H6nexy4KjgT436Qr2t7o=', NULL, NULL, 'no', '2023-10-29 16:39:49.777000', '2023-10-29 16:39:49.777000'); -INSERT INTO `bot_wallet_pool` VALUES (675, 'TRON', 'TXwKKA2NzAHrhDbh4TRuebkfpFKxQbcPmy', 'HWawhbN/tr4fNYucgTNmJZPWrQicLfwfly01bZ4Fn62KvJ5RXwa+oChWLnqhc9NMwNnrKiUZN2q3cAkFJ8pGp/8n/1H0ApvVVWBlG/Y+wc49usurgVWYHymm7LcEUPPkA+s2fp5SpedeVy/+hxHlrhcinrHHo47snEv4cJZnk/c=', NULL, NULL, 'no', '2023-10-29 16:39:49.784000', '2023-10-29 16:39:49.784000'); -INSERT INTO `bot_wallet_pool` VALUES (676, 'TRON', 'TKyrzbzSfkXyqGkRakqx5uQiLt2SP1TkTq', 'fWY5Vp/QrfxZtN456fXOnSvmNngDTOTBDcGtsFggIsZVQAE4TuDESnWzgvR7pCoW4WqfSUj1RKV0cwBv5OiK2p9Cr1MLjCJNKrOLxcchhDxEUcthrHBTZYjFenIsI16IeGOqlEcm79zc7PLziUzXtyHfa2j0I8ybDflZoPPzqf0=', NULL, NULL, 'no', '2023-10-29 16:39:49.787000', '2023-10-29 16:39:49.787000'); -INSERT INTO `bot_wallet_pool` VALUES (677, 'TRON', 'TWX956GWnz9xikDxw7ccUVyVF4mxH5jXk4', 'JDA8r3oqgBaEmBEosu32W54HczGLYZV7XDtOrTMQ8m2rUD0divlHnWLJRZo74JiX3mbmW0nUqdTzmtH9uErssbMrNj7685b8YrNbn+QBUWqpfc1QzrP+juZq9XpqPEIhFCGAlb8/0nR4XbABfyjUmMfnFFzrSo0e7A4uryhK60c=', NULL, NULL, 'no', '2023-10-29 16:39:49.791000', '2023-10-29 16:39:49.791000'); -INSERT INTO `bot_wallet_pool` VALUES (678, 'TRON', 'TQnB8T1Z8eXHAnzJ154xEzCu7XqXC8EtzN', 'bvQm4ZLZR7YqM8God/yFKGmV7CX2HQg8KYEyBIb9vfdv+eghPbUBek+jIfIWhkMh3/s1GG0cucBvzWsn/fDxOM9IpveWXjXnBdzzjSoZqf71JHK7wjk20jklmDGJxtkXmHcvP1J8EM2+qZryrbdBBhwEkHkCguQCs7y3aS2X/OY=', NULL, NULL, 'no', '2023-10-29 16:39:49.795000', '2023-10-29 16:39:49.795000'); -INSERT INTO `bot_wallet_pool` VALUES (679, 'TRON', 'TGHMYAzBqWs6EHXiTEzjKdLQzXf2FA83Na', 'CtLNSaY/9Ju+Z28PPu4uEIqiP+cWWwk4JUoID8/nbRRa4THooDqfoRU7m8FXgOPWo7KCI+HsRiIc3crpvV3I/9HfoImFM/EWonIGnqDhLg7By2+hqhfX3u4siiIj9own6WErQE/tXez19F/shCiH7a+C3RKqWWqyd4ROc/wD6KU=', NULL, NULL, 'no', '2023-10-29 16:39:49.800000', '2023-10-29 16:39:49.800000'); -INSERT INTO `bot_wallet_pool` VALUES (680, 'TRON', 'TYVYEUGmf3s4jV6JMAJYHv3KCTAN9WrivT', 'WvfAlSWGgKje+9qpUmCoK8In/ke5LLzp0U7/eDZIRPOSHCWlvp+NuCx/wPpW5/pG7B0H6D134mFDhJwdN7FOo0WlQ8mMpGu/7dHqHRDLEwo7IGDD4BDHCKi5zQ8nl2lcvd6LjnSsFx0cbN7cpGGEb+CHLK1fkbUHWw05dAHRgp4=', NULL, NULL, 'no', '2023-10-29 16:39:49.807000', '2023-10-29 16:39:49.807000'); -INSERT INTO `bot_wallet_pool` VALUES (681, 'TRON', 'TAcGUQb8Su8gkPbp4eNK94gyDy8vX8bDYx', 'X0HxujSFpE4UAgzJGjZEui7+keLKpo8BWIsKwjnYLAzGaESkkhe5N2byoe5TeYrNdYpjEbAaa6rycJ0YvZPLSxaOfhnZN+M+jJr9qO3Dh6XVo018VjTt7xWnhNfYQgLl7RcmNtKYES2WP76ptAOorOkysshQPhznavL/IyCfchs=', NULL, NULL, 'no', '2023-10-29 16:39:49.829000', '2023-10-29 16:39:49.829000'); -INSERT INTO `bot_wallet_pool` VALUES (682, 'TRON', 'TC9wU1Hg1MaUCREDGz2CLQqKpCpxK8NrcH', 'TnZW8ElwirRbmjG4ghd5yNVfAOwgem99m7S0MnPC7/9WUe1Cy8jhAIgecysbfqVYtFqgBKmFbTKmlJRBkmDmjuzdiXoSXsULzASh5pJtKm6qD+7Ut6CFUnbTyU+gpXpN8I/91cQ7MeQ37KCn9ahDQvkaEs0DgD9SaTgEYs+DT0c=', NULL, NULL, 'no', '2023-10-29 16:39:49.834000', '2023-10-29 16:39:49.834000'); -INSERT INTO `bot_wallet_pool` VALUES (683, 'TRON', 'TTHS9u95Wwrx1RmabA9v4obwk2WTswAKBe', 'lOlOSAgNpeqTg1sTtgz7AtWXAMoq//K9EsbMdmGeR6Ow1V5miAbqEgpuxWpNPg5tI/9EsG3+4qdY+trcumqtf0zL98mo6QqHEI46Z+xLxjGC6+7/uBBencXZL7BNxrq+8vPH7DajLgpGTCB1B+QmWBtnEaRXFwvCWOIhcQYv72M=', NULL, NULL, 'no', '2023-10-29 16:39:49.839000', '2023-10-29 16:39:49.839000'); -INSERT INTO `bot_wallet_pool` VALUES (684, 'TRON', 'TGBEscP1kV9QcdoGXzfS5QR24jSmXGvw3F', 'hnnRLwputPaLjtrVJWsfczioxu5fZ3ckMyMemJnk+39Xl4mrmBc2AjU9UBZJ+FUbPAnnajru6A4Dr0RAwIY039Pm9SDCuSQIb1XSMdbGpCPzpIkWRJAET+I56Me8F+tOotfCW1buSz+FevkptTaF0vonlg5luSH6t+DXUOWJEUU=', NULL, NULL, 'no', '2023-10-29 16:39:49.845000', '2023-10-29 16:39:49.845000'); -INSERT INTO `bot_wallet_pool` VALUES (685, 'TRON', 'TMGvMXFtAWLu9MLZGTceuC8Zk5v34PuA7h', 'HXGBG1MFsOz3oOsC5z1XEIM4gQMXfrdZc5bbNWmisAmOVOAHwNbUprAAIIelhvbLNmsvl8XtpNQ8YPCN3ZgIThQsVT3hqb4lnbWtBdEX16hEC9t+rqGYgHrNoiLyhWeJI580DePoEr+CbSC3EmshvIv21gENh8k7hJWlg0C0HNQ=', NULL, NULL, 'no', '2023-10-29 16:39:49.850000', '2023-10-29 16:39:49.850000'); -INSERT INTO `bot_wallet_pool` VALUES (686, 'TRON', 'TMFkWDQepCuGkqesbfAYoVoXYjRh9QuRUh', 'PP8EryXzMQm1IkfH9kLiYj28+8W8cgUl+3c00B7HlC282nFpQ88xnDYJCAYV/p7kUijqCziLFomkK4ly57JWMTVUzfO0flSgVBymbMf4qhP2+5NBfEQZXZrFb9i150rphtodZVtmfr5KOt7mzan56JkAO2OK0M06iyIaaWPhBx4=', NULL, NULL, 'no', '2023-10-29 16:39:49.855000', '2023-10-29 16:39:49.855000'); -INSERT INTO `bot_wallet_pool` VALUES (687, 'TRON', 'TA1cieyfjyXijFTfcFk8YEpWy7BUCyhq2n', 'UP/7BI8qyNc33RHzI49vIIMcTM/PJXfLn2clLLTLB/n6p4Rj1xLFfsq0c1RvPDtV0eRp1kaULRGCbJqK5GIdUGKvWEgqS6JAxfvaF16CNnrcBJ56zPn+qb9NuasaE2AhGbqwmaM9P1FwoQRDakutYEFnjU9Mn/fteyvu1M93Auk=', NULL, NULL, 'no', '2023-10-29 16:39:49.876000', '2023-10-29 16:39:49.876000'); -INSERT INTO `bot_wallet_pool` VALUES (688, 'TRON', 'TGsK9b1qCR54yn5akPEjRmpvJ1rephSydt', 'V6/RFZ69UjsVFvCa1FgMdhhagrzteAu3pEpD9wU0UlSfO3mKec7P7dkn3fpc2yLSVRMkS4hCcivfcdP3oh6M1GrnLCXl+4Hwu8+z4fNlePd7gdikCKzo5qrZw8uctgiR9lc/BU5RNsdZpauTJeFBxsu0au87KwT4lW2FR0w1k2A=', NULL, NULL, 'no', '2023-10-29 16:39:49.881000', '2023-10-29 16:39:49.881000'); -INSERT INTO `bot_wallet_pool` VALUES (689, 'TRON', 'TJWaGdXYsPADgcHKcYCEcMgANynuPzCVb3', 'TJSjoVgVj17tDNJ1CxYZuMN9q9inDjIKMF8nrtHyd0cvlEK9xxt28pMCvVDUjjcXqEiuDCZdKFghDCg9I2/VzguD8TTwuKeZBMHvQb1vuET3a0adhGF2r4puV1I/3+RtjQiWuXAw+TzF5MPlJrJesvxl/YLFK2Bg48zZ4xnPFXU=', NULL, NULL, 'no', '2023-10-29 16:39:49.886000', '2023-10-29 16:39:49.886000'); -INSERT INTO `bot_wallet_pool` VALUES (690, 'TRON', 'TP2iLRT8Bnk8iJ5cUgndTbChEKPJ7Hchue', 'EpUDiYRQA3pM8RNP7+wWCahXv2WcYCLhJeNn+x7Rkn8nrQzeAKHMGQUejQymyU6AUVF9fM2oK5h1UReOa0RIuaoKH3lBquYcgdstkaI0zNDIYfxCzgLOSL7QdCsU8sxEczujSGVTpPhKGnPKK5yZA7S6EnTA7M0tYfDLspMcJVE=', NULL, NULL, 'no', '2023-10-29 16:39:49.890000', '2023-10-29 16:39:49.890000'); -INSERT INTO `bot_wallet_pool` VALUES (691, 'TRON', 'TJpE2MZVZBBMib5FwPmaNYUB5U1WH1xb7q', 'gfLRXqksH6kd63TJc3zoLz/znfQmrCVOskI1pxU5YMR0vzX+5blVBhcU9NBjCSrryeVsvOQudxfCx5ugOUqZS6vfI8Dq3jAvdlcuZvV/mxJqBch7lJpc5sOzmT7XLlVkHwJwS17M7gzTRh+bbto3KwRdvi7qEgmRovbfGUDM1W0=', NULL, NULL, 'no', '2023-10-29 16:39:49.894000', '2023-10-29 16:39:49.894000'); -INSERT INTO `bot_wallet_pool` VALUES (692, 'TRON', 'THC8oqfNXehVLwYNVNv3r7Bk7oNddszKAY', 'SQNUy+xSDn02JIZwz/hNxO24c5jr5ZHoTF4Gluntiai2OnARyHFUDxBDEk3ASxQq/7wGgU4KvgrBKxvzKIJe59GJWylEhc72L8H0KgspNhzwN7qkGKpFiOJmkbXbXs9Eru+wPOhhMrFWkmR4MV17KbOfUCVJ+jQn8bEYfYj6ZoI=', NULL, NULL, 'no', '2023-10-29 16:39:49.930000', '2023-10-29 16:39:49.930000'); -INSERT INTO `bot_wallet_pool` VALUES (693, 'TRON', 'TEJw2FQX5u1HUhSbPGwL3FPsNwf12ep85S', 'KBsI4MhJCw77JRUsW8YceoWW59ID5mC7hRHhXpSNYMGLc1ZkwLeCYtKoeO8ZAU/+UyW6x3uNo7L1Sc9BjCUUlTmqgvIRlgIJp8Th63CejRpbSM2yL7b5/Kk3nq33l7naYXZ6CogmuDP6bnfSj+3YBFlVSDX4d1zW7Ivas+00A5k=', NULL, NULL, 'no', '2023-10-29 16:39:49.935000', '2023-10-29 16:39:49.935000'); -INSERT INTO `bot_wallet_pool` VALUES (694, 'TRON', 'TGpftBgsa3bGAJhrZ6yUX8VvMA1RSfNSp6', 'gfZoKg4yysdB9XEkE/Z0m7rTYIjr+Pl0vYOkSNbteXmU8CPJ7NyFFBkIKlzeJKaPHi1Q2VTmIsJVtifaL8VgETSSbmJIpditCArL5XSJAEYYgi+m2KPd92vUElLUYL0KQq8tNnp+/a1AJvwPe1Fwc4BID1FlF49gvu/0HR9+51w=', NULL, NULL, 'no', '2023-10-29 16:39:49.938000', '2023-10-29 16:39:49.938000'); -INSERT INTO `bot_wallet_pool` VALUES (695, 'TRON', 'TYJTzo91hshZ9y7HKvdUVxBTYMmnjA8zQW', 'KyETNKoRxGpfGYZzkXDKS8y1ERnoOZKwc9q8ZqVHBvoNd09ztuG0MPY6XPeLeCr8w5PwlAIuLJfPvagEGID785IjQzrom8723szGPXewOwGXfuMINEicUFzeOAtpKNesQ5f6mj10Lgwn3NcBrS1ypbwDX2V6OyOs5bTsQixATig=', NULL, NULL, 'no', '2023-10-29 16:39:49.942000', '2023-10-29 16:39:49.942000'); -INSERT INTO `bot_wallet_pool` VALUES (696, 'TRON', 'TF84RyrjgGM9X5LbiBS8TUynAurgHYfHtU', 'i1CvArvP+D22xTCZz76s4rZu+3eVQ/XxmqoC/IJCugbEtR7ZLr1V8OLAcUQhAe46oeXxO9B3gePtur2y+MCzhzsrTmpohz71kA8ARG0co4Bw/auAG8JxjiGY/I9oY07fsgDb6B4uCyN8ZN5XUJIP6laXiV/Xgmd9BblOKKv7RH8=', NULL, NULL, 'no', '2023-10-29 16:39:49.947000', '2023-10-29 16:39:49.947000'); -INSERT INTO `bot_wallet_pool` VALUES (697, 'TRON', 'TR8g3TsKfDCxiYUhRw9U31g9AX26cE5wPh', 'R66n0zAdJKleshe6algL4ys0/wKyIKikcKEPIeMgGBlFTEFwRxWJ5gxP618vrFM35Zds3lrPfs0XoV9ooOldVwhFfmukXox5bx8VsHpqrF0qCpcy4wOcN536oNBocm6px4lffscv24UfSQGqdMq4EiyS/zwvy84JKmLqg1SZr9Y=', NULL, NULL, 'no', '2023-10-29 16:39:49.953000', '2023-10-29 16:39:49.953000'); -INSERT INTO `bot_wallet_pool` VALUES (698, 'TRON', 'TKDcQXRXShFWK58x2d6EsU4HX1biTf4Ee4', 'G9GPmABdeBsnn9Vmyt/IizUf+URhPEKHhQ7CGofBoldT0rEDEaK0umZF25jsWWFWLBmmoNZr9bKZ+semj1bMdRiuuNORKzDq7vM64WdwJlSFTZZJqJW4rLENzFd1geA3ip3mq92Xy7oRDTg+flqWPiJI2nDqt67eu/lr0VgvOd8=', NULL, NULL, 'no', '2023-10-29 16:39:49.957000', '2023-10-29 16:39:49.957000'); -INSERT INTO `bot_wallet_pool` VALUES (699, 'TRON', 'TAaczGbx2FnYvEqRAB7SN7M8DVB5kMsVSf', 'JZCresJ4zIPOnhmw6gmTh88R3w7WUMeaFbk9l/55APprYDx82NaIRYsvgJ3xktrylqvf/6x6Ks75Au+x0KAW4Yi3AMtzJdDkkU9MiIs+9t2xTXWYBewL0hfLmRro6KXXgdGkFiO3kJGFWnmVz3enyAeH/9/NLckJrSEF0sBhCoQ=', NULL, NULL, 'no', '2023-10-29 16:39:49.995000', '2023-10-29 16:39:49.995000'); -INSERT INTO `bot_wallet_pool` VALUES (700, 'TRON', 'TTG7bPvyXthCx2JY2gkesKtbxRiXYhUKhz', 'eZEyR+zYHFVtPbXQm/EAhnJBe+XDx1/76+DmH3SPPoDbrHp08CBKmh9GlYC5OccTIoLAUQqTaVbPMXI/INeRKIPbqh+i38kFWvbAsfE3LAKsSQa9CQahUio6kvcEXEMjJrRYFjax57vk0LfYmLhVqdBybm6Vbg0hef9gbjNCBtI=', NULL, NULL, 'no', '2023-10-29 16:39:50.001000', '2023-10-29 16:39:50.001000'); -INSERT INTO `bot_wallet_pool` VALUES (701, 'TRON', 'TG4RFAze7dCA74AaSnqE7JzLEqwLh8zKmK', 'CXKK1wT2GSa7J6UMzGxrxxkL5tz3k1AhjczG6KtMwrVBnMUG7Rr6k85PLVrfTdbeu1oIT8CrdlqLRUhlSwdxZ/+2rHOzCdgBUNQTr4MF8tXimsZx9McBWZ0g9Bic8yulUM8A5/aVTqN8a3Evk9VSeLUjwDXoaTLkFq0Bt1kvgPU=', NULL, NULL, 'no', '2023-10-29 16:39:50.004000', '2023-10-29 16:39:50.004000'); -INSERT INTO `bot_wallet_pool` VALUES (702, 'TRON', 'TFz4XyYchMKwAqeVbwnPAwamhjTcubS8jr', 'adRSdAeOJnsjrnrRfrpnSOH40rg9KzkSYHEf5jUzQP4hWNroGzrEjajOoCIdXb7YPui5z04pgbbRW2KpAkkH1dKMdg0gjY4rOprLBqSfwu+uBHuG+TMjFiiJvUlN8Ardrq6/hjQVyUaVAI1GUQnoKt5HOogjOqL8QXHDESPE5m4=', NULL, NULL, 'no', '2023-10-29 16:39:50.008000', '2023-10-29 16:39:50.008000'); -INSERT INTO `bot_wallet_pool` VALUES (703, 'TRON', 'TBonhMe3mAxe8xri8ycSgkYSsF4XknPwV9', 'A4N+XDW1wuQlTPBoSxwQ1JZBC6GqREifWBEuSFHRKoDv2jgf+Ne9VIscxwOo0TR5/pGCRVLL+vSqLpXo4AaoY2ux7jK4t6vcrx8tLRhcwHhnmSJDBDkX1cL1XhXUn7HkMWg5AJQZcL0UsnMlfCugmQH7e8OErS9+cHbC6TpIabs=', NULL, NULL, 'no', '2023-10-29 16:39:50.011000', '2023-10-29 16:39:50.011000'); -INSERT INTO `bot_wallet_pool` VALUES (704, 'TRON', 'TYW5UL2EFsMCXRNBtcgaguK6F9faReZfRX', 'H4vyt3zzSzP2qTejhbVLCmoWohXsxPG26a/bHhMatbCbs8/qQjmJdjhCZJom3IsU09M57id0R8RbsrSAte469ocH5hlw49xE86E9RO4YDP/MAhv8WKA2wW/cdJ2t94enR6twzTQ2Rb5Cx/O8v4MiEbCKIRGbkEhF5qPOV2w+zL8=', NULL, NULL, 'no', '2023-10-29 16:39:50.015000', '2023-10-29 16:39:50.015000'); -INSERT INTO `bot_wallet_pool` VALUES (705, 'TRON', 'TSTUZVpS31gmfFqgcS87sAQghdRZqgrPpK', 'Ho4Jw2HXTs5CDJDkhUhgC67Re5MItOrNbPzrfhbnOQPCihev4eF9DMsLKLbqCtCUo8RRFbENJj+gme58b/ci9Dn2xJZ2KA/Uw/tpPCdaeYDblqtnodXO8HzEU7ZIRQ47rDj2fRgxYlCqfLBf4DTikG4Hv4zgvZk3w1NmqIpTNGo=', NULL, NULL, 'no', '2023-10-29 16:39:50.053000', '2023-10-29 16:39:50.053000'); -INSERT INTO `bot_wallet_pool` VALUES (706, 'TRON', 'TKybbfa8VVxDYBAgEeEKajiSbM5nNXeq7s', 'j4flPq4XCuz7VTavRDsXLRLlS4ovEeBPdhAyW8mz62Snz0vGTQPHRqXMHO3vEhB6KnfzsN/69H9PFf/antq0HCICdIVH2CtK4X34sYVv9AYRVqTfATaSedVLunTo5f9y62fx52Jel7EqEkcDp/+3pNdxICaaSLKu5Kb3UGhB3Ew=', NULL, NULL, 'no', '2023-10-29 16:39:50.060000', '2023-10-29 16:39:50.060000'); -INSERT INTO `bot_wallet_pool` VALUES (707, 'TRON', 'TM4NZEdgRGx8DJHwkrrkzDaRqKKaj3JJGb', 'eQAEWrh+fPXAuNn47CQdvaEgnOt6Eaz6i8gtdiaQl9cuf8uGktvkNFobup61ZKTLuy5PJeIxuzoE+Fa8qjLUy2dB2+8F/pDqwOYrZ93POjweGCCSZMKJ7gbxFklVDea8xgI7ygEjFS7q5YGvIptu6tVB/QsX/O5Wl/tWzVVsTaU=', NULL, NULL, 'no', '2023-10-29 16:39:50.067000', '2023-10-29 16:39:50.067000'); -INSERT INTO `bot_wallet_pool` VALUES (708, 'TRON', 'THTBLyHw7ofTmV7kUbgpiA4ZM94ddq5yNf', 'CDZBONYbwI+WzuOQ+mFNsCYsjm6S2ODDGkdUGnFonNpPkiNeYnMX2EhOL1GLZ0+GvteWUcH3V5UPfrjuxaif/tBqkz5E5/naOMbIHqaKvZRrKgw9qhQ3HJVHXZzl/BWt6duamXVRuqngTzTmjEwD4eFg+SJLtPLM3Pg0O1XVR1c=', NULL, NULL, 'no', '2023-10-29 16:39:50.072000', '2023-10-29 16:39:50.072000'); -INSERT INTO `bot_wallet_pool` VALUES (709, 'TRON', 'TG6BwSN2s4ri5S8FAjX96WtD1RF7Bm3daU', 'Ln5OH3S+rdI6V1msctvuggp/IJc9nKGnndE2DUuMP/aunWkUWCCRRmibnUSiXMiJTZmSD1ADkWrWUcvcPvVecRhRhYqCN2qNfr1FDyvR8EPKeQ5BhGnUy9daSqC3PXqmPRm6vQnYcRJEJPPJw8XiMCm0xLl4pr+eDpUsMNdARPQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.113000', '2023-10-29 16:39:50.113000'); -INSERT INTO `bot_wallet_pool` VALUES (710, 'TRON', 'TKn4aNdxdLYoeK9dxk5GpQm4q6VbN1rf7C', 'BcPlTcBLnTLV+otF1mU/yslMAD66UurO1DpRLGb85/7MJ7TIkwKN7W8DZBdrPPnJ/J4ul45cZc/XoPD8gj3inTScHJrkvs7mRbkT+YjvqxYCHGNe7ZG0CzNHBvhAtTlGgNjlAqvM4CIpAhc0Tv0czL+rJM0GW0Y5g3iqnE7eQe8=', NULL, NULL, 'no', '2023-10-29 16:39:50.124000', '2023-10-29 16:39:50.124000'); -INSERT INTO `bot_wallet_pool` VALUES (711, 'TRON', 'TUZuWwfVmmyHQttKK9MNCnDM7YH7SgfCZY', 'DqpP8Wt7fpVZH+z4FvImeNX+cntaGRCFZked6r6FWk2NaA6sDfc2/sjzCqgTMR5NbmawZ7swyhTsA5z9KblP1fKNBE2j9e+Tq/mykcbE5C8BP9Q4m2nra8WsJj/RKf1RmutSz9RUoBy+1YYFbJwp/INPOHDqnkv9eQDxYZAZSwA=', NULL, NULL, 'no', '2023-10-29 16:39:50.132000', '2023-10-29 16:39:50.132000'); -INSERT INTO `bot_wallet_pool` VALUES (712, 'TRON', 'TJVARXyVGDnfFxcstw89JmceVgxQGaeqdD', 'AespbkSoSbYTmT9YRUlUoi28A5ddoQUSC+PszCy99mS9BQ5o5mCCFflPeEo22FJYq4NxZRA6+DpjT+mWJPAQkImMITgojdVLKY3AsDh2NrFNT0EtU6n675hEjrm3jfqGyIiefVfp+vHf5uIkiZnQ5dA43+LCTyNrcyS0r4tPel0=', NULL, NULL, 'no', '2023-10-29 16:39:50.140000', '2023-10-29 16:39:50.140000'); -INSERT INTO `bot_wallet_pool` VALUES (713, 'TRON', 'TJTCyLHqqtcdi6Ami3DfKBfZ9VFz21utRg', 'YN8lu/CJFWtlgpGTa+bH54pZRQNH/Uy7byAAxDSmBBXtodz4R0YqnTQrd3J4kJQJmvaIeNATOE567TsRDsONp87mUrxQ760s4mZXzmi4hA0j1AqPXVm/x8oCp+C7ceMykZlDsvw5jey4OIcpMxi+XPVTLnZqBRBJ0XHCRHdk3x0=', NULL, NULL, 'no', '2023-10-29 16:39:50.146000', '2023-10-29 16:39:50.146000'); -INSERT INTO `bot_wallet_pool` VALUES (714, 'TRON', 'TEDMUwppgg1UESDupBeDojXke9GbF42CBw', 'U88xsWMDF6DoSHjljSXYt/vj6wG9iMXt7b/V6WrLhiMRcVaJ4dG2wS1EL9wShJQHOTKRriB/PvFHFHgot2hdZR0ZDNkQ9ec/6HjfpQU22ugPQG46MmJLea+8uvROpis6o6KuDDh7U5KW7m9HDkZCFo3cxMkDX3OO+DhosofJK/Y=', NULL, NULL, 'no', '2023-10-29 16:39:50.182000', '2023-10-29 16:39:50.182000'); -INSERT INTO `bot_wallet_pool` VALUES (715, 'TRON', 'TYSTL7QomRKd3rEybHyU5oNSKGuZgA4GYd', 'SFqL376T8XTuhh++0uML8qy1DE8cdskrfWyHKiSbgmwaGVhktVt3B1UDWmmcCzKHRLDbyzn3DdLc4K0Q7tH57ZIaXQz+PcJQ2nVGVeDvGbMpo5EDEuwxHu5vPJWIYV6aGqSvChKkqfx4ZdlLSWQw4YuCYoOebl3f0LMChRPZOmk=', NULL, NULL, 'no', '2023-10-29 16:39:50.188000', '2023-10-29 16:39:50.188000'); -INSERT INTO `bot_wallet_pool` VALUES (716, 'TRON', 'TR45uLWo9inem4ESVJQ11quaKX3J3KEvzb', 'czzzN2Y0RhABxPklELxvf9ZGs7vIdQytP3tm/fy1tEQSH2Ra8K8dlJCRb9Gwnv3EFGja5n1y7yR7GGU/OqN2Qf1wWTzuj/GXqLodJ8VdJNH7gJlqIgYydJm7WZGcGKozzotCRr8K21BUNdtud/gUi655qWSOn+84YZbbTHC8da0=', NULL, NULL, 'no', '2023-10-29 16:39:50.193000', '2023-10-29 16:39:50.193000'); -INSERT INTO `bot_wallet_pool` VALUES (717, 'TRON', 'TP5wVV8MkEeyaPrXPNbdpidiiGXTY22TxP', 'FNxeCShH754n4wxhHTGXvKNPnqnfhTWSf+n2teGI79b2sEpdrE6hdQDXG4ZMTp9movFvrrg54vYHi7lPXjMV1wlrv9lsfwb0iKh9JLBro8jcl9qZi9uVskqkO1xcV2K6aeCyy2u6B/w5jyaqp6WcAsY0UO8UFN92onaXKurjy3k=', NULL, NULL, 'no', '2023-10-29 16:39:50.198000', '2023-10-29 16:39:50.198000'); -INSERT INTO `bot_wallet_pool` VALUES (718, 'TRON', 'TUBNZ7ZNXR9ghtYgfZHzoH5uckbQtodZcc', 'lTDuBNic1LDZ0CULS4OT5tpTd4JCY71unfLfMpqmIVaQQcSED8s1v+lrkbxcuZN+/G2W/0oGLqueP91T9GRX7+eoqeN+H/jkqqspP3nuaDQPuDSdALDXn+N/bMphftTKxPYEuVMMw8AW3CCz7ZFmZi2utcj6nsSHPoRjf8vOIEo=', NULL, NULL, 'no', '2023-10-29 16:39:50.204000', '2023-10-29 16:39:50.204000'); -INSERT INTO `bot_wallet_pool` VALUES (719, 'TRON', 'TKXQ1wzssH7tTqjSQgPgmz12sZxWqFrKTx', 'JUN4izj2Ho67/1hPyU+B6HmarUgBwi3F46/Ztkv/51lCYGLr6ZJ0PYaA9lF34AqrDu0QURkhl8Oa9mrs765x2XGCFv635eXc/7fLzmszVxCbLxYDXqdj/Fd07BJt9wB1iEYOFgJOdzNDSn7OCw1vXN0BnG8HhXllYG6F2X4AqQE=', NULL, NULL, 'no', '2023-10-29 16:39:50.210000', '2023-10-29 16:39:50.210000'); -INSERT INTO `bot_wallet_pool` VALUES (720, 'TRON', 'TE37XMRcEfbgQPmKodrHfSGV3rUuSXNRzp', 'WE+zKYsQjnN6yV/92FCWPBu+RYzH9fxhr98A/QX5iivJGr3SQ1SF289uKUp0hZ8/W6fl6xjh18eOSlijgXWtZMqcJZJSNdv8+7AKyKivVqJa9IZygulwYGjiIy93D/K6oESbM1VGon4itp8XFmT3VdhNF4GBrualEVbZq9eEP7U=', NULL, NULL, 'no', '2023-10-29 16:39:50.246000', '2023-10-29 16:39:50.246000'); -INSERT INTO `bot_wallet_pool` VALUES (721, 'TRON', 'TCk2L73u5KaXoLGijpUHtQjoaYKyKXPs85', 'BOrKd/6UTT9VgoDDAVSpx2nJpbFrE7Sh+UQlHlUzeeWLA0hgaMP+kbb1KAokFrLCTRUJrzOGGbqccVieivtdjUZbEwbGslTj59v7/c0xwtpvtseSfP6cToMNpT0vSqfY9AA2OJrinm//sEnAiDwTf9lm5vyCH1al65TDmUwj2Pc=', NULL, NULL, 'no', '2023-10-29 16:39:50.252000', '2023-10-29 16:39:50.252000'); -INSERT INTO `bot_wallet_pool` VALUES (722, 'TRON', 'TXmXTSVVFBu9XJRZtGbQPnoFKJzf1CctZv', 'T9FbPG//SmbmHi6PVC/VyCesEwnbw2GG85bk5CLqU0pGMum1BTpnAluOduLu/uaQSSKlyJsdJ3KJlocLz8RStuHCtMxZeORB1JrXx6rD3rQYE6k/oSj+4AtUvzssXWTs8iWJrSwHF/Hzzetm+vj0xYj47x4TxZr8n6RQgWENcIw=', NULL, NULL, 'no', '2023-10-29 16:39:50.256000', '2023-10-29 16:39:50.256000'); -INSERT INTO `bot_wallet_pool` VALUES (723, 'TRON', 'TPUCtqddJadvLJBEAPMF1BtpNQyt6u9sDK', 'jQLvN5WLnz/RsWV5R9jNnIFWSBiAJTbbBLTY8weyXNs5YKwTKo6nCu7dimi6EZ0lzPKfG1tRUPnz9Lfvcia1Hp04dhyk+LjxrrqbC45jddBIVd0xEyrAOgMwEW5KkjU6ImTIgmdUii3HnO9U1iMRz8TUz3nhS8frC2pr3g2rJxQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.262000', '2023-10-29 16:39:50.262000'); -INSERT INTO `bot_wallet_pool` VALUES (724, 'TRON', 'TXJXTtfA3MCv9uwwmHJNZA3ojuTGbGFXTc', 'D+Qc9SYQvhpKM9fc1OBvggfBCGT5OKF2fTHwJHkgReS5LVk8kC8hEhZ+7ncNg4Py1U3W4lvsZlwGbHJa8+/com11LUQ9n7Vfb9CzEZOO/au3AM87UBdmuxuqHybABMPsIBbt4resYrGLcWra55Awm2nkTBB6OpJz8g8hApE7fIs=', NULL, NULL, 'no', '2023-10-29 16:39:50.273000', '2023-10-29 16:39:50.273000'); -INSERT INTO `bot_wallet_pool` VALUES (725, 'TRON', 'TSudRorDJATe4Em7v6ie5UU7KmtG9it6PL', 'OGjvmM0niw5QA8w0L3u66Kb4I7y/C+V7otuq1JU556t2NsNq5Nir065RnK7YisLXfB8/gzf6N0wOi+vG/A9fxrg1ejRj1okZoO8cpfP7eChsCGUamHny84ubDD/VE6QPrt8Yh/cqYrh4ws8UvhClj/cJBdRTbyA7B5WAgCfgGYk=', NULL, NULL, 'no', '2023-10-29 16:39:50.320000', '2023-10-29 16:39:50.320000'); -INSERT INTO `bot_wallet_pool` VALUES (726, 'TRON', 'TGvgFvXycgEX6B5FifgTxpiZGwub27Q34a', 'aOzGFOoxMCZQqcluspNTQPx6FLDQ4RVQfSRNYYucBDKnRvwyHXxkefrV/m3J17xNYQJHlapzGO12C9876XeOvkehVGJ7g3PQB2OgzNC8GmsT/63kYht50AOeQ2im9ZEB0JwhDL5zO/HUK5ZbAolQKsvSYZGj5zaUmaw8fwU38+8=', NULL, NULL, 'no', '2023-10-29 16:39:50.328000', '2023-10-29 16:39:50.328000'); -INSERT INTO `bot_wallet_pool` VALUES (727, 'TRON', 'TNYj3z2yMF7jbg62mVUb6XpddsipXo46UU', 'd2TEB35G8DtHyDH8iN0944rOfTLxj/uVKWR9pDnut4eXgWw3VSgareyQ2NWX9ivq7D8qRDUeSkzuxZemfBedDgrivKUjUbPnOZ/uBiAVXhwg/hURCcDMT4XCbbZS0nXHw2YSed3QyhqIr2l2GIChe8i8Qs8ktAMdShwCyBt9NdQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.334000', '2023-10-29 16:39:50.334000'); -INSERT INTO `bot_wallet_pool` VALUES (728, 'TRON', 'TMR1TevhzvMAwDWT6NZuEpsFH62xsCVetM', 'JXmIwZ1FoeI107k3t18ZLdXMQ60jpFhCYFtrr02dNBIvYuyq6WgcCEAYfblFqT7Gq2/ust7G+B2qSsOK70CtCK9yjteBieWXvWUQ3VxJM8zlLlW1zw8IIr9j2M6yq1xZXA0ipngmrOwAWCsIfz3BT0DbJoNIBwEzZdniQtqwfHg=', NULL, NULL, 'no', '2023-10-29 16:39:50.339000', '2023-10-29 16:39:50.339000'); -INSERT INTO `bot_wallet_pool` VALUES (729, 'TRON', 'TMSK34JMTuut5edSR8w69SCSJ48oCSjMh3', 'aVk16qHH6f7ZN66mHaWl2wotieBK5TR6s19Ddk+qNw4dvm/XvSt/+7/5Eyy4d9NjCEkOr9+hboC8nq/Xlz8nBL9MQA8UmvUX0V42Um2ntCXY7P4fwpletv5+4GBqJ3rL3FfCGsOIOLq260xL/88tY2S0sk6Jq1n/1A6J8RhV8tA=', NULL, NULL, 'no', '2023-10-29 16:39:50.367000', '2023-10-29 16:39:50.367000'); -INSERT INTO `bot_wallet_pool` VALUES (730, 'TRON', 'THHXqgkBr5p7qZT2vXeUwVTomMGdEy4DNC', 'YbnaKPMq1x7upu+1t7gzX2QmnK7PJoG9DJgJR6UYBvhRt+w41IsC0L1VZcmHSaywNX6nBi9TtQkF0GooR29o+NYqvx4A39Ldv1WgAoy+00dDp42OC2CFgPQI37Kre9tcbBSkm45m+7Noq6Iu6PRvg4VMrrxniQUvkjsY8ngm9TE=', NULL, NULL, 'no', '2023-10-29 16:39:50.372000', '2023-10-29 16:39:50.372000'); -INSERT INTO `bot_wallet_pool` VALUES (731, 'TRON', 'TXq7YwKXowqrh8tMP2B68GTFm3UJdGjG6z', 'cdlxf4WGrPE1hs5UnuarYYWmxjHI1Shm+/CyE5eEYty/hRfIkQxujEzJHRX7PC/NhWUi4Uv2WkRfMtuxNVPdpeQB9kbSVkKFnmr286l6nG7AC+/pQsn/dj1G0rlXRtSddyh8EU0YjJORN1RLa04zPzD/lFLEMJTx6+TrxP7vz+0=', NULL, NULL, 'no', '2023-10-29 16:39:50.377000', '2023-10-29 16:39:50.377000'); -INSERT INTO `bot_wallet_pool` VALUES (732, 'TRON', 'TLrMm1bz1d7TuD6M6LGTHpKtHCak9QjPd8', 'R4YNdJKvx3VMYm4zgblSqNalRvE9Zp2V8GmX+mS962XQUEPPE9SsabKwkjCnvxmxqObSUYYyMRLlaVSTTDrv28O1owcvKdntUMX2YNZu/o3ikG4SdSnfrLuAmAYUffy8rJ6S5pWxzMKA2v6iPtGnycPmQRNgxA53atvFLqvt/xU=', NULL, NULL, 'no', '2023-10-29 16:39:50.381000', '2023-10-29 16:39:50.381000'); -INSERT INTO `bot_wallet_pool` VALUES (733, 'TRON', 'TZJim17oWL2ua8JeM2sM7xEX4QoeCh5jMr', 'fYO4IjsSiEe5VWfzMF2TlCEKyBb/W7wy4F6IFVOyLVlJ4XJ3Un4Tmvh0YR3Tm/zPwHKGrO8wdVDbYFlsS78xW5Bly9BG3r1KRqbCx+RUosSy3mHIYsnzu+TfLzAxgg6b5xTMEtsAT7Gc1H8tvhJkSbw1AFkTdA/jvammxZfC/pA=', NULL, NULL, 'no', '2023-10-29 16:39:50.386000', '2023-10-29 16:39:50.386000'); -INSERT INTO `bot_wallet_pool` VALUES (734, 'TRON', 'TA9s5MhUZmRbERZzSCDuTWKveSjFskYjw3', 'Ht/AZZQRSx9WpcfGdFRc3NXlKp4F8tfIkOspkfp4mETEpdsdspr4uOc6SMtdpb5L6B+VNtFeEudaaK50X/9aSYrMIQlruPYT4E5ev/IzOVpJWApUCVlzu7xLPJNEIyr83wTUwG6maGOphy5tULhWR/B03od7ODMAaYB1dIfkeyE=', NULL, NULL, 'no', '2023-10-29 16:39:50.413000', '2023-10-29 16:39:50.413000'); -INSERT INTO `bot_wallet_pool` VALUES (735, 'TRON', 'TCnFhFPzNwn7vpiZCHRcYsFuoNj4Pp9bcN', 'X8kcLiyAnnuQoxDyZlBwAOfMBbDcoj4ymPFvllNGUacXCKmVw+VfkMw92qkDDG+5gmYnol4U+6HX2Kj4wNDCUqChZIPI+N+gJtZ89ZnDzy+8A1V1DVOnzSmOUn6lKUVLrc62pAS2I7n6W+V4alu7ptUDMxOzdQyCEImWjAEBtpU=', NULL, NULL, 'no', '2023-10-29 16:39:50.492000', '2023-10-29 16:39:50.492000'); -INSERT INTO `bot_wallet_pool` VALUES (736, 'TRON', 'TMavGHZmeLydkaBhqvP9cdGVeuXgLWKi24', 'H4XKB5qjXd16G/pX13sL7XPSh3gwz5sXd2bDVa3LKtK1uRrjWu2sRI1gq+Rm8k2YLwEkvdz/lhmOn8MV5fqkRYBQ8W9T0i1S6rpLJjlV+wttBy75A+C3Dtt8KMku4JjjMQvp8oMOfsLRvgVdq6ihe2tkawq3W+X21ICtaDBxf68=', NULL, NULL, 'no', '2023-10-29 16:39:50.544000', '2023-10-29 16:39:50.544000'); -INSERT INTO `bot_wallet_pool` VALUES (737, 'TRON', 'TRShbMLZKXyRSP5YSUjVK4BcYndE69pjZx', 'gRKn7sUBvNUwFeUa0QVjIsjv5jc6AFF1oz/bbTTjCWml+cgkAZojn6fZhGjOmN0GLqtHNMoI0w9P+tYc3zL4paOTYZGdDGKxKQoNXSqJsBssWuH61C/sB6gKRuwIeuBJrO/J50ekv1iEjENVbqvJJ4CYb0QrMhDz6EtbCj8ARCU=', NULL, NULL, 'no', '2023-10-29 16:39:50.548000', '2023-10-29 16:39:50.548000'); -INSERT INTO `bot_wallet_pool` VALUES (738, 'TRON', 'TDqkM3fq2o4hKKyEfp8U4NbGopHqrnZyns', 'POekhgcnc6uYnoQSZyOEJ3lkf53DU6cxVuXuP3jhHKgx1qEG4WTKTe8myFTrj8xSMBPB+DfviQpWziT8NuhQtuSw+J5Rwr5ozxpgwo42nsHGu6Dx8En2GCgb9X74jyXjN6hYchnBjNGcfUJuqk6W1wRJtM1yPiyBXWd/wnGM40Y=', NULL, NULL, 'no', '2023-10-29 16:39:50.551000', '2023-10-29 16:39:50.551000'); -INSERT INTO `bot_wallet_pool` VALUES (739, 'TRON', 'TNZgW88Sb35i77w4j8ZxbKgMW1bN4UVfEE', 'HLRS73dHBsayYvPqlnZbQilay8s27iqL3/HlkuKUZO4+W1ewXNtYB8A8eA9zsCBdrrseSgpuHSuUoUiEQCyK7OmfmrtZ+2wi2ROWFnkd38kzy3qYCMUTi6cVGFJRBt0se4qypaCRJCQ6fgEcD1sz4DANdlxztqRWQUZoxRdeKEs=', NULL, NULL, 'no', '2023-10-29 16:39:50.555000', '2023-10-29 16:39:50.555000'); -INSERT INTO `bot_wallet_pool` VALUES (740, 'TRON', 'TQJf9RgM7eXGBCjxjRnb5EGjonm7p7sQoQ', 'ILIdNwL4F5CmDeNHKdDUMqjFp/A/UrdfuPWgSASlROCtscy1J4aOtqq8SbZmLpmVAI+9FzgjD0XA6ZjNISQZDZKvfG6l4rPLsLVHOqYcb4Aviy8LRvE9ahX6RFj26awwfRi4aPQf4+FXHqGtcrSguCWC9yDzqhGyKMrYgR4oQXM=', NULL, NULL, 'no', '2023-10-29 16:39:50.561000', '2023-10-29 16:39:50.561000'); -INSERT INTO `bot_wallet_pool` VALUES (741, 'TRON', 'TS366peUtCwmRRzQKrW7oGvqF9t6VZrPJc', 'RZP5uALDxadqQ3WOKicNVxV4SiRBR7tOuBLOo4NUFYxK6WCHz8t8M5QSzBExRTluRGjwFKvi3PJ2Ds5lJu6ycuwSCcd2uoAUPnRBIrtVk1DwzTvtUUvO551M5vJK30eqQqfzWNanwncr0bTe8dz/dDfmw3MGah383EB5g8Am9wU=', NULL, NULL, 'no', '2023-10-29 16:39:50.584000', '2023-10-29 16:39:50.584000'); -INSERT INTO `bot_wallet_pool` VALUES (742, 'TRON', 'TCzv4mFpLn35qa5v8cZSPafp2vKjSBCuTW', 'keZNI5X04GfheIC6u8ScZwsaULLDg/LUUIGoxVHSYUA84yg68H9etg3NBlSDBKAMtpCWfssTvqwu07c4q/v4X3rwpHeRIdHlxbvxZ3EnC7ETkJqRzuolsEZ+O5fir79LEAdLC3lZfnGFjEY/ReBRFtpRGPN/LQtbtSYT9xNgoio=', NULL, NULL, 'no', '2023-10-29 16:39:50.592000', '2023-10-29 16:39:50.592000'); -INSERT INTO `bot_wallet_pool` VALUES (743, 'TRON', 'TGai3Mt2WLktySo1sgNdboev33w4M2DCxN', 'LcUlRzFZXHYbczAO8t6A4r2JqjGuk60DeCquZfRF5QFLLBpKKehsiLhlvF4BYLq9/DTYtC9sFLfzSqZ7gF//OANHC1l6+Wz7sz9E3wFGAZVV6AzPCeHOBkOi0rzWPgNYeG7SOD9cB//a2pMCoBNa5e144EiWWPggsnu42/6Xl7w=', NULL, NULL, 'no', '2023-10-29 16:39:50.596000', '2023-10-29 16:39:50.596000'); -INSERT INTO `bot_wallet_pool` VALUES (744, 'TRON', 'TCfPdTUML7s2SfuFvQmAV2iQbaSCw8Ae5x', 'kTh2WFuqZwhppjRSX3PsCH8nYHPw0FEhO3xPmLBZdHWK1Elbmel4pS+UFhzMJ/JVPKeDFL89cPES6d7sQp5BHgagt8P0UPMRrWVmbKZS7UktWtsrMMpaQ38oqQm0QdrxeN5YJTG/huPm1JnDw8tFx+uFzk2cTDBrBjr6z6i63qQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.600000', '2023-10-29 16:39:50.600000'); -INSERT INTO `bot_wallet_pool` VALUES (745, 'TRON', 'TMEYpiF76KV1f36vsBp2ubxYq9EBQMs9At', 'NXOMFjDq8kYheWWH4D3YXpEtCPXuy0S6yjIpPLeZuc2KR2lS6MHcAlOdDrWREKX8GuyaKtxo9JE7T2+5rc2AhkK+WxeVH/viMg6roGzpgVAsOEcXJ9qoMOIOFtTFCq7j/F9nHh4qV4mpDIrYtfrEJ4PdLe2Kh/gOM3n2gz36cZQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.604000', '2023-10-29 16:39:50.604000'); -INSERT INTO `bot_wallet_pool` VALUES (746, 'TRON', 'TFfzHfKRZXKj4za3g4XENL1ZnV4RpcQvgy', 'U+YVp/nFqqPVMV0DjI1gXSkuAErIfd8Y7FOjrAb52xThXMjs+cyC1LRSeuowpuTwKf+l1LywBo/xTW1vdrEGrj8USu4s4BgWjn2Goudhb0O6yhDbX9dj/1BlnnV1UybmwSNa+kqa0OZTWoKOOc3gGCBDJaNd/ezWoo6mJn639i4=', NULL, NULL, 'no', '2023-10-29 16:39:50.610000', '2023-10-29 16:39:50.610000'); -INSERT INTO `bot_wallet_pool` VALUES (747, 'TRON', 'TMZCJbNM8ceYjaLWQf23Y3VgHFi9wj6y9N', 'T9cTtcns77JwrIGd9roudk5N6wz0uyqZ0pop8en09ZLiAoRm374yRNLHvbZWG+GeqT6Gia9TaQQzzGHILWzb1uX4lpaJSIgimDf+j3pC9BSZWjf/SduT0pBcaOqeNBPVRUv85SCYr1aXCNGokDWsZP7kVZATGV+lxHRvC2HnSH4=', NULL, NULL, 'no', '2023-10-29 16:39:50.645000', '2023-10-29 16:39:50.645000'); -INSERT INTO `bot_wallet_pool` VALUES (748, 'TRON', 'TXa5JwnCa9PGN9kZ6i5PFRgq7dod3LpYVF', 'VTX13sPLlXXlL2/88h2YgqaX7XrkaVTSrFlCTISW0QQnxGBVk4/01Aa3F6dNhpaGvFT89LKDLHMR9sIvdkbO0tBVIv+GAv6vNyPf+JvcAD6t1RdadbMNVHqQ9xG6VUs6tWv5qeOV71gJzR8b1cBfFtRsbprzNQKZ3l3FkF9efnc=', NULL, NULL, 'no', '2023-10-29 16:39:50.651000', '2023-10-29 16:39:50.651000'); -INSERT INTO `bot_wallet_pool` VALUES (749, 'TRON', 'TB27uwt6yLNvKXTN5Tso5xgThEvvXosFZs', 'hcF5uiejZhAcCZpCgMtmT4u2qYrxWpLktZsASKOBmDogRhm4FvZ9uMS6tGA5y/aZezM9Pw6r7nP4LXfxm5lZatwd3DMxI3JNciZd5Cf6M4NrdS3bnpjxF91/7OVC2P+xxiNT3CpGrYWcCp4VI+13sscXpV2pDg1enwOvoHWyBVw=', NULL, NULL, 'no', '2023-10-29 16:39:50.655000', '2023-10-29 16:39:50.655000'); -INSERT INTO `bot_wallet_pool` VALUES (750, 'TRON', 'TB5Mmkuy2MKRhhSXW6wGZHz2ejX4NPuQTQ', 'glmSrskiywhwgxGzKaiRktY0uuHBRrb2my/8b30/tLwCxnpyOA5rBZ48BL3XnB66gdATrh08siRoteFR4gg1eGAxIjNxSr+4t7oolho4ymAc5tqclaOyn6m4QBKH1+pDh/rOAmq7+1vY/t34SKFcPYqy/0+F6QaVs83ybxCDih8=', NULL, NULL, 'no', '2023-10-29 16:39:50.658000', '2023-10-29 16:39:50.658000'); -INSERT INTO `bot_wallet_pool` VALUES (751, 'TRON', 'TEmttLqN3oUnhXLnVPiT44Aeph7AGDa8N7', 'IzB1BeVMMIxa45YzYyM6Be5RW2R0I8MungXmSFPiU/zyY0z+Hf1qwhy8QrmwsvbTm+J24CBmt419CvQ5WXeBOgm7GYKR8b4b63UHeFSqMgiJ4FsI71ialhoLi9DCP/8ddbF5soPLs9Gg3JwkHdc5cvq4UmjNefMjpJSqmu9aPuo=', NULL, NULL, 'no', '2023-10-29 16:39:50.663000', '2023-10-29 16:39:50.663000'); -INSERT INTO `bot_wallet_pool` VALUES (752, 'TRON', 'TAboJD8zc3J6QGDL1L961Hs4tETmp9ksU2', 'cm3wwjNqFrTfj67Ni0mSwaAdvRX3U8WKJbYFgTlnLLp4NgEeFDh3hztKhoupv026dHnipVZtNPe2RFEYtkEIN+IxyXoWoNl4TpuKhTeNIt+P3G5kQR47t57ONu6erYWzoLmRcvAsIOpZ/KLLBEqgL3JmQjIoJQIx6c3KSo+u2po=', NULL, NULL, 'no', '2023-10-29 16:39:50.668000', '2023-10-29 16:39:50.668000'); -INSERT INTO `bot_wallet_pool` VALUES (753, 'TRON', 'TU987gNzXPMNDwAVChxZVqDzuuu2Jjmex7', 'KsnLmHvD8iIh51T+XxCnWD0aGyXPxQScN+s4+K9dKJpM0ObLyvvV27pbouBQEIMQlIfedhegY5zs/iBNueRT4QrrLMRwawjuHEKREozjc8a3zb9vv2M2l1u+/UXtlc9TzUj6rQwjrld4otrIrbn6BzKafq4X1NyAjc5OTEO5qdA=', NULL, NULL, 'no', '2023-10-29 16:39:50.705000', '2023-10-29 16:39:50.705000'); -INSERT INTO `bot_wallet_pool` VALUES (754, 'TRON', 'TX9eZ2kFox9gSDFaBNjd8GWasuwqqMgySi', 'UbHqQAK/elfRD3ElLd9y1E20ZYxOUQzZ80V0QYk56M5wehzp2vanvbC23RS/cW3U+7uUJ7cOLKd1HGiVbde8UcMxzkEIm/rkpBuNLtKxvARtDORDcAjtGiN9Zzjm+Qzq2yOG4eCZHXBn96NfuFejxPNnQf06UlvLvdbChbRNH8A=', NULL, NULL, 'no', '2023-10-29 16:39:50.711000', '2023-10-29 16:39:50.711000'); -INSERT INTO `bot_wallet_pool` VALUES (755, 'TRON', 'TPqUXd8gSmXjxtMZHiUEKAn8iszecRCFLT', 'UO0kEAV/fG1owWrdvMxcaFDjH+7vg+5BTmi/H//sINlElxTyF4jCo8YvKTUbP1fldK6BTGWzoa1f1Z4oGtYCo5BPjPRj6ZAtazsRGTKRHHSq3cPX9y/n577fb0tFuR5/RYMFrt06KCnOrS/S1iKVkaAxMPy3wTpz1LwCNqnX//g=', NULL, NULL, 'no', '2023-10-29 16:39:50.716000', '2023-10-29 16:39:50.716000'); -INSERT INTO `bot_wallet_pool` VALUES (756, 'TRON', 'TXUUwqheGSH278TDh1FusPLRc4VXrqudYC', 'RMnGm1VrT7f5ERy+GSk4IHdHD8PbG4TEpKqghQaaQXN2UPno96YWNaSQNPfGuZI0HVW1bztHYxg4qg/t+pto5sMpxc62thb8afke0pGLTm2JxPU0B+z9xYFNd/e4NT2g2Rye33V5GJP5Za4pzuMrikbh0me+MW9C8olt1HbAchE=', NULL, NULL, 'no', '2023-10-29 16:39:50.719000', '2023-10-29 16:39:50.719000'); -INSERT INTO `bot_wallet_pool` VALUES (757, 'TRON', 'TXrgRgxhL9J8XswBMr6we4TjQ26NV5XE5w', 'HIteqgFhlDD9u3ukkgN44+6OB/U13uvvoVBi7RS3N6cjh8FZMfxTLIhiOFcvPSDE3e2kB5Tt/6bk11z9/BbDSjx0JpnscZvz6Ydsn5I9yvXFAc7xkCdh+OAYpdL9+Q3GtA2pbsCrXUCUJDma7dcDFsP+cWdL8o7XJSjSTQHEbYw=', NULL, NULL, 'no', '2023-10-29 16:39:50.721000', '2023-10-29 16:39:50.721000'); -INSERT INTO `bot_wallet_pool` VALUES (758, 'TRON', 'TPBLfNpv5khN6ns8mqpGDPNvRh9sLG1vLc', 'ctGpQ0AWplPG//H0z1NABVxBINSfK1fUxbLEsqsJfh5vIk3lojtNdaxKXIom8O/Zq7u2LQB1DaptlNr/SOo4uYVsdjBxjCT4ffnsJG5Cpf0z/Ky1smgc9gE5KosJge8XhFaBoZmAuLar1ptJs4pPmQmhtP9T5ORqkgKuL4p0nSM=', NULL, NULL, 'no', '2023-10-29 16:39:50.725000', '2023-10-29 16:39:50.725000'); -INSERT INTO `bot_wallet_pool` VALUES (759, 'TRON', 'TK8rFLGY6wTKU6tMT5uCiTYY2sBP1DDAng', 'CfZRhyRTzTE0EUet0yZhXjpPkCciZ14gQpyRFPPXNe8cLwaGgWYPv06sVhydxM7yijbuVXeGDk+YpnWvBbVz7/gbU6oHYtnjWFopFW1zBGmfspWL11K+2tU6LGvxvaL58wNW8EYGkM0hDdJshnJipwZ0oE1xykDqdemAq3jqTgU=', NULL, NULL, 'no', '2023-10-29 16:39:50.730000', '2023-10-29 16:39:50.730000'); -INSERT INTO `bot_wallet_pool` VALUES (760, 'TRON', 'TPF3FuME9hcAypLvhG5p5w4oaXYT4jUDRg', 'Mx4HWCQNmguE2Ibl+Jd3P0c9TeTt0I49HoKyzlUigpFYaEanWvfZMqy76hHHNiJz1HwHNf3P9XrbaCUsJ5O6gswsqCdubdSnCuVOFMyNHZ5FSD2Rothb9CFa0K+cXW//JvqJQgrkpDoYGCp+tX/JYpR8u1JFAipOHK7PAfPc/mE=', NULL, NULL, 'no', '2023-10-29 16:39:50.750000', '2023-10-29 16:39:50.750000'); -INSERT INTO `bot_wallet_pool` VALUES (761, 'TRON', 'TLYb2VmEqa8RVESk4RSQZWRxdBY2eLhzb4', 'RQ76PbGXXbKTryzpOIv8qsU5scvUGNcMuVNYmRPD9azpx8uA/b2+FbOjWQIX6u+fhPqld+xr9JBcACrVPZeYZXfXrF1akWqYNel3vUu6lfSJSNlfXMmfUkQv3bZiRBYnZJlqgtWusKkuMbXsRPu8fSgiXm+ZsgAV3nroqdJkgOE=', NULL, NULL, 'no', '2023-10-29 16:39:50.755000', '2023-10-29 16:39:50.755000'); -INSERT INTO `bot_wallet_pool` VALUES (762, 'TRON', 'TWVoL9fRAMADodW9nCEZo3rbdubkRPoqbT', 'LeY2XWY+S9WP9LS7449hYK923tHuqAq3ZhMNrGibXxtfArSzIzQK2j/zhgAlAB48GMF85rnTFKVoeVkJQQTxYt1+R3rWs5U1WDe1N+34OEZc298hElM1KGaBGAdu1V5cZFYVOq6eZtU5oyJ+p9HvXLJLO8MAL6TNpX/fsRa9khQ=', NULL, NULL, 'no', '2023-10-29 16:39:50.759000', '2023-10-29 16:39:50.759000'); -INSERT INTO `bot_wallet_pool` VALUES (763, 'TRON', 'TSiaiZ2PiswUexNubzE4ut3JXo59oMp98g', 'SsDvqE6GdnzMO2FBtCfOroGgoNlKlXSwsvNb5q6jxZt5KbU/bb8iqRPmgOHiYhkCAje1tLAOkMc8Ez+LGoBRQMu1Ih2/yfoRkJxBL6JbFpHNtED/P9Nau5qik8cucTjuBTDakPwxLMof6IS8/ut4JblYAI8NvvblkMF1YQDQ4+s=', NULL, NULL, 'no', '2023-10-29 16:39:50.763000', '2023-10-29 16:39:50.763000'); -INSERT INTO `bot_wallet_pool` VALUES (764, 'TRON', 'TUvPnuQUbP9yYsGrmHUatns4VDhZ3ZnRCz', 'k/In1EnwToiZ7ifjd23aa/bjNMHaSK9W6rbpzNw/Iin5vBFHIomaMv6uyl25ghA+Zms+GGddBVBAY4zrcjYihpqWM8dsv+SeHOESY1LD+pIVeQlvSnH8WEUcFZB8TPOdFLHfp7hnqRXQ2HIhaNjVhZ72Z1xDmuryo4RpfPbGebo=', NULL, NULL, 'no', '2023-10-29 16:39:50.768000', '2023-10-29 16:39:50.768000'); -INSERT INTO `bot_wallet_pool` VALUES (765, 'TRON', 'TLikiCeaPe7ngSJu2FAksms6NqWeAFp11x', 'HyX98kW77uS+WHcWbpqZemQVSFwTKuHJ2HgSoRLUCan5SwCqhavX/vVwlN1UQMzwLDhy0DMOMY5hjAWPqrcPm1NNt57tmQFM7nKY48HJNCXs4ALY6DmtjewKdb7oUyJch9OW0YfhnlmjTWrmXxyN+pRBW/ueBrSiK+nRZ6lhlaI=', NULL, NULL, 'no', '2023-10-29 16:39:50.771000', '2023-10-29 16:39:50.771000'); -INSERT INTO `bot_wallet_pool` VALUES (766, 'TRON', 'TPdWCb5DcWWL4diec8sNQEpnKkarxRq2hK', 'K5alf/2TPcqSBWGaYH6CL+yvSyGQ43YzAvC6hdbGr09wX3kEPMA0wJtcsjogxy2M8H/sQggk8YUR3IOuaKLcBBkiOGbHjoCJJPfkOAUPLFTbeF0KC2k2WFdZUOpO9EkjrKLRzl7/3W1Xsgf3O7uHdgbDRpmldtaA7Cv3sEGfzHk=', NULL, NULL, 'no', '2023-10-29 16:39:50.774000', '2023-10-29 16:39:50.774000'); -INSERT INTO `bot_wallet_pool` VALUES (767, 'TRON', 'TEbUm3Jf5pPrKHhQHDiQgyiKPptG5PJC9H', 'gQHXxW+soDSO/RYuDpQi+HEUXKO/mlQ325vwqwi28r96iIYPpSfhq6CxuiY+qwqFsEO8QpKM6ZRc5MCOiOPwvEK9d6WLvrrDK2X6G2yyPRT3jhdJTUwJl2Xwq9q7aGnTzWvhn3Q3e26WUnAxPsUVMoH37ZS+5g4WjQOg52faBOE=', NULL, NULL, 'no', '2023-10-29 16:39:50.813000', '2023-10-29 16:39:50.813000'); -INSERT INTO `bot_wallet_pool` VALUES (768, 'TRON', 'TMdRSZr2YvAJS17siKqBa17NC6AquGCQo1', 'FeMw4n3MSHDHA5x3LEkJ54YrGVI1ZiLcIG52kIgFCj5i/1Z9ipXdiv9UQLkzNuC4szeM6vD6D7cVm5uZjdV8iV+6cAlr26KQkSW8QScbKVUZ9w1BfOISFU3+D2t5AxzNj/U4070NMeQVl2sjNOLx/OdasqZRydFatXjiUFon9+I=', NULL, NULL, 'no', '2023-10-29 16:39:50.817000', '2023-10-29 16:39:50.817000'); -INSERT INTO `bot_wallet_pool` VALUES (769, 'TRON', 'TT3w2yUQGUadn1jstknqQjm4bQtY5RhmWT', 'dtHceOCqhXu9BewvGsFrheysqzyfBC4snLRXv5USnvmIGVwFDLhva6rZEUYF/nHu0Dn0yRA8a+FEem65UpNOoUMllWWYYpM/J5Q4lWxW+v4BDLOsZ/OJSLE0jJbiSP2W4IZ62bV8yAnSMNNf2SFwYS3bZ4BuHNsYMrr3EAJWz4M=', NULL, NULL, 'no', '2023-10-29 16:39:50.837000', '2023-10-29 16:39:50.837000'); -INSERT INTO `bot_wallet_pool` VALUES (770, 'TRON', 'TWerSGumw4Qnyp6x2axATN1F3ndJEgG2ty', 'iE29q6F0iiz1r4X2XBubiKqVGo9WzCCYr+lTBbYIpSvfQBEUrE21LMPd9TEYUXtuvDg4qa+2LZpLMmi0UH+WEUbwles+0mU5sfW52mMgXYGDpjpOf5ynnvEQtDCVfkXwnaBCzRADydq+rQIHcGAy2buBEP3ucwPm4osEGQFnan4=', NULL, NULL, 'no', '2023-10-29 16:39:50.881000', '2023-10-29 16:39:50.881000'); -INSERT INTO `bot_wallet_pool` VALUES (771, 'TRON', 'TYHDfwNP4QWQSLb9YiPW9Yo1LYYbKx8qy9', 'NWWr1iJQ9oiCi6MkKXfBfwFKvCA4cRPATFZNgM+xvpupkhb36puShVGIhjA0QvGboKXehZ7AOI7xm+6NgUTu9rkB3KAiC6vrzhJwbHeOnOCvXqyuM/riZ5v6ddB44hKhRIPQls4cV17kz5gtAyqVmzgpiBucOzgNpoRVgydYnzc=', NULL, NULL, 'no', '2023-10-29 16:39:50.892000', '2023-10-29 16:39:50.892000'); -INSERT INTO `bot_wallet_pool` VALUES (772, 'TRON', 'TH45N7gyzv1ry8EY7DjJgsHK2n3Dd5UaeK', 'ZpdJInCUnkbUnyb7/XdINAFgBytZkTSHld4oMGFj+lUQfiUw4xKO/k3OKMTZLqQ5wBIihPC0t4PLSOWk8KGfAkEuW8TspZMbO5KsKIT4ntWZi3o+M1cbYkk3DuXlrsLfXxRuVeahXHGB5S4lMd/QU48ucg0hIC0h8b5eDWLCqjc=', NULL, NULL, 'no', '2023-10-29 16:39:50.898000', '2023-10-29 16:39:50.898000'); -INSERT INTO `bot_wallet_pool` VALUES (773, 'TRON', 'THzRBaGurW6DCQ4nAbb1oUDJertDLDEdGC', 'f2Oj0S8ydd6bfkHLpFUOhYrFABFkb2KyR7sYUzu0nPOVOZQY3rl0Q5nl9t+QIILQTeMOTkSME8AOUvMGOZ5VFHmuaGzheg6vAaXHaaJ2liht126DDy5Un0JOuWFPIOYRGJF7DvbDDkaCg5NVAp5A1TyTdDEJp/PuTTlP2EkuLYg=', NULL, NULL, 'no', '2023-10-29 16:39:50.937000', '2023-10-29 16:39:50.937000'); -INSERT INTO `bot_wallet_pool` VALUES (774, 'TRON', 'TZCuBthMZBvRYANbh4ErAyh9ejsC8ST7L9', 'ak/eNzS/vpx6qrUY9TRNnltHQWggsxJpduwLe0IJcGj+C32YdF7Hs1uf0RIc2JaNf1oPVnw3msD2xiOWCZxJCGh/TxUsceB0Aq49xXWkoSG2yL+WoCNey2rd3MDGVwBGmqB90QVUxvru8sjCT0NRW534dNksPnngFKPePO+i3S8=', NULL, NULL, 'no', '2023-10-29 16:39:50.942000', '2023-10-29 16:39:50.942000'); -INSERT INTO `bot_wallet_pool` VALUES (775, 'TRON', 'TPJ3F7ZPRPNfadd9GXA2qEhfapre8PnaAA', 'Khv1a4tEeqbePJ07eScSUYfpvFTpfZfDsNmXDHbHOZ3UOu08ix05Ony0KLor8BeX8Q+H12CZhCaBZ6/ybuSuv2a9dSWNkvkdwpTsO2Hq1SDO8FMCB7muGWqsXlcgjPS7qxu4H03s6urxa2mUl+llp8pkgqXuzHM6enz7g1RBmwI=', NULL, NULL, 'no', '2023-10-29 16:39:50.947000', '2023-10-29 16:39:50.947000'); -INSERT INTO `bot_wallet_pool` VALUES (776, 'TRON', 'TFi8NxtQzMnd7N6psBXVByrDLU84pTzRjg', 'VQX//+7yTQf3A8FCj4pADHg/G9Kir/aseflSbTfhxvTDqlQJ2TwXKLbjp+/3XXn3h8AQfiMXe1vXeflwni5jLBHW2AZrM/+FFuORR0DArT+vPl0yeg6tjqUUj7OY78CYfaan/wbyhO3sTink8DJWC0uiYbG6xb2adrzjZ8AOls0=', NULL, NULL, 'no', '2023-10-29 16:39:50.951000', '2023-10-29 16:39:50.951000'); -INSERT INTO `bot_wallet_pool` VALUES (777, 'TRON', 'TYmfr2JgzCFDVnptPBGUU7dp2a3MBdC2fK', 'iWqdu1QTOuotDzGq+DKiEwiNBOpOqp4eBHHTCMBiT2Ou1Y3KwjfGA3wALSGwVD1i3M7HEN+K4x6Eav7XZEvPdy4DpDO4JHLxe66enyimBxWa3wp5W0TJGA0UCyzqYJcJVUZbZrO6RR9XPWd2vibaDgfqmKEOLhSOSP8rn4+umQs=', NULL, NULL, 'no', '2023-10-29 16:39:50.955000', '2023-10-29 16:39:50.955000'); -INSERT INTO `bot_wallet_pool` VALUES (778, 'TRON', 'TFNjUd4hJfprSCRH65nc7xhqh2fiUHiwFg', 'FQHAc3MHgDwHbDOgawXQWf/TN29pTd+mcqTcbqXz7gb9jG2wluMVCl+wunI/LmMGc7xdVt2sjCdr4TD0oFzWvf4QhSf85G7c4oKoSCBgJ/L/vkag389GfP1PnOJ4MDN2k65prwOWw8IXAaaW7nlqlBFB7Oj8+CYvyu2+thoL+2s=', NULL, NULL, 'no', '2023-10-29 16:39:50.959000', '2023-10-29 16:39:50.959000'); -INSERT INTO `bot_wallet_pool` VALUES (779, 'TRON', 'TLAyQXeCu9ByUdsoczf6KCTbRNzzZuSpdT', 'Z3Y2D1c/ky3A7N1HwpNMMqo5CSyub4H19M49pTELfu4ZjKyXP/VgTAx0LLSTgfRR91O7/9XmhNCA8zcxl0GCv44zLIL46ggxhlSGGnNB47c/sxA1Nub5qHLjrrUDC8oZxLN92EM9ahcR/pbQxQHXoA1DklxfBYlrdCKLL3+tCec=', NULL, NULL, 'no', '2023-10-29 16:39:50.996000', '2023-10-29 16:39:50.996000'); -INSERT INTO `bot_wallet_pool` VALUES (780, 'TRON', 'TL3n7395AGxjScs8FrbijdDjiw6EBjDg8b', 'WQCxfR9w4PYIeRz4uc22qxnYq7LObsWT7MFATI2ENh9fodktuPv0G6pxUnqMhvUA7ovBLA/FZ8obH032fHu+SdJ6KOOZJbEdOsYnGCIRDgNjWTW8I5MRc/inWCrXoHWeUM6sQXsr8nQy8pxU68wETBqTit+w0cVFs6eKhEF4eiU=', NULL, NULL, 'no', '2023-10-29 16:39:51.000000', '2023-10-29 16:39:51.000000'); -INSERT INTO `bot_wallet_pool` VALUES (781, 'TRON', 'TDA9SH5UQnx3NSZiW8E5ACPkP6N5uPHmrN', 'Jmt4XN1TkW+oOb0yEjD+Rzobf74GNYqLJpbt+Q9SPuSrjNcIFwvM4deDCAHfBAx47x/pNpB2pGl4TSgjkc2D35G/c0rQM1pCbAe9JG+gGD9VI18AZvCNuYAPEvZ4albFNm1Kox1QjlX2XR1XPNJsg5ykEANLHToKMhROnW07Nbs=', NULL, NULL, 'no', '2023-10-29 16:39:51.005000', '2023-10-29 16:39:51.005000'); -INSERT INTO `bot_wallet_pool` VALUES (782, 'TRON', 'TDLNPm3DY5vnbAe9rjV7FKQ76nhgRQ7y2H', 'MF3l2shJRQlQVV27zRV7MUYFLRODvWhNl3UVmPkAHwftbdOXEth0V7aDFp8gW2uWgNpNGdiGB9sRTejd4upsQekd9v4faBH7B2Dm7eJlg0X6ZK9Jg7gibF1k/yTHw5TLwiVbCp1V6iQ1mVVXYJYsnwKbXMNukztc8JMqiscdY0w=', NULL, NULL, 'no', '2023-10-29 16:39:51.009000', '2023-10-29 16:39:51.009000'); -INSERT INTO `bot_wallet_pool` VALUES (783, 'TRON', 'TBz3u5GRbUB47Hc9mRgj3c65QrzGwhQRkJ', 'YQhKhNBYUTNkDZQz3kht01nXP/gGEBkmYz4q467sySzNyNQnIEPeDRdxueC0Af84rfXAoQHhr29Yn6CXSYi/DiZvam7F6P2bq+lC/bwG2oMvldP3gaKpf5kY5wJ6vPeo+rMHfDICTly9iU5GrZRaja/51+WoVkgXxgNLAyuWZIg=', NULL, NULL, 'no', '2023-10-29 16:39:51.012000', '2023-10-29 16:39:51.012000'); -INSERT INTO `bot_wallet_pool` VALUES (784, 'TRON', 'TCeQbYEnqqZEApnSYAydF3RiWhGg5EKSRQ', 'JUBlztSIe+6tNoZplrfptTi3n7gKAnQMR20Kv8zMB3y7lieXsJzRhawHXYUyo3gBu+KiakAWMBKMvm9aGKfdYwQWOrCvwqr1r82rssgf/JjWqCltnBqPtcYETHmYpDQe4CvOk7r7UU8O3QxQpZmgMCPv6KIj94A4kPnDvMxuZd8=', NULL, NULL, 'no', '2023-10-29 16:39:51.017000', '2023-10-29 16:39:51.017000'); -INSERT INTO `bot_wallet_pool` VALUES (785, 'TRON', 'TY7TH8sry5KbRJT3zg8TBeCdye7ggz9W9j', 'Dll3O3IRSmQMqjNNlb5mvbZR3TGyvPe3nGw7furjSJfSeZuQYjgphQiG7bupBq+HM7Mjr054n35DvgA4Y6IhjTq19pBOtAS2A/iEz2mhanBpMDDTQv679psowrtHhtJUDSbkvE2B4gicI/BFOiuTd0IeW1Qo7TVqIosGu6iaGdY=', NULL, NULL, 'no', '2023-10-29 16:39:51.022000', '2023-10-29 16:39:51.022000'); -INSERT INTO `bot_wallet_pool` VALUES (786, 'TRON', 'TD9TFrHoNAxKyZqxCR7swxMJVZ3t9UNXWK', 'dLJ3ClesHNIGtFAJtfyNFcBM+bpeZ7tZnEdR1mDaQ3CpG9h9oRwTr3zkNQhThn7auaL38DiFENmJ7rJGhcJRjwHlN5f25Exc0fWN4IwoSm55x2qHa9B3yJH/k2LfmSRpzuk5yUm1/xdZG4zZTAguSY2Xu45Wee9NGAJRa8/NVHE=', NULL, NULL, 'no', '2023-10-29 16:39:51.045000', '2023-10-29 16:39:51.045000'); -INSERT INTO `bot_wallet_pool` VALUES (787, 'TRON', 'TCJheJtbDsg3YqYZGVxepREBQSqTDNCRsf', 'ApYVaglE8ld2hPNtqrNjD2CuMHZODgoImTTtTbyqiIS+zDGLPBCyHOzljyIXcR6dFp7U24bQVMbH0U0fYrt07mmqdTAzY4fs26A+3V8x7L9g54OZZPHciuw3Q42seBsntVLt2KtMsf50BrjzVfgMYjrP1JvdLMy+ETrwjWOXzcE=', NULL, NULL, 'no', '2023-10-29 16:39:51.051000', '2023-10-29 16:39:51.051000'); -INSERT INTO `bot_wallet_pool` VALUES (788, 'TRON', 'TY3RMR9jU95f6TJondBL8nRLGthKVMK16h', 'RuvyiIwLwwvL30w2+p6vLWQ39cS9gkqmCVhchwC8UXSUYAajeG8xuVUWzb4hKQHUTowWEEl5w1tkyf3kPT2QAwaAS51y7J9smsszppP/ICqTFTrd21mxmVfwa2eKwROxFu1YPyqqkg+oDSh7JZxu4/+mwGaGQ3uYBO2MiHSS3kE=', NULL, NULL, 'no', '2023-10-29 16:39:51.054000', '2023-10-29 16:39:51.055000'); -INSERT INTO `bot_wallet_pool` VALUES (789, 'TRON', 'TNMeh1GQwq1bi7wCwHxWWi2oMZmaRXjaJB', 'O2EPdzzK1/G2y9cHo19ryxQd6p9DAi+2x9+HRFHjxuwHJGQIPVstKSn+WGOhjia7/iqLHq2JBISZg2NVxrOIQBgEQIoEHFRPq9zcGRvQTjv3ED1OgYQ3xUAW7Dcd1rlz84OqaWCt0H5LxZZMfK/BLpVDbMatXw/ko9XiKmGWn90=', NULL, NULL, 'no', '2023-10-29 16:39:51.058000', '2023-10-29 16:39:51.058000'); -INSERT INTO `bot_wallet_pool` VALUES (790, 'TRON', 'TH6QLWm6hVJn3GJnhzRQJbR72LJiJWo1q2', 'Fb8mYDZn7kboAt1rTZ2wMaNypBAtmD8kz/KIHCT/jR4fkT2/bTt6iS/UCQYktF8+lFvO0KelI0Ciw/4x51I5ovbhkzWIm45KUBdGkrDT5OzjOMP96pdNDXkT0ZsantfO5gZbiaYquULqX/6EOSd7gb23yefSum1KxZYNpDYZb88=', NULL, NULL, 'no', '2023-10-29 16:39:51.062000', '2023-10-29 16:39:51.062000'); -INSERT INTO `bot_wallet_pool` VALUES (791, 'TRON', 'TRcPEdzTEcKR9NyFwkMgwdfsio52JdUCCD', 'he5hyk3X9p3mFrE+tPNj/6AzlnRAUPWruMxrPxD6fve/L+c5D65ihYuv5uiYhh8m89A/Q7v8JYMpnan0a2WqMM7Do25S56OYwZI93n1iJvsDJTiG19M75/HQ7Gsvy3jppYDmfkDngwtrEQi2ZWToP8wTpYANe3C4WGBYt5O7GsA=', NULL, NULL, 'no', '2023-10-29 16:39:51.066000', '2023-10-29 16:39:51.066000'); -INSERT INTO `bot_wallet_pool` VALUES (792, 'TRON', 'TS8RbWMSZ6Y6LAmQ3Z5feBTtxDZ8SMngoW', 'YcowKLkSOU+ZcPe3KXGvj7XhrfXqfbR1FjeLZL0ToatYGipDu5TXonIL39FJN8NwJSgEmmhZSRfcKcSAyX8j3URHchjMdvldw5FhCcJQgQUisTxM006QORkHCGFi54UdoydABNK/V8B5lNbdNBBTBDMmqhH0MPt3kZhAVCPCWHw=', NULL, NULL, 'no', '2023-10-29 16:39:51.070000', '2023-10-29 16:39:51.070000'); -INSERT INTO `bot_wallet_pool` VALUES (793, 'TRON', 'TCpr66oDNHFt9eSUePhA5TYhBRtcETsimx', 'i9k1N+dvSAgfcpukq7ZGF3nqTWsD2czwBVmGPMPKY0vgYh4d1p5xcYi+5llEyj2a6KDCAbS7LsVFKzPkC9qxzEKiee0jwDctJOAOVPf50g/u6vqlnj0iqZhFs48af0m49kXESQsJTrY2og4p5a0RjvtBjrFxRZlBxWeCBUDV9G0=', NULL, NULL, 'no', '2023-10-29 16:39:51.075000', '2023-10-29 16:39:51.075000'); -INSERT INTO `bot_wallet_pool` VALUES (794, 'TRON', 'TZAjAFm9buqGeu7C4NXMg6sR4NdabwkSbg', 'E85y/Eu0fvhI5u3MNXy1F0mj5J0VKikMgPoV60mzVv/XkjM6QqqasYNYImSbKegSQy6mpCB0s4U9YZt9Q+SxUzRd7sHNaZGTWV2LrsKqAHA25HGil9GG/rpyeUO+RKVjMkPd+RRH10QzUMaZG04CSOehgT9E3lHWp8STq2vXvEk=', NULL, NULL, 'no', '2023-10-29 16:39:51.078000', '2023-10-29 16:39:51.078000'); -INSERT INTO `bot_wallet_pool` VALUES (795, 'TRON', 'TEQjGLzVLLkd5SvfG4XR1nhhavdEJEGAZf', 'hEFqZ6aC0r8r/teQYz3xq7yldE8lEfYdk3qet2r7WoNitkfaEtWFPJFgaLLCp1ah9dTw4pOFOSRkB46P09R+3zqReqbJM+LkJWh1FeP0ULisAeuKCg16BixBu5gPaOqPOMWsid5aNl0ECXJV3M95DvEQ91Os3fmwO7ZTN/uAqHg=', NULL, NULL, 'no', '2023-10-29 16:39:51.082000', '2023-10-29 16:39:51.082000'); -INSERT INTO `bot_wallet_pool` VALUES (796, 'TRON', 'TQVxsRvPkQjwL5mxsTKUL9C1DJCL5MREzP', 'dNKicth4NTfKWGMHHUfPTGdkneaQxAh5nQZ5V45g2rY6rX/c2AqEy33p9TDwhCRefYq/KBhJlTkRB2gxGOjA+23XOgF6d4VLc+EsXaniDZKByn02UzH1H5tm8BYd0H8obvtPFpRz/InnYkNunaQCZSDvLvagwN2NR6jHdYt48Oo=', NULL, NULL, 'no', '2023-10-29 16:39:51.085000', '2023-10-29 16:39:51.085000'); -INSERT INTO `bot_wallet_pool` VALUES (797, 'TRON', 'TWDQyzKjpDSkmEBG33iV8qNmNTs2TJjSPo', 'AeIfh7mtLh5Z8kBa68189t9cbQOqmIoon4x3vevq//QILUw8f2BcUvbX4vvtL3/8yYgTGnUMiROfUQ1+2xe8LYjXNkfO5IBEu1bAkyb3PJaPIbc1zVYARmSv6Ls7nk+sFpLeLHM5WRAcH6at1uYTzMgqlOofo8x3ndOrBgJjikE=', NULL, NULL, 'no', '2023-10-29 16:39:51.088000', '2023-10-29 16:39:51.088000'); -INSERT INTO `bot_wallet_pool` VALUES (798, 'TRON', 'TCjeKgGi4r5wLxHYPotCgquBbo3ZF3n98w', 'LKrgg8hVHLZWfVmpotQyNGqo58ypaF7+OsTLTFFlFAv+7NYpmxJhS5BAr3FztG4u3Of/+/2MdCcak81yeg01bTvMVeEcKolLpMf96bTXO2IIyDz5ezv2DhTVWDygqzLVvH+W5KLKHWImrVnRq8yCXUWIutli7QzFMCbJJcm6J1M=', NULL, NULL, 'no', '2023-10-29 16:39:51.092000', '2023-10-29 16:39:51.092000'); -INSERT INTO `bot_wallet_pool` VALUES (799, 'TRON', 'TKcE3SQwcZV7e7eDuZpPLBu8iofjfP6SMA', 'CDzaM0GjtvpG8PtroTUOl/rMoRzZvF5uq/agOPQrTZ34sd0DHpj6QMVn1cDCg2zgghMgpUvB6uFVADabD0JOl+OoLjwNgIXQULV01rMLFBAbhSJJmiKOCZCP/qqYajQL1xvA5dHEWIjTeNyxrF8PbJ9j5XTr+u2LwxjKYD3u/ho=', NULL, NULL, 'no', '2023-10-29 16:39:51.095000', '2023-10-29 16:39:51.095000'); -INSERT INTO `bot_wallet_pool` VALUES (800, 'TRON', 'TBfL9ZaUYFB21fibiPmbpBxYL8exo7q548', 'ShZ5HOlE5GIwfccrg35WbQwcMbzpirDuo0OlpP6OlRe8Mz+p28y4SJy8sLUIlL+3x/zuUAQaA4TsqfENOnGwllx+poYPqHu00QQeU0ZYPTHY7sCXX3vdiBukyNL36gmlfwMohHRwC1bQUq8O5mMeGrAV/gaPIcltmQVl5lrplA8=', NULL, NULL, 'no', '2023-10-29 16:39:51.098000', '2023-10-29 16:39:51.098000'); -INSERT INTO `bot_wallet_pool` VALUES (801, 'TRON', 'TLPEzmNcn7eeUDWzMSgzHyzdLAPKotqX3f', 'chekHKG8/FdphNsEemAhtSQkkYMjGBHY7fskVywbUcdX+1NPEhPxw9f/8VEBskoKPIM41tcAVue2wMRTZ+OjENg9xpt/u+iHGZDIvKHc7liTzcIEFTwUrztrTskbJMnGGHfVcew7lIk+rS3NgNk3Lf5QLqWdWK+R9m3zWl2D4jg=', NULL, NULL, 'no', '2023-10-29 16:39:51.135000', '2023-10-29 16:39:51.135000'); -INSERT INTO `bot_wallet_pool` VALUES (802, 'TRON', 'TFTJ3kAJH88TmR6JqKUVZ9ZKPa1kMUPgMB', 'WUAFKWL/mKNkGvulaQA/jwAt6jezyXWukk0S9lh4TpXWzN9bZdiZAPXBx31F4IJAAQ0AQKWMguKMIGWK85OJFBgVjhV3OtzA0CH52MRAHGGu6uTTeAfhz1dhiay3adnQt28MylW9UzqbJ7kn4vjHxImp1u1wml2YZosVYxQM+As=', NULL, NULL, 'no', '2023-10-29 16:39:51.141000', '2023-10-29 16:39:51.141000'); -INSERT INTO `bot_wallet_pool` VALUES (803, 'TRON', 'TV8gUBsWxu5QHrZvx4L8wt6Afj43hS1257', 'VNtIaOPX3drNOsiE+4H/ZORbN8oUEMTod7aM/S9luLnYNcCaCbk+YnZNyPPdvRjl3hAjB7DUlJZACYxlVuzS0VZ24dfcMg+4ASVKW6DoZF9xMfvQYldQgVyMYiO/dbgk104co7UAZACRyRwT6sNIswuh8nF4awC6ZMSrFBcvCQo=', NULL, NULL, 'no', '2023-10-29 16:39:51.149000', '2023-10-29 16:39:51.149000'); -INSERT INTO `bot_wallet_pool` VALUES (804, 'TRON', 'TTyG8yapHUFz8wMdFKJsrergpxcoeyLpov', 'FFUMQtxVgjfzBeQxnRfYMhFo4WhoGgaOIYs+FLreljXLb6r0ZOmsQ2QhFZa1t/6Dnw9GMvv8I/5A5P00cyKLCmDAbct7GYcmfP7+58Mam27uUfH4Kc29QP1i2Rx/taN7urBlKlXq2kl2jc/VB92w1Ks/8TtDTrU+Y+x5p4m74oM=', NULL, NULL, 'no', '2023-10-29 16:39:51.154000', '2023-10-29 16:39:51.154000'); -INSERT INTO `bot_wallet_pool` VALUES (805, 'TRON', 'TR56zakro2MskhB7ac1bLqfB3CPPgijHjn', 'QMHIO79MBU3c+eR4dp4HRCNKX/B9BBaYziJ75TN898LMUx7OC1UYb/oD4D3maTOGFONXEus02ePDTyboRfasymT/M8gQQ/tZMjZaaNQaVfP0VnIPTsHvCmt1SR2lkQLqbAojEN5bSfz25h/mhr48B4/58XvpGI3FxYsPlnmIF60=', NULL, NULL, 'no', '2023-10-29 16:39:51.158000', '2023-10-29 16:39:51.158000'); -INSERT INTO `bot_wallet_pool` VALUES (806, 'TRON', 'TJpYJFTgQbHqiaZfWa6KzohLoMZUY5rakp', 'QMANWQCVRH3Uu+EGTNuF1mU7w2LVM+v/J0yjTmZYVN3Rez+2TyXGLaiQ2j+O8gfAAIaDEBVsNuMXLE38a2PMsifuG09O+2k+a+Zd/Osx0JO8B9St6oouUp3zuJk/tqe9d0oQkcMQhwfV56ZVybOtwK1sSGxOQnZB1ZPkNUZ29Y0=', NULL, NULL, 'no', '2023-10-29 16:39:51.162000', '2023-10-29 16:39:51.162000'); -INSERT INTO `bot_wallet_pool` VALUES (807, 'TRON', 'TXefJrMw6WyxJtK4cPJLkx39fC9Dy3poh3', 'Q1lQGlg+ooFMCWjNFaW+qB4O78/F+oReEzdkummiYomMKtfbiBEN9EovfUhiKI3BliOlXI2cGViJUbO43YepG6uVt5KdLhP4AJ/vYloTJQ8fCKnB8Ey1My6p1IcZ+GioCoMpwy9OZIeV7mPzJ2H3A/EyrdUoV8PPC25I/oyem8Q=', NULL, NULL, 'no', '2023-10-29 16:39:51.202000', '2023-10-29 16:39:51.202000'); -INSERT INTO `bot_wallet_pool` VALUES (808, 'TRON', 'TRQMEXyXHR6hwmFNb2pXcbqwT7fc1NCoPB', 'Rl3DZ+SXOgWSLEAv9vyZmYzagHy4r4T58i3BcGRY0exmksAm0kvYRXMJTeEC7aynUWP12AsxyRqPvrTbldcCdHBE35JolUVruZV+dBxBlyIRcSpipwoYlvaugsJHb1wZIpON6NhkRLNkrunqEo2CS3dj3ist6lAk7qlYQC2+jKw=', NULL, NULL, 'no', '2023-10-29 16:39:51.207000', '2023-10-29 16:39:51.207000'); -INSERT INTO `bot_wallet_pool` VALUES (809, 'TRON', 'TQ7BdSJFfp3cDtHU3QsfqJ66pqv1gkXZB8', 'i0aJoXBdml8Mal2RJ3n4/7dorlBjb/Hx1EgWhgKbY0hYRR0Z5GSeWSZMMi1xDm767kCl909hL2I4iQmrMig+ZAnxDZUXLDLUFKj698yS6SDje5zmBwet6LBWiFmS836uxvbdiWFGUhLUcFUzQHNPaIYuj3Ih69a46tKPRifCO5Q=', NULL, NULL, 'no', '2023-10-29 16:39:51.214000', '2023-10-29 16:39:51.214000'); -INSERT INTO `bot_wallet_pool` VALUES (810, 'TRON', 'TLrWJqBUL91dQu3nbJVqVaPsDeUgNUP4dE', 'My0i8Hc8Fdr61Uf/8nA/cBzs3KQb/dx1FkksVZznM/1meO1WXazYik74NbtOMY/tuz7sUNeoJWtwUMUc3uAaJJrqZEwt9TvKM3Kw0MIIaZ5ewltzmgXzquwIvFCPvLvQlVEYpZUSMVr3HaZOKCKlN9dIRHtSyIFFAld2rULdKak=', NULL, NULL, 'no', '2023-10-29 16:39:51.221000', '2023-10-29 16:39:51.221000'); -INSERT INTO `bot_wallet_pool` VALUES (811, 'TRON', 'TPozPk1oJ3bG2udTwZX2QP7SMZN3EYZ4TL', 'Qul0Egj5vbMR+aFAhh7ek58kV9bZvQnMkFhj9bBmRz27/KvHpGhpCIc5CKdwXGDX92L9npAzfF9iP9LRQaROrKKmDbIAJSItdYcjXheTEgSyS+J57DKJ9Z6C+ZHbQBK58QDa8WH31GMoCR5usALv7cmPdUJpNDq3rTqXPZ7j0HM=', NULL, NULL, 'no', '2023-10-29 16:39:51.230000', '2023-10-29 16:39:51.230000'); -INSERT INTO `bot_wallet_pool` VALUES (812, 'TRON', 'TY9xwPkXNoinHv2vWGQXK1WnmFQF7r2Lnw', 'Wez4mIMO7omC8I9HZ4XMfIVlRrsj1uvxp/JUdxATlxb0bQHIRkmg1i6t7z1mYt+0WOEXvMxqsuI6QdBq8v8akuasVb+t+sdd7JU+vzubrCR2GTrhn6dJzGd9iGEMx8NidhyTkLFFLS5wGvdmHDYJLnQhMb8r1JidsQQzGD6ftos=', NULL, NULL, 'no', '2023-10-29 16:39:51.271000', '2023-10-29 16:39:51.271000'); -INSERT INTO `bot_wallet_pool` VALUES (813, 'TRON', 'TXFVaPfRqWMBEeuzhRmbp61o9gByvkKoFZ', 'ZvW+2rSdGYroWr5mGqhDYmXJ4XwUvwDlgqjz62sBxKKPVuReS2W8AD/cPwl+GsxWUo31fgIKHheMty7olPzj42J7DMbPzUgtc0dhuPf/4yGBfpgQ/WJUMA8VxRRTRL9e8Adbp7bEFt14pUMrFx9jpa6s1zQ9N1G/rKLl+HXNXBU=', NULL, NULL, 'no', '2023-10-29 16:39:51.275000', '2023-10-29 16:39:51.275000'); -INSERT INTO `bot_wallet_pool` VALUES (814, 'TRON', 'TKFBsrwd4qQXYKRGEMWPTguhTuQ2vcAtUF', 'Lz0n10KimBHxKqC/QmbyTduvTDzQBM0KpE4U9iHy6vjdffnp33so+7FjCPzP0deELS7TMQTGdwrJGfP9+HVDV8H9WOywsXKmMaUQaC3ZxIQxwhMV/Ph51DYwaca9oVpcsJocD45knWbY9c/b0TDMv2Q98jU/2lfqxkgqxPYe3tc=', NULL, NULL, 'no', '2023-10-29 16:39:51.279000', '2023-10-29 16:39:51.279000'); -INSERT INTO `bot_wallet_pool` VALUES (815, 'TRON', 'TGQZsAXzju3RAAty5rjfAA148SisHZyFSA', 'aXleM8nK4FmN77r8yvxBimNsOXK9cRKXT5i6xDpzVSmoAEvct4/8PnXzuKSlgd2kc0d4Fgy6UnWrUrsvFuE/7KXLq6nHlgRPLS8v9UVxKRKTh9Q4xcw1Rjx9rOdJ79lIS97dy4wwMAlu+phW4zIuDpEtStETuolVCcz044Lgx24=', NULL, NULL, 'no', '2023-10-29 16:39:51.283000', '2023-10-29 16:39:51.283000'); -INSERT INTO `bot_wallet_pool` VALUES (816, 'TRON', 'TVnWV7FPRayNAPKXRsSDTErDrxhBT1FQbB', 'XgzD/tlk5GBjdmuUo35ca16AwMbW1CXpq118XURUAF8AAo/vnQXbZfW0Hj6abFhGvIU9dQk1hicw6/4Qx0dwz7Lp9nx9gA+wjAn++mobmtEq1T6fnzJ9uHjoiimjvbYhmo9qgRuKdzPX+rn8Z/u5/csAGtXS9xysO48X13+k3VQ=', NULL, NULL, 'no', '2023-10-29 16:39:51.286000', '2023-10-29 16:39:51.286000'); -INSERT INTO `bot_wallet_pool` VALUES (817, 'TRON', 'TY8p42qRdhCyeqa9eAkkbdJab2A5E6yVJ8', 'BW6xl5Bs8EGJfRTUuMILO7kbJMA22OUfUpzAugPMfDFWAr/a8SeWwrRAP6DKzJmMM5e/SznGJ0S6ukgmszDvF78yFyle2/t5J1sJNC8aV9xsNrhnkw7cbRM92wHTFB2ltCAJJsaQNmgBiZZUf6xnVAQR7Ykn6aeMmPrVTDMOJFI=', NULL, NULL, 'no', '2023-10-29 16:39:51.289000', '2023-10-29 16:39:51.289000'); -INSERT INTO `bot_wallet_pool` VALUES (818, 'TRON', 'TFXU5Xwf5FGmQmWHN5gwg7mLSxMH8TeXDL', 'SEpJNJ4fX/Mnhprf8oHulsBOzoRaP4Ap9odxnkaq8izbg4GXOsgisMjthqFSEYNZzn5RcKWyvtvsLDSftnBwBJSmvoAfveTqYur55yz1Z3D8EI91AKVDxxY5HgNmYL7PHewrNgLqVWm1snbqxbvJRdHXjDdkkflnz6E1eywU4Xc=', NULL, NULL, 'no', '2023-10-29 16:39:51.293000', '2023-10-29 16:39:51.293000'); -INSERT INTO `bot_wallet_pool` VALUES (819, 'TRON', 'TQnYgUtj2T93LDuqnMznMm5SvHgDMCeCAa', 'DwrXvpZck6+hKOI0EuPI4luvphPMtcBA96LsLaqYbAOhrYAZa5isW5k/DwfEDtY9AaG2/J9f0RZ+RuCR3ogIvjiR/Thjxyx4A8uMA1o6JkLL1wJ6/uW/i8Yb7XQd7GeITspbht+DJ+jNX++4Sgd3Pi8YbVD2U5tqu6nqXT8iuRg=', NULL, NULL, 'no', '2023-10-29 16:39:51.331000', '2023-10-29 16:39:51.331000'); -INSERT INTO `bot_wallet_pool` VALUES (820, 'TRON', 'TDMwnn3vtygnPSgrpg3V9edJWVmMyUw5ud', 'M4L70BTJYVyHnsZs2fKGQv8h+zBmWDRYct628G3xGwe5aPiDKscs7Ss+ZnHgAX+h7+M2WsvLD7BDZy6f7V57W/DwToywf4/jXvb3HyvGF9j8RGOp8aiTbxawEY1zUpmHp7UqFKI+v045TYYKYy84ML3bg175C7zwSYVb8MyaDj8=', NULL, NULL, 'no', '2023-10-29 16:39:51.336000', '2023-10-29 16:39:51.336000'); -INSERT INTO `bot_wallet_pool` VALUES (821, 'TRON', 'TMgLyfjpCHpiKRwK1dsHxWHvGntaHcPLnr', 'GmFCFqh9SJoduJ2dDMSbmC3L2ZtaxRcfcTAoaRmIqXf1ToptpydULGwETMosLurBy/Oaobi83oRN0eoDMHdMEZ2BYWpCNcTsThT23kbaCrZTDSq3oFC4NnQQ9u3fSji7DkRpWPu89asCEtmH+NjLY9o7h8X3b6vbVZLR1DqyR8k=', NULL, NULL, 'no', '2023-10-29 16:39:51.339000', '2023-10-29 16:39:51.339000'); -INSERT INTO `bot_wallet_pool` VALUES (822, 'TRON', 'TUXghPhfZrV8k5imcuyjQRTSyYdNtWTe1Q', 'eMboWXr5QzuAqV4Ou3cYMX5rebvQmFj4CYE2wVr+xGFE+CBmHUwKBCP3ipHIPRMXQYlf0xrqSY+2VvPvY4WOgq9CEG7rHBprEngEf6MciPzGrjAqormA4DTkMuVk9jQMAXWLjAABwZc6UhaDY6BPHqaPkpwDQr8n/X59m3vu9Xw=', NULL, NULL, 'no', '2023-10-29 16:39:51.343000', '2023-10-29 16:39:51.343000'); -INSERT INTO `bot_wallet_pool` VALUES (823, 'TRON', 'TP9YFnLTF63TMpgM6uwvWCeKNBLKPYa5uM', 'ffOWUiLcTtmbKZ1Hf3mpjxqVQDvM+JxurHbLxsFoW1Rrp2mVgO0YxL9TxAuxcU6H2h/YzUOC81j93hr37eDPzBqFUuKLF+sQgIV0PriXriv6bdQp7J/EWoWfSwcZi2mHvWrsHlZCA4CHOngx1x+ReUhnai1BxaIOuiFKO9Kt8sg=', NULL, NULL, 'no', '2023-10-29 16:39:51.347000', '2023-10-29 16:39:51.347000'); -INSERT INTO `bot_wallet_pool` VALUES (824, 'TRON', 'TJkSH4J3TPekC9JN5VaQnM19GMRzPLY18U', 'Or44068P+qBDo4Kxi/J6sOPvFfaRxCN5Rm2QFPTUjNEv6jxE3QU5Apmcorji1/3k9Tj/w67FMsnn9G2bGZKksszjYsFU0fLV5WQ5+8RXAZi7J6Joyri4Qn1ae+zW9wgL0kjepk89IWET7gUsHfRR6QIwh88LgNbcFXhD4VD2I5Q=', NULL, NULL, 'no', '2023-10-29 16:39:51.355000', '2023-10-29 16:39:51.355000'); -INSERT INTO `bot_wallet_pool` VALUES (825, 'TRON', 'TAHMoA2Q4azzGcNqQ73K26kU15RFGgBt1n', 'D15ED4qsGrjMiWRf+niDz1WEccqO0+aDrFrSFA56FgZfZVIuk1nv+saXsMUrM5R4IvcXcbw4bVhh02bFJ8MqI0CzuLWhXx4b2fndFPkE/3J2n5pi7wcrJ/JQEukRUNDCvEMpvjMBusI9P8EMxJh1LIdQ09UPrEtFukwYVrpdkdo=', NULL, NULL, 'no', '2023-10-29 16:39:51.360000', '2023-10-29 16:39:51.360000'); -INSERT INTO `bot_wallet_pool` VALUES (826, 'TRON', 'TDdSSqJtxqAhgmoptKUWf61oK9nUUkLdu6', 'EJnhNoQ26uMLmvDpagDqI4U3JxhBPvvbR4lG0V+gys1Kxhn8OoSo8zOHKvRfHsCGIHV7O1a6Gh2vDH+i5w+MX8WlhiR5k8dgdC9pKOSR3aqKpt+0SUMrTc/3WN0JTZ3n8v7K+ncjRAYpyyWmsT3JwUsGX//hBXtTxt/qPOF4QSE=', NULL, NULL, 'no', '2023-10-29 16:39:51.365000', '2023-10-29 16:39:51.365000'); -INSERT INTO `bot_wallet_pool` VALUES (827, 'TRON', 'TPzRAGU3qmk1vGKeQ5pkqtpjrwxCPGeCpH', 'SJNIlUQTDZgBw8XGdbY+8LXLkXum5tqWDRXaMaKLnkgsvOcfZB3svYqOCdrUOJjdKrferZW2rKjbZxeBvwrOvx0Fnpi4MNbw5rIiaRgRHWZAkISfRq5LN11UoSiKpcXdMy5re8leKrPPZKu1f7pfHX6BphQs4ZhXrfxkadR3tC0=', NULL, NULL, 'no', '2023-10-29 16:39:51.372000', '2023-10-29 16:39:51.372000'); -INSERT INTO `bot_wallet_pool` VALUES (828, 'TRON', 'TUnpb6HLM3kybJTpTiXzJLRko7sFnuVfc3', 'C9Nl5kLJDDy2C6Db+NE9Y5ZFluaPC5D4lJvZVQ2HkMlNJzR9Oy/8dCIYXqvNQ+v1/fjcPXH/HpPFmxNkm4Q1BD/EfogYr6XboKsfcVDqoA74Nb2Lcqliq5h6ffCN5sqGJ0sYUlY9wYWnBNU8yCLtgltKLBB+Bom/IGvjBLktO+k=', NULL, NULL, 'no', '2023-10-29 16:39:51.376000', '2023-10-29 16:39:51.376000'); -INSERT INTO `bot_wallet_pool` VALUES (829, 'TRON', 'TFx87Gi6d1MMdeGsNyfWTu6KMnmxFnia7s', 'S4Es8cF546IFL+3KqIAR2GjfbJn8m39vdOh6eg2699sDyftbsismOgJ2MhvZx3eYXPGBzcFvInA8lFDQgR/wSGr3uZPx1AdPr/K/YK4vtmhPiFYT3Zr5lQ0Lv9iAyyXW7bE2AfbD+v2CgVIXZkX1BsFzT4Av2Nlx3cwArMjkfGo=', NULL, NULL, 'no', '2023-10-29 16:39:51.380000', '2023-10-29 16:39:51.380000'); -INSERT INTO `bot_wallet_pool` VALUES (830, 'TRON', 'TMn6XVB7kTAM8SsCAMFQNYxhgcSw8VvUux', 'Oz6zrUmV+CMrzf2/s6yaRNrHvFEpoandoTaJAuw+JbDmSYjN/moOiIZxgbeFIzTkteTpq5G1zi3LcXnvs5DKrWx5LG1ZaTH5SzVYyaGLc2WCI2RkfOCzm3PuHpXrOxxr5HPJeQSvfOqbnbZvUkIDMKSLfGyrRjmHFXtFG+T5P3c=', NULL, NULL, 'no', '2023-10-29 16:39:51.385000', '2023-10-29 16:39:51.385000'); -INSERT INTO `bot_wallet_pool` VALUES (831, 'TRON', 'TQEyjByfS3yvuCVC8uM1G7QzxLALD1qgCn', 'ZEkVkPVP/dj4I8ZIXmBDDj9UbVtcoSy3bYS1RbNAg7t1r0hsD6Up2wy4OqC+AdXRp4m4UHHf3GRwWBNnk5r+IEgORvf2TEkkxzDvFC3VeMDMX9lk0uWMS6blvzweokmnyjV4e4/BG0oJbfprQt/uJ8W2yeFSceXCcFitp7CcywY=', NULL, NULL, 'no', '2023-10-29 16:39:51.388000', '2023-10-29 16:39:51.388000'); -INSERT INTO `bot_wallet_pool` VALUES (832, 'TRON', 'TLdNHTT1KaCyFGp4DGMM1bS5n6AdStb2Sc', 'i1HrNpIBAo5FFoIjvVOZq/YOD+u8JJ1kT1nVeJXZR1D6en9U0JBWYzZnxw3Zeq2ma5HRt1hRdRHu6rWKafv81SDcWDcGhr6EK71GeYMKoc335nn/2+I9dbjesv+8THZm0E7li6LdLlY4tbosKxbupVXMiqTllnJQ1YcQhogG6gg=', NULL, NULL, 'no', '2023-10-29 16:39:51.395000', '2023-10-29 16:39:51.395000'); -INSERT INTO `bot_wallet_pool` VALUES (833, 'TRON', 'TSDd34V7n6NazYXQha6rHzeX3KgQH63n9o', 'ZPxI0qs9aXQrrys+Qw6hImGLqQ527XfsOiXYHxg9avVonXkIkUbAH0f+xUVt1x4LgpB/YM0nAAcW7cYLPdX8fgjJFyA1tJu/aSjpAlp4RGO70BWCwRuMng4Tus9PgA87vGZiqU9ogUJBDL+Jv6J6sLIoFS4+Tx9SvdWIOrGI4uo=', NULL, NULL, 'no', '2023-10-29 16:39:51.399000', '2023-10-29 16:39:51.399000'); -INSERT INTO `bot_wallet_pool` VALUES (834, 'TRON', 'TWxLx14onRMssQAPf7c1aLUkFPCbdoqHk6', 'TQMgXwGEptwH4nLSb9o4MSlEoSdsSDYvs69DinIXJF3kqrynUz/IISk8x4/UqJdodmB7ukmz04xSffNP/bLY9GBcBHlLDDBVAP28tzWZIYUnlLZh5FPfXpAbfDDTDInNWkZAquLv8UOlh4XyZ9rjN0U+4+d33O/6ajKJbQwvaI4=', NULL, NULL, 'no', '2023-10-29 16:39:51.407000', '2023-10-29 16:39:51.407000'); -INSERT INTO `bot_wallet_pool` VALUES (835, 'TRON', 'TMS9ZZRWS3NfFFh989tWgbFuaUUHJKc8c5', 'WGu/6jslOwLC4FRuD8Bxf2wZlv3YPU74JONUGFDX05ZTypJjlPcYNA/KysNnfOtTwSKq/njtWm+fkVz4jsHlKM83wi8Hlj8cFkn/cvZbYoqp8q4kz/u0VJOVJ1MQLx9WvgzIqEXTiUvWLEMavpOQQ7RKF6jzPYSlh6B6+gDZU4c=', NULL, NULL, 'no', '2023-10-29 16:39:51.412000', '2023-10-29 16:39:51.412000'); -INSERT INTO `bot_wallet_pool` VALUES (836, 'TRON', 'TBs85i9zmGHVc6doK1KRu2EAFCgrvmfFbd', 'LuAmqS8DWQtetAw+WzDq/fY8Q4fnmgEqY/pYL+ypn/1MQ5q5QQXb194AWw4wW33GMQI8Gkr9MrVAUK1NGcMuwq9HZ7GeFq8VLsrS2kz5Ki4NCjnqA3rgYGoRH59cXaCtGuNJEsdpxLgXtb+cX1GvnopstQOWQijYF2c+3/NoVlY=', NULL, NULL, 'no', '2023-10-29 16:39:51.417000', '2023-10-29 16:39:51.417000'); -INSERT INTO `bot_wallet_pool` VALUES (837, 'TRON', 'TU8Um7pLf44Nh6jaWb9V9Ywg5A7DLgznci', 'Jij6A8B9SUzq3wYhIYtw5RS7dueFP6uE0IqbNI2qyfE/we0MxjCAGoaiq5fu+nseBjg+Nos+uhz6SRgM7NpUtbXquw7+dgjk13jcbZZwsbMOWtPpQOZkw8FYMDUfwkeovtvQZutRapW4ly1ayeNycrXK+h9i876Q+r2v5MCjCjI=', NULL, NULL, 'no', '2023-10-29 16:39:51.422000', '2023-10-29 16:39:51.422000'); -INSERT INTO `bot_wallet_pool` VALUES (838, 'TRON', 'TQDU1wsiEutkWmDsi3DUL5X5BsiP1KMzGG', 'QiSkymuSYTk5UlRMRGKZAOu3/4FCoDj5fCtaBdlJWt8ZCa2tLRsm3I6YNIQ6013vdPi/Nee+yBip/Z/W3xL+QKkCDaCsMHEPooXEZBtRspTazRDn8VLMxkJRaIZlQagyGvOH2huha9VZAJKvY8144wFmVvolFGTjm5jLWdYG65I=', NULL, NULL, 'no', '2023-10-29 16:39:51.433000', '2023-10-29 16:39:51.433000'); -INSERT INTO `bot_wallet_pool` VALUES (839, 'TRON', 'TS1o6gg8WqaPuhVeS4vbR62mpnQiMwf6HD', 'EgvalXycotlMA0vgDB43GyDpVchPjDZ9qOPhcR4hLL4hTgAYptXGlWw7kipT0jerUvybKiaCyTjwnBZxBbwSDOmjZKRe7LA/MUnyZ9eV+TYhhvh/E/h4NreHr0LmH0mdMc8D5ov87e6hVKYA0je8Zmjoss0VjHrDNGvPejMlXSI=', NULL, NULL, 'no', '2023-10-29 16:39:51.437000', '2023-10-29 16:39:51.437000'); -INSERT INTO `bot_wallet_pool` VALUES (840, 'TRON', 'TPMkaX6rsvCzzy9A5N8xMtu6TH4JSn8goP', 'E6mks7T31otTLz56fD8XuNiVZ+BwIeQWmAEwKXF9Msdt8MbOZM+ZSWlREBWoyMfpaKV9yvXSvn7g6pauH5tOKIQXC+YI8rR7dWFQzuoM9bF1H0Va9K28kp1EQywjTPQqbkHRBgIKthuplZqG0q5uRn+ulpK9Kvg72cgrg+BSgXo=', NULL, NULL, 'no', '2023-10-29 16:39:51.443000', '2023-10-29 16:39:51.443000'); -INSERT INTO `bot_wallet_pool` VALUES (841, 'TRON', 'TJtGkJHY1PCbofNpnSzDPfUxn5y94ft62m', 'WMn9+SjrUj55iF4lt4DTf7R/NOJggkm3zeyPHgaa1W4Q8jfUGOcHPuvsY3YORdNcMHFGxp4faFSr2OMZ4KN73q0JTe/DmuQwZ5VlGelZ73k7IqkZjN5CVnrT4B6lQ5J2l+4D4ec/CNsg9DTLBgAxkuzNVZS+IS9vhGPuiHU6Rj4=', NULL, NULL, 'no', '2023-10-29 16:39:51.451000', '2023-10-29 16:39:51.451000'); -INSERT INTO `bot_wallet_pool` VALUES (842, 'TRON', 'TEfBNq6vCSboCj8p6yfTcTRHr7XW4A6SuX', 'Xf29iqdN3uyneCxjvAF/+XoBLLo3BZec6jhIg/l0jlRP757gzWjrEcfQ2ePxXHwcuzpWOi3V0VQAOOeRlunV16pUEpY3LdaHhqzVXhN5g1fH7ggJpyDlCCG3HXHumHwa0jJ5omxLOJLR1KOrBUwoTtHN3pzDNLwQjLbcps2Teto=', NULL, NULL, 'no', '2023-10-29 16:39:51.491000', '2023-10-29 16:39:51.491000'); -INSERT INTO `bot_wallet_pool` VALUES (843, 'TRON', 'TJgUQCswRqkBdoxzMfrQxMjpLNtXyKvQPx', 'O2Pnxt6HerkjU2Qw/RjUOpoHQ+DUM1nY9JXIVhrk8BrtartElcrzczDafdvQd+jlWwuJoxCIurbRFKIy0zJuyFUmVTjBTRI085ZKWFkYhwivesFZe8RveZ0fDZfwRpVL5PWabaPMHWbp2nR2g6A00x+hVQwQ+mbRf/U5ipzln1w=', NULL, NULL, 'no', '2023-10-29 16:39:51.501000', '2023-10-29 16:39:51.501000'); -INSERT INTO `bot_wallet_pool` VALUES (844, 'TRON', 'TFAR6udKDTTdZYPyxrnABMQDUdQuG252ef', 'KHi9enovjVRmJI4T0p6jDK9gGwzl/BCJHQg1l9oofWuXMJdwkl7g9X8As1wQ/133/SzyrEH27igDLyBLrgkJKxo8BvNs828H6zXCyi/Dbnm/cJaVE6s2D4K6WquVyMCVlyckmvWui/OAf0wFfp+a0+QvZsvLnYikmeJKOEeG/4E=', NULL, NULL, 'no', '2023-10-29 16:39:51.506000', '2023-10-29 16:39:51.506000'); -INSERT INTO `bot_wallet_pool` VALUES (845, 'TRON', 'TMeZCDNHLaAGX6FWk8UyT5X3bGga4Gom7f', 'RPr1tEYvmH1vv/CIpKg+GiJUFUENqWRxOIlHbJOdxGDBJ/F9ulk0/omWk3YEALoDbjG0pyXNJ4xRDa5zJfg6hn8itjpst5wnLbWmklcTQj+hUCcVBgyRu2Eai23rF0Gm7NLiQtvLywPbQQacnoiQBjygR16JFJ1WvgcysKR5Meg=', NULL, NULL, 'no', '2023-10-29 16:39:51.511000', '2023-10-29 16:39:51.511000'); -INSERT INTO `bot_wallet_pool` VALUES (846, 'TRON', 'THhwPBBpJw1sAv2hz7Up2fiv4crTfoB2nq', 'M8pY8cC25LNq1JVMESTdqj4se8Wr762hL/scQbQWGjl/1GpydsmWRkXINtq1J1PsYGZCpkcx/qLaReUCFyf6AfJEp+hGPCMYx5+xW8b4Mh8kuJ8NqoQ7KDEfJW7AcPCyYDjvAStOcSWgvgseoDGWso31vl7LaDZYAEAlao0IAt0=', NULL, NULL, 'no', '2023-10-29 16:39:51.519000', '2023-10-29 16:39:51.519000'); -INSERT INTO `bot_wallet_pool` VALUES (847, 'TRON', 'TTNQEhtWP4rS4uuGF2nmJ8ed8qHMg24mJs', 'Qn7ntPKldqqEaEWCrHToondUgRKL2CBrAUAFjIo8n4tD2GJGG2c/StzaVa1IlB18kVnFetyvb6L5tR5Iv5yZiOC6hUif9xxZaAuNfzkJEehKruNa9dmqLWZmfHmV3S3Iqna8ppNCY1W1og7Yb732etgX6LwLZ8bt7Y0kSmdR7qU=', NULL, NULL, 'no', '2023-10-29 16:39:51.540000', '2023-10-29 16:39:51.540000'); -INSERT INTO `bot_wallet_pool` VALUES (848, 'TRON', 'TDwVjZmjrD5TmbaSpUrscq26Y1nmHbkfjX', 'KXDhR3e/qHCAxYukMDuXBiy2qyyedJyL71uSyZ7vstCeFwUnpU+WDFurEVhTl+UyPvLBtDPSjzpgvDZAbYef4rP0hbS4zHHH3LvY1XfoTYDKAW12UR9kYe8rskhScPnfr8BYX4nN0sg4IGRfS8rrBjt3cuCTI8FHtPle5V3/7e0=', NULL, NULL, 'no', '2023-10-29 16:39:51.544000', '2023-10-29 16:39:51.544000'); -INSERT INTO `bot_wallet_pool` VALUES (849, 'TRON', 'TXhhm9U6DtY8iyzgViTF9RWJX1x7eeQkLo', 'IYyKGe3RRkNUN6+0Ki9SlyG+v0loepFfsXDFZpTOxhjFzpGejFJ6mWkXkDjBtvLvM9hjmDNWassF3vqG/tZgEQWwlFsYhsfzveYB2fjDxDWYytcPTKxLsVeZU8ejkCmyeR5fGMLKIkfjhiFLyMDs0qkquNji24hdhUd45t+Vq18=', NULL, NULL, 'no', '2023-10-29 16:39:51.547000', '2023-10-29 16:39:51.547000'); -INSERT INTO `bot_wallet_pool` VALUES (850, 'TRON', 'TEKdWHsJPUJ8fmzdwEskvYBkQRBSDcBcgH', 'Fyxn9iiLu8B7B8xJbVNNL/xFyGmxDsYCcTTK/SKgrnID0sDge7Vr/2v5h0qn1l8nRTqxlriyJ892K/xuVPJyNwnvstxxb1i+G3+Oy6RWTxXJzAeTWis4xEBiMKmUEx9jlr50PqBSjj/u5IxZe+CA09LiVl+KrhCLGfQWQaq66mQ=', NULL, NULL, 'no', '2023-10-29 16:39:51.551000', '2023-10-29 16:39:51.551000'); -INSERT INTO `bot_wallet_pool` VALUES (851, 'TRON', 'TBHgLXGdj2Lt3HLJow5vF7GNa2JmQ4QZmv', 'ebUOflk03JEDn2uRQgM+QSqoQxttiCHDRj/HG8h/eel86fRiaSdcPaMNVI/YOY1eYwO6OGUugtm/mBvdzLZd5NdKgDm2CkQq0SJv88cSM31rZZw4bNAbDqYQx5K0zELO8kZw6GgsxzHCEWe7hU4vXytmt/jgYtt/nv/wlwxN9Ew=', NULL, NULL, 'no', '2023-10-29 16:39:51.555000', '2023-10-29 16:39:51.555000'); -INSERT INTO `bot_wallet_pool` VALUES (852, 'TRON', 'T9zoSPaF1pdJBKqJHJtD4uiZzWDJXjZGXW', 'fKYqxU5eDnqnLpzSusS+OAVqftG46kc0umZOsVFnQH0f1uwKq9BiWM0wWIXigd2SQUMCYnJV2bnvq8lPfxtxqBe7wfp1lGP0ZER5Hp2uGqGF3OjnTExyHz+w/KwmuIVEzB1VpESVMmISOBOEYtcwV9SOib17JxXmkj1zbCK0m20=', NULL, NULL, 'no', '2023-10-29 16:39:51.560000', '2023-10-29 16:39:51.560000'); -INSERT INTO `bot_wallet_pool` VALUES (853, 'TRON', 'TCXCdDCVi8D1XKipMcLiEvd7rnYqK7qCte', 'cpDu7jz13odGWADZvp/he621zkKSsKrRj2pMrYejwR2rA3zGycd36zHl+VhD3y60keLnbenG7ReWuaZJUKYYzrqwcUSytEBAx4NtBBLEQknz2CqHjxzHevRDon14Z+z9JuDy0wkNe+8mUdfVmwkFo1OT9eZRFj1LMqZ4KXQCxcE=', NULL, NULL, 'no', '2023-10-29 16:39:51.564000', '2023-10-29 16:39:51.564000'); -INSERT INTO `bot_wallet_pool` VALUES (854, 'TRON', 'TUseWoFLGuqqwcoqeaC8sTrmaetBeMbdKo', 'daatymLYMjT80hwu3wd5VLjXOX4UwgvxOJe+RIMHqWqwXfJj1ic7yMlJgCy2VZCegIWlpFWAktzd1g4GpOZCq7qX5Zxdlon1Y2I8FUM70kq8Xfz8VdupaBkHf7SE+tIw/zl/hNLX6Ar3iRlEG64g5jPBP/u2Y0J8Lc8NyqhwCxA=', NULL, NULL, 'no', '2023-10-29 16:39:51.603000', '2023-10-29 16:39:51.603000'); -INSERT INTO `bot_wallet_pool` VALUES (855, 'TRON', 'TYc4j5TpX5u6agmPNVkYbENam5GXZ6NYQ9', 'Vl3n3Ekolal6L3YQQVt8RRVwzbszO7uVEi2It/oPcqQAhEDaJp0AEuLAOCP47RvnAebSbonuZQBTCsosS4RZgS3iUFHVoe5umIesCSJZsDhPIHD1YgKwnIS15abyxo5yBBQ63vQmbxr5F8UVVJUJ1N47D0LkXSGljwIf38IwniU=', NULL, NULL, 'no', '2023-10-29 16:39:51.612000', '2023-10-29 16:39:51.612000'); -INSERT INTO `bot_wallet_pool` VALUES (856, 'TRON', 'TAaSjxiEiPe1vvitDnfuortfkShokZM3p9', 'U48PTcCen4S9SkvBk4MfZ43Pww5HfQmoGky/H4iKf0qphsdC7azq/OPoT4tEs4OW0hMh0furM7njBILzLduszM5j9e9XHqQIbJJwRA+owrTfZr+yEIopt+y2G/8KUgN+n440DNPmechxwfiGGFb5UvZFKuf9JulAuX4siagExoc=', NULL, NULL, 'no', '2023-10-29 16:39:51.619000', '2023-10-29 16:39:51.619000'); -INSERT INTO `bot_wallet_pool` VALUES (857, 'TRON', 'TRy3JkuR9SjtS3Jb3bLNDVZ81jYTuh5wkn', 'MZx0qJ+3Rg3I0vayUYId/hJNrp5rgoxq5ZnU+N9NYjjWVGE9LtpjHxmTTqy5KnUd8ZdPh6JMQapIVuRpLz5ykenuiItAZg69paaT8AFEor+xCJzst3IpY5119NWksh0vAVaD2Q1qi7ztlne9ruP0ZvLh3mQ6LgPGGUIy5V2cycU=', NULL, NULL, 'no', '2023-10-29 16:39:51.623000', '2023-10-29 16:39:51.623000'); -INSERT INTO `bot_wallet_pool` VALUES (858, 'TRON', 'TVLUFbAn5eh7uXuiLHpbf2Jsm9N7FoLzBU', 'GlLLYIji50Qh5go5OVqyeJjelpSNZWTBiCnxaTlUu9By35oqoKaFNATL2JVHMpA2F55l38QvIMgIrPR1/GYCh5i8zBVjNB31cH7SzGkGW/BE9oooE//vlyfqnUUX4TW4FkbnaFXOg/+CiYHUSCml1LvEUP6whkDsZ5jibxVB3kM=', NULL, NULL, 'no', '2023-10-29 16:39:51.628000', '2023-10-29 16:39:51.628000'); -INSERT INTO `bot_wallet_pool` VALUES (859, 'TRON', 'TRYXmSgmS2rQ4wBZXqUj9V3LAyeTRZoe44', 'QVS2BVplXO8fmTA8C/3kyh3iws2NGBE+si6JY61ownkRARdpHGCdS5eDvrtDd3Tj3tBIt7G+Bh2oCtnbARg7OoiQ80CAZvPxCnOfelZ0oAyDVgM678Cjz+6d5pJi0WHePSYaK0IdDpP4LiIc5/UjTIeBNXv0oJ/cGSVfC5MsROA=', NULL, NULL, 'no', '2023-10-29 16:39:51.631000', '2023-10-29 16:39:51.631000'); -INSERT INTO `bot_wallet_pool` VALUES (860, 'TRON', 'TRLVHtVYuY27fw7Wot31iHc3uEt6AZVvqB', 'I1xUQ80GeRTEnVVt+th5N8pXIN98WjgCnf2HsM+ppVYZvxpt67s9w0GpSM+djAeWbZyv5PyKVxnlLncp9vOb1uiviLJUHVYYvSp1W38sgrx4oKc0+JNXrPBlQZ3xiheoqi6sJHFBvWREC9+7LYjpM0qIzmdmqu48LUM9IIpuIrU=', NULL, NULL, 'no', '2023-10-29 16:39:51.636000', '2023-10-29 16:39:51.636000'); -INSERT INTO `bot_wallet_pool` VALUES (861, 'TRON', 'TQBMFVn8AiHdE4uzuKGbXDV2PKAKjfTSE5', 'kBO6JJj216PyKAYE1S1G9vRzn/RDORpEHfSM94T4isZP+GbDZQ7OHKLRBwGRU1ZZzVKSQYeQXJvDTNOhrPyAq2Nu/Xz1YuDvuLZzkqM4Do/7fGwI0NyOu58a7klnkCXD8AwhBiAYFij76hW4Yf+S9an6CXYxtC62X0irIxUGplc=', NULL, NULL, 'no', '2023-10-29 16:39:51.643000', '2023-10-29 16:39:51.643000'); -INSERT INTO `bot_wallet_pool` VALUES (862, 'TRON', 'TVa2M43CtXWvghUknVMvAkRtg4TpnSFa5W', 'kHwzX5w8PDlENj7+0J0rEZItr21eFLDW/yci13bcVfdh2F2MoGgaas7FglZrrEQ4v2km40Y6Y1eVxwgdbgeQlIS3o539qwtMjCroNDER0RywAgiN7yeRdWnPcXrTj2Qz/skVT8yGXMLmNJ4qLG2OOFRLjQejfsiWR4vPKPtwlgo=', NULL, NULL, 'no', '2023-10-29 16:39:51.647000', '2023-10-29 16:39:51.647000'); -INSERT INTO `bot_wallet_pool` VALUES (863, 'TRON', 'TYq7T3MtABftTpL9Huik8GU1mmtBAtkJpH', 'JVv8JmEHftUqWKl8antsU1ZIFRcgMMCN8TWT9tAvjkRH4os6K7LbbggXrVgwmD1Ai0JCzIDzJwqLVbLVCowiVazxLnYg3/oiH96SAz8UFTzMW4aeodrxVGovRIAHSBDuQ/lHZDXNOkKPu2WuN750zZkaKzfLbxjifzOekB3bDZ8=', NULL, NULL, 'no', '2023-10-29 16:39:51.654000', '2023-10-29 16:39:51.654000'); -INSERT INTO `bot_wallet_pool` VALUES (864, 'TRON', 'TP72dYuGKKKr431iN6HJSuik7mKFuttQj9', 'YDKcIqz6nl47e/2YhgWU+QlhBxJoh+D61Bn+smac1LTvULnUz0mq7iFDxtYNfcNDSt093TpmK9F61PdNzJSMnmhC3VmJ9JLy0iKWZOQtN/Bhd6BSTgN41II6LDDGLeFUwz/stZYpoaNHqDrhp2kb4BJ4CS8dcxAUvAVvk2YtJxo=', NULL, NULL, 'no', '2023-10-29 16:39:51.659000', '2023-10-29 16:39:51.659000'); -INSERT INTO `bot_wallet_pool` VALUES (865, 'TRON', 'TB7hTpJGswrR1tuDpvM4FLY5UpM77xUZo3', 'c1DfJ+UM7sWU5HZlkBV+A3kvcE2ChtsIlT2gnKM5QUljTbMaiOBsdciMAgn7OQ6XA3h3uaPJCtkGf3lHEoKpFm/F0oSil9wGHop03uiJkKq7iLjFcwC8xl9OGSw2HMvyK50NWLkTj5kAI2jH1Qt+11n18A/JEa9byvN6gcNqPRo=', NULL, NULL, 'no', '2023-10-29 16:39:51.665000', '2023-10-29 16:39:51.665000'); -INSERT INTO `bot_wallet_pool` VALUES (866, 'TRON', 'THyB8EHENAfXNc3YTgBhXLkHVGs9LywJMr', 'kkYDgxH9n9l2UMw3LsgFOpfGvIfuSYE4YI4YstJ1q/CYAiLnh0yDDCfL61BmVd7vSymRO35vWs7hL1VOoFWC3JYDdpNFBNX7op/svLPSCkxNmV4Wez3LVdu9l98UFeIL3LgTDiTonFCWE9y8OYEHw7rxM8afiT4m70cmNXNaOzY=', NULL, NULL, 'no', '2023-10-29 16:39:51.669000', '2023-10-29 16:39:51.669000'); -INSERT INTO `bot_wallet_pool` VALUES (867, 'TRON', 'TLCquqtdrmmRuoeNzGUbuGQL68mpNbbqsz', 'SaLSWD0PemSfN/J1s+Eatk8PjR2vfckyI98CglAMxEp19/EKcKZ6GkcJhyCBVlZdqdRN7THj8AC8K0tq+rFZrM23UvCdsN0SOiNOvHcCpNzLjdX7wYOeSi2HcRFKWB3J0Lvs1qMIsc8sMclcGebpvITMPtdmO9m/6TR7mwOJ4gU=', NULL, NULL, 'no', '2023-10-29 16:39:51.675000', '2023-10-29 16:39:51.675000'); -INSERT INTO `bot_wallet_pool` VALUES (868, 'TRON', 'TQQGEP6H2r33fv5Sw4kzuxXVtypQ6XFEN9', 'MzblSHwCNYQxCjfdE1eiLu26OobR/jB7Oek5XBlLubBTW66dbxp8M2FXg64t/8EHizuid8QbeDbW2eqmc/LYfNDtOfF1RyflrKLfKn5gmFZOKyl7pYLTpaDyigjAaIK2jRJFXGWCkMtmbCQ5iK0ElOAtbgVPDI6SBrvWDF+ruVk=', NULL, NULL, 'no', '2023-10-29 16:39:51.682000', '2023-10-29 16:39:51.682000'); -INSERT INTO `bot_wallet_pool` VALUES (869, 'TRON', 'TEF3Rov973YfoQ1AbKEqkqVaEze8JoRFCd', 'ER2VyLtm2eaKYcifUN4b9Nweg/BTFWrP9sxP3usdUfIOpYMkwcBEL+7L0BwWNYAmKqfPTzH+85Cxg4YE7LpVJkbEjK43mT2REnu72NbMO+PMHzvA6Gbk05yWv+ayQW781C3+S7cmUK1v3MRT7Pg7uwygAYhNSjrbSDGNQUAkr8U=', NULL, NULL, 'no', '2023-10-29 16:39:51.686000', '2023-10-29 16:39:51.686000'); -INSERT INTO `bot_wallet_pool` VALUES (870, 'TRON', 'TL2aEDBnGMA6vYKDnFMeX84PE4P7ivhyqD', 'ALrARKgTBu2PZqX6zZquwQTO/xUbwEcZEIEr1zy+5qqTShwIysHU6oUiiNLTMCjD+ygV06aezmHVmtmKcGf16QVikxsWNdjnTtSUg9DgwTIRkli/NpEGUw+0IJ/kD13lOCQ1QjRZPsjRdyMqV9CmOBd3Hni7MM/YIYmB2mP4r4c=', NULL, NULL, 'no', '2023-10-29 16:39:51.690000', '2023-10-29 16:39:51.690000'); -INSERT INTO `bot_wallet_pool` VALUES (871, 'TRON', 'TCrRsuEznDk4KgVcZp3bLBvid2e6PFKfF5', 'N7rbaJ1xq6Wn02SMF5bjNAnrhkke5jigcmlQcP4JKj+c2an32Qw1Q0P+h/WjGIV7f8z3WtPbFEk1/zlssmT3XAPGmoKUJFBpBWWfQXGkm2gwxqkmpSBHbxMuXpkSAR9vANGOIIkzp4DSGyLaoaPvu+Z+CmdynczyNZYsB2JBnFk=', NULL, NULL, 'no', '2023-10-29 16:39:51.694000', '2023-10-29 16:39:51.694000'); -INSERT INTO `bot_wallet_pool` VALUES (872, 'TRON', 'TJWVMmcmbFw54YDy9ztBKBZiQCtVZ6UkZG', 'e7UufbUcCSef8eU8swWz7q614IEyfvKbfX1BtJGGhNLz/+Ia9QJYVknyuTVYZ3jSEUyQwMqk0cp+dCEi0rwwxNFx5GDbGnC+sJjB6qA8flkyqEM54zVGVtaq9bpFj3sw7JY/1z5/GOHS/ldI9cEha7JU7rZzR1hO6I0rSMNYtqE=', NULL, NULL, 'no', '2023-10-29 16:39:51.698000', '2023-10-29 16:39:51.698000'); -INSERT INTO `bot_wallet_pool` VALUES (873, 'TRON', 'TEziP4k84izrTzsH7CBLGhoH2DUbhG14yX', 'bhMSjAzL8WehwoTtmjTSPF5Sr8DeQIjX4pvsppZ1TiHpAIW4QeCyUdn2xF5iBOlGA2ZA6NlLIegq9CGjc+OAYwn4xkhoyh0q8nBxw9XC5axf8qXArgId5d9IUkvVHJLPBW3+vxeJUxHKw6LoIP0qBWlWKlIiDKcQu3LeYA1U/p0=', NULL, NULL, 'no', '2023-10-29 16:39:51.704000', '2023-10-29 16:39:51.704000'); -INSERT INTO `bot_wallet_pool` VALUES (874, 'TRON', 'TVveudF2UM4SPoQ5ej8bkATzm7C9tkqBmo', 'fe/uOTk5IfhzXk8DuqGnxG4KN3r9q2wRjzPOlSvPvSZM7MH2U8Q/IBKWb79+b3rfIVLeXgpHZWRIZIynfv7phSwKYO6caZiHeYZADcVGADdhZaZeqo5gdqiMmQZlR+DSFTtrPJa5TRQ/3m8yIs5U0eeFKI4Gd3e2cQuUNm3x+44=', NULL, NULL, 'no', '2023-10-29 16:39:51.708000', '2023-10-29 16:39:51.708000'); -INSERT INTO `bot_wallet_pool` VALUES (875, 'TRON', 'TGgrpcwvMswWSSe52xkgt96qXRhKuANHtX', 'Wyn7wXMc2MK0XnTuklxlO5W+OKRv5RpxxPwXiC6tyyXq8NWX5wgn7lIXxh8F9nrrkpjXUaIwG9G0LRbFeN2oNjx8bO8dQ8I17vYh4Tu+9kJ5sXSgkL7OH5PVsve68TfIjtZ5solUJMToMS+GDIei/P+gapDreFzQ8jPmRVlXAAA=', NULL, NULL, 'no', '2023-10-29 16:39:51.712000', '2023-10-29 16:39:51.712000'); -INSERT INTO `bot_wallet_pool` VALUES (876, 'TRON', 'TJPbphubEFEsVj6fwyFcSmnKg5EBuNviuf', 'Wr1qrscT3JOD/8slsruKL6Tea7XE1PPmJeCuInAZ2lzf82epIeccn1tuNU7USSssRCe8pA7IATVUlnf59Fffc9zpZhytpgwOAaM5DEqWrgpS33qG/9Bl9P+AQMnzZspQht9eMwpB6uq49Tr9BiHXZ8RxAdMS6MldT9yaF26REnY=', NULL, NULL, 'no', '2023-10-29 16:39:51.734000', '2023-10-29 16:39:51.734000'); -INSERT INTO `bot_wallet_pool` VALUES (877, 'TRON', 'TKCvvCxWUkHPzfzef1AF87EMa7vpGCb1YG', 'jC2fMTfJRsVFokYILg7vth+5VLZFDhA/WFu2Q/dco6FupHwJoDNzj6wTRtQEL2mQc87e11nzuObzEs3HaJ1hQ8cSB0J86P/YPJM4w72hc3lKZD4lxnsNlztVFOcDs+aOdgouY3/ZN+W1ts8rAAY/GNrM+nBCQ14jq+f1ts4DYyA=', NULL, NULL, 'no', '2023-10-29 16:39:51.738000', '2023-10-29 16:39:51.738000'); -INSERT INTO `bot_wallet_pool` VALUES (878, 'TRON', 'TRR1rjM7ipUb5RyNeE4PCaLpK45AJSBWYj', 'ir9JW9PhMQG+f6llY647QsUYxHXDXggFWnCFa1T6vdvJxc9k8bk5Dknw0/plbuza8sPFoN5rrhGljnxZaeY3f6Q2tCQ374SqnV0rCLYcVYC7YI32DpjlUy0nHFwyYU1fK4DiTZ4jPVrCBK1yynPeher5x9F5TDXoGZ2PSDbECpY=', NULL, NULL, 'no', '2023-10-29 16:39:51.743000', '2023-10-29 16:39:51.743000'); -INSERT INTO `bot_wallet_pool` VALUES (879, 'TRON', 'TFAc596b6w6VYNzjPUXmQVdBvVLECGaa3n', 'CNfgQCwI4SCAMx3vpeZwo+TJmA8z+ECD5h7649sHY8DvflhHBLF9cuFOHBd76A/oOPx7TM2maVxJMXvmVnfyZ2aOvFtu9CLf0wSSUDeidDN4IavCU+l/3W5FUcAwyPp0D75SNhi00ntjUvF0hW7W0L0tyu/gyfDUXpI0yqCq02o=', NULL, NULL, 'no', '2023-10-29 16:39:51.748000', '2023-10-29 16:39:51.748000'); -INSERT INTO `bot_wallet_pool` VALUES (880, 'TRON', 'TDDuNenATHD5wCDDf73D78ruvs96JvWtUL', 'DPHU8yP3/18iCoaYKm65qdbWT4LyScf8L1u+UjTGAZIIedc7rM1to84/M5iA3MH9PwOvr53LPEWniZ/DiAW/1k1l0qB2y8E6HiP2WHWpns91D7Ur9fVaF6zCe8VtQMsGsx4BqMj/VIL7BBzvf+hFneitbNYhgTqTLNMPF0MLguY=', NULL, NULL, 'no', '2023-10-29 16:39:51.753000', '2023-10-29 16:39:51.753000'); -INSERT INTO `bot_wallet_pool` VALUES (881, 'TRON', 'TWppABes37Drp7XC3niLKqiS1bk8oJ4ZT1', 'gcwldmcDS7DynogEsXCGwyFYbzbtZqCyzGCD5DNgv8cl6AHeSe7KVy70vr4bNB9+d9E7qq/DWYZ7YDAzkTqMRf2tMW0tG2bbkib+Io0aWtYkk0QGU494n0GRDliRtNj+H1GgNbOERvXyub8NjktzvsxA8IO0fihEdq5xyKinkns=', NULL, NULL, 'no', '2023-10-29 16:39:51.760000', '2023-10-29 16:39:51.761000'); -INSERT INTO `bot_wallet_pool` VALUES (882, 'TRON', 'TU39LnQBsscmPrZVBePMYnDf5n6RKThzUC', 'Mv1n47gtMNFgbsUkRWcWdeu+UFfs3hCK5OAPs6QV5DbZkB7QK3X8ZOd64i8MF49z+AW9yuopfiWr+ryBCRhResU0I4x3TdvQpxP5VYelD7Xu7YLVbWK+4vwp10Zudo7hwnF/+u83st7h2hFrIAR7JEZnShK47XZ8MeqKQ2fLPVo=', NULL, NULL, 'no', '2023-10-29 16:39:51.798000', '2023-10-29 16:39:51.798000'); -INSERT INTO `bot_wallet_pool` VALUES (883, 'TRON', 'TXYJPqzxC1zN693FGw3CQzABtGc2rfX5rb', 'TqBjgRfTqWQ+ULCf1O1kDi/Mz8C9sFUBJh4XvCx/oejlasgO7au0gfpB1PaUqYGKeA9GNCHVIZuYIViSnxJ+IXPCs9t1UGoHHyH53s7wMBUnV2RaboKL4zqIf+g7pugOAZynt/udqjXRsccCqUeOeFDCtWTx84B0jj8i63cN1Dk=', NULL, NULL, 'no', '2023-10-29 16:39:51.803000', '2023-10-29 16:39:51.803000'); -INSERT INTO `bot_wallet_pool` VALUES (884, 'TRON', 'TEbYoyXy6U8B5g4gDfM57xv2DcLYRAdBFX', 'cSjQ8JavFKHDZPy+eWOB1apKqqzI1lF6mu1rVJxHnMen4S7kSAjZg6q3L2nvCi+QERWBDYVpD9WDGjzAnvDwxZJKEfzmAdawWg3krIa5kF7JBFSBSAVbKJuqEqjtHNk7E0tT2UWdTpuyyqieXlVHoL48xkrqzI85sWHA+vZYMEw=', NULL, NULL, 'no', '2023-10-29 16:39:51.807000', '2023-10-29 16:39:51.807000'); -INSERT INTO `bot_wallet_pool` VALUES (885, 'TRON', 'TKgmKXUgkpYPUBTHRE7FtZWARkKBLhP4ZL', 'VUULYd1xeoySMvQoMjQSegDWd/lIvwF/vh1k6yHPe66gKCGCNW9CHkh9Sz0SVvCTHZo5/VxmTqpFpymIog2ofUUNpeedq6S0hP72fpTkZnbYNiGbb5XEjZ2vbmsOIXUAvBCeu+h+1OIP4IECycbOqXs8nicIYSJt9bD9Jp4yHPo=', NULL, NULL, 'no', '2023-10-29 16:39:51.812000', '2023-10-29 16:39:51.812000'); -INSERT INTO `bot_wallet_pool` VALUES (886, 'TRON', 'TNCqDFV3uUSQxtHYzaT4PcB5prenzAq2ZB', 'OjQqlWOMw7R/HUfoSNKLHRr8PS/6V9kXTjx+NmA3G/099xsy6Aju/ZpTb8PIM0h6Kp/jNa+lUwmN8vltFVXaRwX77wa1+ylLd3GtPv81Ou3VxJH3MMQzftvRJhu/bLm2FJO2eZxZYHza9pqULzumGXphy/yPZx20oYyeTYb1uDU=', NULL, NULL, 'no', '2023-10-29 16:39:51.816000', '2023-10-29 16:39:51.816000'); -INSERT INTO `bot_wallet_pool` VALUES (887, 'TRON', 'TVbv4CDDhhX3rd3H4XyhPhkkiCbFPnU7pQ', 'KYmECMTjKwuf7wFrcpxSp1OoWUAc16LB+gOEArDYQ/QtEj8ZfvG7gsOP1t3k3F8wfeXQ7SOaOoc6jfOkumJdCPP5/v//3iCFTp3COStc0M1yLZ4C8iXlxVt2r1xui37RdfBWAflvIkZEnGSH5POVIW8KOqvdONY60WkLT9VNXvY=', NULL, NULL, 'no', '2023-10-29 16:39:51.820000', '2023-10-29 16:39:51.820000'); -INSERT INTO `bot_wallet_pool` VALUES (888, 'TRON', 'TWiRe8G4ybCRPY1aBcihr1J7A8NsBhjUKk', 'BVX4rJBLQeT9PCgOeKxZ9RhhSBoyw7ghSer9G+/Iswk6rerV7DuNQ5CST0/HifUNCCVG404Ue4Io/5Kex9AR3cFm/FglwSiDTVKnC/qXg+yfxjRw7gcTARpouSh670ZH0MR3ESAVNaM8rZStMkNrMyM6HD41lKBT5xt/5DBG4rI=', NULL, NULL, 'no', '2023-10-29 16:39:51.825000', '2023-10-29 16:39:51.825000'); -INSERT INTO `bot_wallet_pool` VALUES (889, 'TRON', 'TMSriqWTKjArNXgmi8uGWgZVayfxX2ka8b', 'GHcaWXtvBuzdZWPLKQxVivGZXEIQtP/yTf5UUtaLPv/UCa4Wiqj/xcjnGYtTzhsD5JR1CnVyh8BVRbAQPZ45kJSJapDxoEYWdJayG3YQmqCkf3/HVkhGbu8wXXJrL8fEdM6rz6kGwnxecRz+jKr95LuUgeAMGFLrXWbqpSeqOdY=', NULL, NULL, 'no', '2023-10-29 16:39:51.861000', '2023-10-29 16:39:51.861000'); -INSERT INTO `bot_wallet_pool` VALUES (890, 'TRON', 'TXzrBwuftBnqbh9MFnVXAnrcjYJLSfRKA6', 'HLDiAwekFzsGUrA/Z1lAHM2orVccmzswo6/5FfYM7omAz4Br1PtdF4p73uklnT0NeVlNC3IhDVAk68JP0ooxwlKTH/XPPOYD6YBeat8YC+D6pMQ+Aol2BQIdy04lBpiK9O1nzzGAE3RuyFLBThdAJ8r4ZIy3vrV+sAhPRdkrtFQ=', NULL, NULL, 'no', '2023-10-29 16:39:51.866000', '2023-10-29 16:39:51.866000'); -INSERT INTO `bot_wallet_pool` VALUES (891, 'TRON', 'TRTCgmNsMNachqiTCGPgsuT9zcCgqrG1nz', 'O3MtMZTVWRQyJm0lhvxqVS6bC72mZ95JUZkWOFcDPci5WqveHAKxhJrAF2jo7QMCd46jaAeBwjhmr0JNCRjm1y5nbaC1lqGKy4ulVFFp0eb6DrXM8y8gKW6SsF/pu37IM2S6Yn6uXXNGeLJbJQdSqXFLT0a0eolWhoffq+T3How=', NULL, NULL, 'no', '2023-10-29 16:39:51.871000', '2023-10-29 16:39:51.871000'); -INSERT INTO `bot_wallet_pool` VALUES (892, 'TRON', 'TH8aKdNoWtNfSGA6qsZML83PJMRwpkb2za', 'Cv6fAeRJAWKbdHKBuBTQINSAUBxOzqmepuafHVuW8Sa9NiJbLIAxy/EJrD0j5J/3F6Far9/QcEwCbMEda0lb35pQnepqv+m7i9gJWr0WClsRFdLFkulMfSUdh+OiX0n8JSfpLccLl7AU/0ofPZFLqyem4YFHJg6J6J1IzalSs9g=', NULL, NULL, 'no', '2023-10-29 16:39:51.874000', '2023-10-29 16:39:51.874000'); -INSERT INTO `bot_wallet_pool` VALUES (893, 'TRON', 'THPK7fhLHMVS5tBb9x3QbH5KTG5bfdkPqC', 'cOLLFuXE+vlC7+L6F3rLV1FfbUMYPjoT80+ORBjlPuGw2Bp1FAHm6Ev/x4xTrUzzq+FsB7dCiJQIOEH90x0d3n2hxUDSb5nbRZ3U9ErGcsYO05NbVEdePKZ6UUtNu1vsWZ8VIjsGvoj70SzSim7SYIS3jM5VcyZtQK97lGYZUgo=', NULL, NULL, 'no', '2023-10-29 16:39:51.878000', '2023-10-29 16:39:51.878000'); -INSERT INTO `bot_wallet_pool` VALUES (894, 'TRON', 'TFV92d63dZE8D8dkT5gWZSHeynfrYmaWT7', 'XhC3DIyoXsL+Ngym1q+NAJ/DpdfcsNwAyyqZv0LcbFExMrW2sDTzLFbeKjN2Ha/jCedrnMTsGG5Q345kc757gLT1GwarwyI1LZIC5Oe80Flun3nB6ieCZY9mXI9TkGfY4Y1PhjVwap3rL0v7YWPaV7YZc3Kd28f/QjeXRNBburM=', NULL, NULL, 'no', '2023-10-29 16:39:51.883000', '2023-10-29 16:39:51.883000'); -INSERT INTO `bot_wallet_pool` VALUES (895, 'TRON', 'TDpXBWjLwikgv2zHY3o9wVjFYLZuvxsoaE', 'ivvpcmX+nKLA4RpljrzVbC8JAS6RKiWzEutE6Zb1tgep4SuKv3esHc/KFvFMm7I0L7e+Jbj4jYnyKma+XMDZxnVlDMTO6NlNagjz3ekLEVFVsUfAIJucmZ19/OqTTlvT8B1sB6e+plqPwcZpaEri3S+xNhcCNlW0qgYpbdmUSIw=', NULL, NULL, 'no', '2023-10-29 16:39:51.887000', '2023-10-29 16:39:51.887000'); -INSERT INTO `bot_wallet_pool` VALUES (896, 'TRON', 'TKXnCggpu94M9TqpsEDF8thdfeKCT8WQYr', 'VBWK9P4mygNK7dZfnz/ndKfX631UCOrGu2XUYaJSWb/+qgSHh16cqg6Cb9TU8UrQ046TK7FIyqYOJGkvATal3GyoTJ61jFAzO4tRVpiSQjrmsWeMjVe+2NClOk9RJbS4ZnbMp0ft2JJ52g8vGQDdYsEpJc/Bhi8vZKKl+6Ibq54=', NULL, NULL, 'no', '2023-10-29 16:39:51.893000', '2023-10-29 16:39:51.893000'); -INSERT INTO `bot_wallet_pool` VALUES (897, 'TRON', 'TS1CueFiDXpwbk8dRNDHoehTEw54hUN9FC', 'jQgBwgKspvPzByA8BhPRHsSFmnwjUOChVXUdEdlsaTLKjKD3ubq41pd/2yzIg4bUXlcTwCfu7L4QlL87BTddU6gRDcD0m52FoOmhk7VqqUZM8skpZwKYuhdwaXNt8kXiZtUfw3nuqIzEO36vtvz6ZpyI6QNyOwsoboDD9pj+4Es=', NULL, NULL, 'no', '2023-10-29 16:39:51.904000', '2023-10-29 16:39:51.904000'); -INSERT INTO `bot_wallet_pool` VALUES (898, 'TRON', 'TN7WretkwN1kiB5seq72iGo9JxbCy212ce', 'i4mQcpITD0DpKAEge3DVkk1XkpUlTbUhbmhD3oOMQ4zv7KZXb/dCEuqpbcfkryVkzM8/RX7X/X0ZRyn2oWsJDrayulGPSwSVU05l9wPp2cQ4hUJ+p8g7lbuUXVl5Fq+z2ZC3yOlTG3s1YKBoz9k6ar6HgezCm5rv9usp8x98aK4=', NULL, NULL, 'no', '2023-10-29 16:39:51.955000', '2023-10-29 16:39:51.955000'); -INSERT INTO `bot_wallet_pool` VALUES (899, 'TRON', 'TJDUknm6se9nGCHAPhCEa4xtD3mZjua15G', 'hRr21CQdqnlOd0TEWbYF/JuQtxvjA7AeX1LWCZyH94WIfq/cxEbmNENpDcNELEkwsDT44nTYq6YbzY+KMR3Lipwlw6Q2GYI0oUvFbfWfa39RhAvO1oIILIOpQEFdYn4Bs75wqfHve1uXcERtPcllnJ15yKoWoAlIHO3yORmA3/I=', NULL, NULL, 'no', '2023-10-29 16:39:51.966000', '2023-10-29 16:39:51.966000'); -INSERT INTO `bot_wallet_pool` VALUES (900, 'TRON', 'TQK7oHeSBk7AGx2K1MZNKiNRoVcQwa9gvp', 'CKMiiCkZTusq5BrIaA3lTFGTEUChRJX1rpIXAHq2cL4YZK7peZP9lZneIjEIGAJKyYCrPotd1q61QdMhtJRydX14G2okh/CXFaQB76JKrR1ilF93SpHsK62kp9vUf78D13M3hK805xnDI/XkIIcwFIB4WPjWMoefj3WRSqtaYFo=', NULL, NULL, 'no', '2023-10-29 16:39:51.971000', '2023-10-29 16:39:51.971000'); -INSERT INTO `bot_wallet_pool` VALUES (901, 'TRON', 'TYSntNYbZF8aKy9hZNxHyeHweyYHLBQXb1', 'cJPghNXmV8etLk4kOs1evwMUpvPX0cny7DkOJgVdC+kW/9G3icI2/XKZn+6sZHH3Px/5oNst+lnDe8WRcjms2/5XZXJ1R4ftMaBkRHGQy8EKNGxr617OtlmdE7iSf6LbFEQ88nkBWT2AMxCdRMZTqQCy4Wb8pCN7gsP1ZFhRJZU=', NULL, NULL, 'no', '2023-10-29 16:39:51.977000', '2023-10-29 16:39:51.977000'); -INSERT INTO `bot_wallet_pool` VALUES (902, 'TRON', 'TEJZo2vxkJ6iMuZBBJuFwYjPBTx8in3i9a', 'GBUZTDEc5L8qwZy8pe7HSps86YhENYLuOgQNMYyFTQHITitt6cis2JegqZ51hhOE6QHaQFsAjQ0ukBAfBulczffqAfwXjS2fQqgg3fCChhYDp8QgpYODtioFkRr3Bjm6KMVwZ8+Lc8RA8qv/uwZrbsCQustMncm2hBJ35ntI9sE=', NULL, NULL, 'no', '2023-10-29 16:39:51.996000', '2023-10-29 16:39:51.996000'); -INSERT INTO `bot_wallet_pool` VALUES (903, 'TRON', 'TUs1bBrqG5UB3JTNCGwZwDKjCVAmG86eKG', 'f7/oe9co7cEZvhlXRPK+ZX5D1mC1dfbHgPNpr85/yZRCCqp6UZhVeIffyvaVFuTRo7sl0IIrYwa/KpF8Lg9E8Y2pbswQwsPMMloqCO2Vq/ZeAzpWlxysCFlF1fg/oTbM80UYvkEeP8SeihqvIPym4ZxRPboWGRk+t9j9RF5aw0A=', NULL, NULL, 'no', '2023-10-29 16:39:52.000000', '2023-10-29 16:39:52.000000'); -INSERT INTO `bot_wallet_pool` VALUES (904, 'TRON', 'TJCqksN4UxA5QA1ngHVfZKpuQPR4w8JteE', 'bXAXDlboWx3Gm8Cx/3pSKiRCI0z8pDpUqIpoyQiW8yYSpGmC+myS0kPzmCf8K7qolPqsmTQBwXmMK/cDmAN77gWAD9rZ1FgB3X0vGatzxccvKvVS0Udif1zPrJ2oIZGUQKzEVXo83wPtJw394StxVk6zSfvsKE7c7m0v+tfgDgI=', NULL, NULL, 'no', '2023-10-29 16:39:52.004000', '2023-10-29 16:39:52.004000'); -INSERT INTO `bot_wallet_pool` VALUES (905, 'TRON', 'TYHgkUaikgXWStrjpiaTzTTZsKTT6vr7td', 'gC8NtmAbDQUackKSjgjMATIjbuxp4j8+PY2mKUx9m+9G/Qu+/l26btjjVX9KgUNDitbjvP05XGEDwjRiFNcufXW5C+jn6welWb39QtPnP6Nv9MJatAV8j6pYp+OhrFvPhX3z/43YTjYL1jWEcsicKXZpMufW140qleMWlPFroIM=', NULL, NULL, 'no', '2023-10-29 16:39:52.007000', '2023-10-29 16:39:52.007000'); -INSERT INTO `bot_wallet_pool` VALUES (906, 'TRON', 'TPq9sYsoqwEff11RwWnnsmKFcHoRgyptGa', 'Y1uv0qxFxsivDFn1bcCnd9spR/MpTwEyCP2douLTNkQ0mgmrllkymWuZxz7PYeE8uM23E0BMILKfTbJsdv/bkbaqJ6PlKZSmAlWW7gGGeSUdxQmSaJvyy23kfDKM+XS5lnJnidhvxjqMAfOZHF0EYbIoI3wM9x1mEEnvz/OyUsM=', NULL, NULL, 'no', '2023-10-29 16:39:52.013000', '2023-10-29 16:39:52.013000'); -INSERT INTO `bot_wallet_pool` VALUES (907, 'TRON', 'TZ4g5371gpJWDRLWSpcqenRWKEox9FKgsw', 'EmSzcGZKV30Hym2OJr83JS7UJK2v6Ns77YvqUo7c9QPdOImb5ilU0zDO2WtVC+uKAH1qODxCZ/IfBKGuP5OOtSxifFhDlu8Iry5bFCi0oJoWaCSnaeBXFeDFwxZAIcUW8IS6SFmrZ0LgV7cYqH+DAMglqRemNgi1wKPc32MXTbM=', NULL, NULL, 'no', '2023-10-29 16:39:52.020000', '2023-10-29 16:39:52.020000'); -INSERT INTO `bot_wallet_pool` VALUES (908, 'TRON', 'TS4LoqtmRmiEnxoQwmjswykPWSdPQWAELJ', 'LbbFNa6vIW7+xrLkPSPk2vQipbHyD962jMAbnmENLROjH1s+sOJl1bNx1CVcrfhQXppH7jx14jMkiDT6VAsS4a+WNbTQ3fBTv7OsNYVaehf3JPq2Xtr7Ct6iy3qgkFKOwq+hTeFUerZnI1aWPtvDEbPeTuXfIS196mXdyagFehg=', NULL, NULL, 'no', '2023-10-29 16:39:52.046000', '2023-10-29 16:39:52.046000'); -INSERT INTO `bot_wallet_pool` VALUES (909, 'TRON', 'TGX2N6kCKPUXbXtHuEkXS9fvwH6y3tkWfY', 'MzP5bV9S3EXrZ9XmHyt+oJHFLiths8cjNjETGmlEIIXeqhu55hA4KzSPdZugGWZyiCRC3HNwTfwECwH84r0oR/KCZ1IUtfigpiqSABY4MeFoXLjoNeK/3hy09pGxjn3vTgJLoBXz4NT7yXJSemzw+1JunOT9KLJyKSIU6jQge8Y=', NULL, NULL, 'no', '2023-10-29 16:39:52.051000', '2023-10-29 16:39:52.051000'); -INSERT INTO `bot_wallet_pool` VALUES (910, 'TRON', 'TKVwkG6CHEFWNvxRJ1bQ4Zt5r88azBnmfd', 'MLWWzh7+wOOFVQp3aIdTE9l9b1lOF37DfXDyoVMyrncRIVk84Owkwx2qRbWFLHAS8M3kyWYvBamqK75ZBcHMnBk/6AFWDksuNDIPl4ECsC5jXeD26URcHC6T1zPGoTYYidIgd5hugHlG71yKHnyWVo7eo7Bb+iPC+N0JE++QixY=', NULL, NULL, 'no', '2023-10-29 16:39:52.057000', '2023-10-29 16:39:52.057000'); -INSERT INTO `bot_wallet_pool` VALUES (911, 'TRON', 'TJKpyiFJBmCucdY1H6SMT9NiVVxtGDRG7w', 'ALA54q0DFJGF4+8V+s7hWz7v5P8xtGnerwJmPfDPCMMBFN+RCnxnE79QdkJJ84G0nl4LXsdZXcTC32es1ktdBKueRAH1c7iQOtmiUnJNkyB6ZuSHhNeuejomMWP5HgD8sp270FnxqaQWtXmLkuJW3wKS4RdhPLEVRo/heEdcwjc=', NULL, NULL, 'no', '2023-10-29 16:39:52.061000', '2023-10-29 16:39:52.061000'); -INSERT INTO `bot_wallet_pool` VALUES (912, 'TRON', 'TMY1ffCGTM57ii3goWhmnybtMXNoBoTvPd', 'VQcYi9B4nbe1MoufUmBRw9GWTfLuq6TjiKQVTfR3jklCUytspmqlN+5fU8Ix1ks45U9QWwWsT9OepLQfU1xhtpLej2fa+RvW7Uw6fZpGye+7d95BaNGLRuPzpmAbf+xgTTYh3Odaw2fj6BeePDbcef1QAyGaBSRR+iP/FBik+1Y=', NULL, NULL, 'no', '2023-10-29 16:39:52.066000', '2023-10-29 16:39:52.066000'); -INSERT INTO `bot_wallet_pool` VALUES (913, 'TRON', 'TUQBaBqe2t269io1raaS6Rn81hfUc4t2aK', 'EOhrEq/a9yyqVw12xIF1NVj3MmtLMZXPs1xa25rfATbPPGG4KNdbbGWBI9xbCjjpNjVzoxpZFSaNqPwR87qyDukBW1mkG/klp0KzRisT9PJMGcpe6yH4JCGg299UsjDqur8og5IPhzNrdK+mlIUQFhQgDQGe5SPvjmXIsmI3b8M=', NULL, NULL, 'no', '2023-10-29 16:39:52.080000', '2023-10-29 16:39:52.080000'); -INSERT INTO `bot_wallet_pool` VALUES (914, 'TRON', 'TBcie8VAbSXMruuCYnk76FHr9KXmTxz47D', 'e4G3lVdjC1KVaXeugXKNEP+TZcpJvE1x4D56cxuAIZ2zMj/c9DTDgcTSzSD38PJab0+JGk+Ktiq5m7SgX1J6esfIT3avMnPQapQ+N01p6lOYtqbQdrNBmAivmEb2LzDjrywEJgb9Tngegl6pATqtTfxEHsd7pGxeyqTWf99IN6w=', NULL, NULL, 'no', '2023-10-29 16:39:52.115000', '2023-10-29 16:39:52.115000'); -INSERT INTO `bot_wallet_pool` VALUES (915, 'TRON', 'TWcRDm7Dvxmz4oyVTd1vgad51T3AVJNVa2', 'BX1m7FcB96pmBrTC5XSTSr442pVL5QdZ4/gh+Ke0AVvL6ZJIpWwK8BSXdc+GCA9/sBjwLCZ1sxqWsxU+BmL6fL86xQy37coto9EI1QUKyHlqGgXOYdC2H9d/NZt4IQJwO9Xd430fmvBZvTMNu8rKopB+M2J6CU8ChFKSVivkwSE=', NULL, NULL, 'no', '2023-10-29 16:39:52.120000', '2023-10-29 16:39:52.120000'); -INSERT INTO `bot_wallet_pool` VALUES (916, 'TRON', 'TAakYpn9idqnFHdr1KJpAygNN5zgTUhTCk', 'LzWfvejWvrHCvze/076Akmwygp6m3XIt6PHVBgtBjEQHYW6CXZNIf1yfG8XapIatzMBJ1nz8ch8rOyvlsCvJPckxRzymh72z5WPaUKqAeRUZIckJlibfSKZjY3QY9Wnh7VsrPrI4GTELLyoNUFM3NI0M1cGr36OTCckAFDpJtYI=', NULL, NULL, 'no', '2023-10-29 16:39:52.124000', '2023-10-29 16:39:52.124000'); -INSERT INTO `bot_wallet_pool` VALUES (917, 'TRON', 'TPjfuWzoWMMzohmJPpNQxyC4PUzZ27XHLC', 'DmATaJiQhY+KyC9wrxm6W1kszVxHvTcuJNb+76mu1Q2VY6qfnz5gLTrYPnGy4T50gBxBncvZswuN9X7fgwL/Y/OJXASyxbzrJVXBAxjsGKw1Sm+ph2Xu4HHYI52K8khfCLfoWmQAn9gwfEJ7Mzh18wQ8ZQIF0+2nhdXypccS03I=', NULL, NULL, 'no', '2023-10-29 16:39:52.127000', '2023-10-29 16:39:52.127000'); -INSERT INTO `bot_wallet_pool` VALUES (918, 'TRON', 'TCsW8CK2ovyCpB4Lfi3x7HJftJbmZ8PYvm', 'lTa2j7Pj49gpvICq/Q9cc6t/SozDTO4Xs4ueEFo3HJj3SI8uaYNxgSamf+HBacOPxmVo+H7MCdepKTcoM/7q0GsIAnvJjQmInG/FgE4IRNQmL4xLJWx7t0lRN32CiwBWPO64Dq9P1KRkj3v/aIl5O9rHr+RNVflk/zmDWW1WuNM=', NULL, NULL, 'no', '2023-10-29 16:39:52.131000', '2023-10-29 16:39:52.131000'); -INSERT INTO `bot_wallet_pool` VALUES (919, 'TRON', 'TD7bHLfJg1iYT12Li4aW3VX8bkVG54McRg', 'N+yy7LqimBmR0jJE3tP4b0b/KeK2hE7X80Dbv6wHlOE829FdDLR8Sum7VKJdOZE2C0qrFHJPK5vtE61VANwuEzrOGoEqF4cXpSNW4tvvhzxW0T1vt/zHW1InaVwsxm0mMcOBkYzEdcKdgFIXf2/dT1MYNH4oASxU19Zlwynor9c=', NULL, NULL, 'no', '2023-10-29 16:39:52.156000', '2023-10-29 16:39:52.156000'); -INSERT INTO `bot_wallet_pool` VALUES (920, 'TRON', 'TJKmtRZuC4VkY9AgV97MosNmHh5ytoKvQx', 'biDMQahpnKocZjLAJ3ud58BaeNtywzOkxta233x9DnlKLnf2p+sSgoq2GzRKSkHWJgA1jE96buPxOBzPz9Tjzi8vUK7FhamJsXQT6LJXkcqCU9Xm3BN2nXczYrHsm5DfFUCoRhDNNOaV6N1zPGQapqB9m3TGraDrIy1T0bncEwc=', NULL, NULL, 'no', '2023-10-29 16:39:52.161000', '2023-10-29 16:39:52.161000'); -INSERT INTO `bot_wallet_pool` VALUES (921, 'TRON', 'TWRGFhGw3SfYPPRYTSdQ2LCJ2WHvBqBvxG', 'GUB6j1whrKdUI6Yjbs81hG9l6LAHgCi1q9I4Bpmn2MTyGImdQkNdzj5Si+HK0lqekjc5gqlf1XYAivHOfvTYDspp2msSlj11nvmMM6zYZnNLzmLsbZGO0HvmLkvFhKJc7MCabP7ZoYQhiQDwwCMiDQhm2oyKUZXonHpX4lG0u3I=', NULL, NULL, 'no', '2023-10-29 16:39:52.166000', '2023-10-29 16:39:52.166000'); -INSERT INTO `bot_wallet_pool` VALUES (922, 'TRON', 'TQbaZJwcMMU92JfibRGgo2wf9SN27BL3T6', 'DB85wb9YN3gXUtKmHN7noJd34udv6kf+iXp6PXhCJggdxV1zej3dIYAFsGdaAYTMBkkMClojlCZEAUhmgnN0RMctGVLyHgjlrXhEychTwHug1hs1YV3gBO0G59N2CcR7UdPOTeU0kFjR+ah/xacWoTxa4o9sbwquqh9aemlU/wI=', NULL, NULL, 'no', '2023-10-29 16:39:52.171000', '2023-10-29 16:39:52.171000'); -INSERT INTO `bot_wallet_pool` VALUES (923, 'TRON', 'TVFkjucUeBYCPUCMTFpLmmMYAUFUvQtdeQ', 'ExX2rGuDI1WnibR1YYQahnAOqNeZDwce+mf1xKIK+6BtJzHztLsinp9vaOimRTrTGVzTHhdxygrDya4+bGyh/Aj+2vzc9rLvVM3uvb8nGk77L1Vlzyh12SzECtsErLDSLGZhQFpwkFl6AHkCgiUBgE6YZ7PXnTwu8geemX3rZP8=', NULL, NULL, 'no', '2023-10-29 16:39:52.176000', '2023-10-29 16:39:52.176000'); -INSERT INTO `bot_wallet_pool` VALUES (924, 'TRON', 'TEj6iqXiSMQ6PuL1WYcQsoP4zwRd4WoWWw', 'Cjh8Xyu0U7yT0eLmwGSW1ND4TmfDDGHEK3DyfwhwDm2PezKuJi1dAjKxMxMd8Zofi/YGVb+tUaN2T5iNudh31aH2GDXraO2jGsXrtaAqIzSMWUukVW3K1N/wYoy4cXk2YW5mRqlmPuq7sDHgtHHflPeqJxCYERwHFQOnjZfec3o=', NULL, NULL, 'no', '2023-10-29 16:39:52.180000', '2023-10-29 16:39:52.180000'); -INSERT INTO `bot_wallet_pool` VALUES (925, 'TRON', 'TTV3JQVTbGgRnuaztAgRErADA55bqETm7o', 'iINgBfsnQ2f7wyNyFmhTI70NFdWvxxNTCGt4riSuGNESbVlENq+cfMsudITzbhgDnwDMJ9/R9OoPGi1rv0mKObwYV7dIGpj3ksfzLOxmfeQ2pB3sYiqeRNsn7WFh6gSi5wrAbn8qXnoUw3WUqcxg0coBfY1fozV0u4pmHdS4Epo=', NULL, NULL, 'no', '2023-10-29 16:39:52.186000', '2023-10-29 16:39:52.186000'); -INSERT INTO `bot_wallet_pool` VALUES (926, 'TRON', 'TSqyP67tVoy67yem38JpvAHueZ8wRZKeEr', 'WI879aHhTU7abyKViapcig65KFGhgqtXL+g6ejdrgxo77Q+PrefbgpgHV3dYONPq0NOX9ZgZl0xLNRcLx/63IMnpO7eWWtAe5lNUooFj/++C1vTHhHoexyedokorOVU+HpW7EAoUcjkI4jGBwkrNoBqBIdlCfuQEsuoIiCNdLng=', NULL, NULL, 'no', '2023-10-29 16:39:52.190000', '2023-10-29 16:39:52.190000'); -INSERT INTO `bot_wallet_pool` VALUES (927, 'TRON', 'TSJ9fuqERjwPmtmGAfg9tZa1CKuMsF5jWJ', 'FAJOe+qzWQitqY3XRl1ef7yaeTWipsQ4g5yjPj2VeK7v6n0eGAEVrkAmF83Os+c2dfzz/BrdWamgRhELjNp4kumuKkDS7sbzGebz6THxNHHlxXjjxliN2Un+388SHzOCvizh9lnfEa3HHS/CGwiQJBeS5oPV6o8fRUCTJTysnyY=', NULL, NULL, 'no', '2023-10-29 16:39:52.194000', '2023-10-29 16:39:52.194000'); -INSERT INTO `bot_wallet_pool` VALUES (928, 'TRON', 'TCwtwLgkmRzUnHkxp4YXyUDE4dsG3nyUkJ', 'eUQrjP5qGbXKgJJ90iTFw10NZWpGuwmWkDK2zHQ0+HOsZLb6dOV9vBIgApz2lkUfKxzjI4qfhmnsQM1aaLTi7ies9YKtJ1wCLLKc0cI9CGbZQesTUUWUjWii8zv9Z+nk7byPRh2AS1Ck/0j87NpRKV6DUxIpiKNAyPsayDji8yk=', NULL, NULL, 'no', '2023-10-29 16:39:52.200000', '2023-10-29 16:39:52.200000'); -INSERT INTO `bot_wallet_pool` VALUES (929, 'TRON', 'TR5EnYhn3xGC425hJo1CtmWSEKeDey5oeL', 'ZYdp1kFlwVoGWts2XAiuTyI7Hvmz4tBKLrr0HCfqhm5cxgf31vUQvUpi4xTRZSeLqjdmb/pyC1gd5ix1MT9zbQ/gCuCtSqCiejTHcMuwvUXhjK3ApCixQECw8b/fbD86MuBl7KPQq0iJzANvEPttq2gw8+gCokxtobiWh7AVPko=', NULL, NULL, 'no', '2023-10-29 16:39:52.237000', '2023-10-29 16:39:52.237000'); -INSERT INTO `bot_wallet_pool` VALUES (930, 'TRON', 'TRhsT2UdbidNtKJKFa6rHRq6c1UmLCNvMN', 'Tl8gwx2p+Y4peaA1z2VlutKaKF7wvpGkzpwYtVfoWGy5psKYFz8M7JPDGZy4x834h+O0CRKrKY8AuBE7JnhoQRJjw6bWBKi5fwYrBtLdx39h8aOvESR+tKGaoLW7hxtFDZBLUIB/0CFv/vpJigWRylieBNHBY+Dqz4o8VCFEc48=', NULL, NULL, 'no', '2023-10-29 16:39:52.241000', '2023-10-29 16:39:52.241000'); -INSERT INTO `bot_wallet_pool` VALUES (931, 'TRON', 'TKayDj68z3CYnUSSsuX1RuyHUkKByyyutg', 'EGwp3uq5m2OdLaGPwBvVmeend015SOiGRjbNyAgQ/50d3+LTBNm5zx9DQEVGO8zLVULYQgXhWEdlydqMtFKDwEfxPOCnPWut3UZdViWwb/7ULAh95evZ/LdcdtXJd+akr2U1j3Egpi6GCtx/Ikp3AEmPsxTJC8IyPWb9CuUCs7c=', NULL, NULL, 'no', '2023-10-29 16:39:52.246000', '2023-10-29 16:39:52.246000'); -INSERT INTO `bot_wallet_pool` VALUES (932, 'TRON', 'TG22dV8DLdQuuaZzeruzpQRDW41JFM9ESK', 'JcReaakcVstbPpiLBnJv4aa6i2W3ZaY2+r8c9WJrMq2qcYEegJkRtYi28SFPdzBBNfWCBgJYH5l8bKMrba00aamqHNlHjBdVjz+mBoe5qhtOCByenLDuuwwAOBSzXwUa0CP+lAyaqc8peu2nf+oI4u8faePLs3yMS9ea95mTAgY=', NULL, NULL, 'no', '2023-10-29 16:39:52.250000', '2023-10-29 16:39:52.250000'); -INSERT INTO `bot_wallet_pool` VALUES (933, 'TRON', 'TEzcdeR1Ak9iQJXtBNrnQYiUhjYy9Dxifm', 'J5cmHE6pecDy7ppjvILQ+iLjgYDBb9M8AcAse7qaxs/tSPLug8G11I3N2dMs8F8xLwZaCZmhLhrXc8HNB0aNYIyuSePmzop2xrgx1gbZXyRcoaLXq88BkjixEeM4+7/U6T7JNQNrS3B5Ry9BepGov2hGJUF6qhV+AUivK8OC4Ts=', NULL, NULL, 'no', '2023-10-29 16:39:52.253000', '2023-10-29 16:39:52.253000'); -INSERT INTO `bot_wallet_pool` VALUES (934, 'TRON', 'TCmcQHHnS551rwH7BMLSqLiPVLwkWjJbP5', 'X9RyAtaYNd20nprb+iKkIHpasKlqOmhMeAXHnLVthPi+LFxTY0mTeJICASRd+Nw2XwsxPOUoN84ix9TC3AEQY2wBHAapoyCu1ca+qT+tUNTk3/4KOi3fnMksakMhh8sjHTyZdNyuaCkkV5h1aaxj+LlJoXRrLPnOhu6F2G4pV6g=', NULL, NULL, 'no', '2023-10-29 16:39:52.257000', '2023-10-29 16:39:52.257000'); -INSERT INTO `bot_wallet_pool` VALUES (935, 'TRON', 'TRFUSaWfFY7QQ6GmmzeUtC8Brzzb7p7Tek', 'EOqeV/zMG8lLe1IPjhdeMsk+8mObkdwzRdQsbgtxv28EJg4uB5aXnq1WgJ/rvvyC22nz3Yf3L+wtCfVUrWxYFHZ7EknU4BBYDwb3oJa2FUP4wVRYOEKd6u8rCnc9OttSizfTuTwqqNRN9T6rbQREBJzUmDqJzzZAP8g1vKmEVA4=', NULL, NULL, 'no', '2023-10-29 16:39:52.295000', '2023-10-29 16:39:52.295000'); -INSERT INTO `bot_wallet_pool` VALUES (936, 'TRON', 'TXeMUkt4hpiyKV3ug7c3dMSngf4rEH8SNv', 'lV5/v5ZB4+KG4dktBTmFNYGpNVgX8/XQhROjiCr2v1W/5c8I344BA8k3kSS8RJhr7xsTfkluzqMhUe3ELYOr7k1QgojK53G2oDSLyfgq467JsPz5ZwzsVccDvZIYhp2PZbWT8jTTyBWgHo5O/QKeD6RPxgHsvSKqGnYMEmY+sPY=', NULL, NULL, 'no', '2023-10-29 16:39:52.300000', '2023-10-29 16:39:52.300000'); -INSERT INTO `bot_wallet_pool` VALUES (937, 'TRON', 'TVSmH5eXiLBMMjD9Nwb5XUMZ6eJSCEnsqV', 'RNHo/WorvviUkUBoEvauDRuVkIUCBLKf1F85pB+/0hlaFCfwPZ16+4B8UPruV5g2XpmaDGIbJ6TF3Y/UsWyKgeHZWVFXyYrYuitYj5NJnmBIxKOWCJIQJbJ7aqOKKMzgEfDgJQQ27jytBZUJSO1pGEtFeExdwnEReoYG/68IKCU=', NULL, NULL, 'no', '2023-10-29 16:39:52.303000', '2023-10-29 16:39:52.303000'); -INSERT INTO `bot_wallet_pool` VALUES (938, 'TRON', 'TS9skMmhqv1WuzejBmMgGrsFmYMJSTJKr8', 'eUE09LZPjc77PWZTCLaVRoxAv4REA4ia8HQboG8n4L2ixfeEQIFKQSPSiELsBgCKx6OQ8gV3zvZNJAS+1wntWVOIQoPFOOD2pbGyB79lWg2bmi3CeABebPrUndjYizCEBDLRJVH0cYM2lpyUniY7vDqWrU/8ALL/RafnqYYcSqw=', NULL, NULL, 'no', '2023-10-29 16:39:52.306000', '2023-10-29 16:39:52.306000'); -INSERT INTO `bot_wallet_pool` VALUES (939, 'TRON', 'TNLJTt1b4RcpEyhJX2AUXbdEuh5HvVzkyr', 'UMpTY6i6LNIdnM1dOox3s0QSUSHcRumWf/csGnQtB1oKLg21AYQIcYTzHxKhBSb+9ZOX+vchgxNyORjMkpJPTqFZ0zJ/qXXugnc/UYUqs+0gNUMuTMep5d29ZQXEP7xZ94xgahklDxs09/uIHZAAnx4V80uZjmXmXDUddUse0NM=', NULL, NULL, 'no', '2023-10-29 16:39:52.311000', '2023-10-29 16:39:52.311000'); -INSERT INTO `bot_wallet_pool` VALUES (940, 'TRON', 'TSus95Y1Wp9Emp6rXTzqxVpiGBumRwNhzL', 'dLr6745ufNmJoAukEYRor4WyYuBjQwcmDvovnX9zWSG3LNqsAFSRM9wtYWZjPHdym6/5FZzP1fgS7t4QVDc6WNQvxZtvHKmf+ByzQpl7HlEHqjh3r2QCNJYW6DhnTKraNg6gvdBqnreMU10Wk5m+JvRQQzwppfvTVb/OWw3pPTc=', NULL, NULL, 'no', '2023-10-29 16:39:52.314000', '2023-10-29 16:39:52.314000'); -INSERT INTO `bot_wallet_pool` VALUES (941, 'TRON', 'TWAQszgy2ABZwGF1K3j7i2jhHDo2HVYs1a', 'isxRjhZcWEYNAkha3i8pYQaUukaQ6rARJcXrYXLJO7Ve9qOX2x091jVCIk0nJ6PHqIFFc5fjSxidikwAxxlw4tqMNn1Wq/B4FJnQ4GgH+fCRHeWWSGXl8ZnZZ3D0gWRITN1K/iHB/YLEiYPRxlm8heXKlAjrRyU9ABis6kXSbI8=', NULL, NULL, 'no', '2023-10-29 16:39:52.318000', '2023-10-29 16:39:52.318000'); -INSERT INTO `bot_wallet_pool` VALUES (942, 'TRON', 'TVUgdsKe8bdMEX29kCWbMaSipjodU2PVro', 'j1ZOj8AC+ALiE+GXA1qh2/nNRRVCE/bag6wdKHJ02cWTayeHMV/O9FdDzNlL08H70zfTBQo2BrdxbSxk8xumNwHsulzPPnQ23wAbBXQdd4/+yFrDTrO6YZpqdsgVhuOwC2jvUpFRnFknK+LgdnrnEJlLtTzFM+dnyeU/sBv/PIU=', NULL, NULL, 'no', '2023-10-29 16:39:52.352000', '2023-10-29 16:39:52.352000'); -INSERT INTO `bot_wallet_pool` VALUES (943, 'TRON', 'TTk6bi2egDjCFg6CtdhgLkdTTK5BMvgNaV', 'dVHUeCwNcm0YMwNgZ3qzTxL+l95KvYNNt/7IDd/Jq9YisONpAHz5M1KJWpUUVSOyU2m9LrmypRvqaAEE6jIcIaf4XHi8u0PGauPeU6YRT/7ojP70j8zwfiNqxuNIy9ribKr80lP9wXEAo6kImmwwexmNTud2+DL5GsKsIQboQfo=', NULL, NULL, 'no', '2023-10-29 16:39:52.355000', '2023-10-29 16:39:52.355000'); -INSERT INTO `bot_wallet_pool` VALUES (944, 'TRON', 'TUjoxEJ2QBux193sUk7ix2YfeZTmHJMijx', 'cNTk7aQDR2dEV9fjIuxHWnuzIBeY7GJlvBar668FPdpWwnV2FqaN0cWt6xW1AVBw6OXY/B+ZZESq2HqelvZ+UuHiIfnezUxOzC3PE8DPosP0KHsbbKFZ3RTJp1czZBtPawktv1g3bkfe2Zl+735s9J9od5mb7RHFj4xabgwoGsM=', NULL, NULL, 'no', '2023-10-29 16:39:52.359000', '2023-10-29 16:39:52.359000'); -INSERT INTO `bot_wallet_pool` VALUES (945, 'TRON', 'TCBo5E1oPKVTGUg4P7oEto6qN53vMS8rEV', 'Tf948YBGAilZsfMtv4xIEKWBFEaP5FV05Fb+Wc7BZnDbFCndrgObuJ3loz/r2Lgl1/asmDF+lttrmuT9kKDUb3zT+JFO9tprXOXgr7DN6HIZ0Zo2w7ZJjaAH+WtNulPP04pqCjVaty96ak2yDQALzX4QZCL4JZdfUFe7OTNsw9g=', NULL, NULL, 'no', '2023-10-29 16:39:52.362000', '2023-10-29 16:39:52.362000'); -INSERT INTO `bot_wallet_pool` VALUES (946, 'TRON', 'TPoF2kn17fB5JhkRcojjNJJR4PFo23J8dx', 'iitu/CPcAQorv4Lj9sgt+QSXWqWyElbgog5sZ+ElgpSpGTqPcm0oyNzc8bM45wX4UYTyrFan/tkLGcPnOdYXPFxkFrJjtJwrmrAjGIyc83/b/CxEeGpN7xyAh0cMZw9p7N3MSHHDEU9Inhwir3u5idx3EjIq4i3BD07KKn3CvGM=', NULL, NULL, 'no', '2023-10-29 16:39:52.367000', '2023-10-29 16:39:52.367000'); -INSERT INTO `bot_wallet_pool` VALUES (947, 'TRON', 'TPVDgvGKRpbhEGu2zW6FfPvVopwXBJ9Zmr', 'K3EITMRIS89DrGEO18A37wuConZUrnG3138IEF8gmrvq6RuQE62IbjZ9ub2FEvBKp/IHQgkqlbz802IStiKfHJAs9MK/G3KvULRKGBp+bHLebVfceQgRkkF2AUqlavY25WXIoT+Q7mtGZOg0dg/fF0PB8USNGJhWAsmSMlaOZvU=', NULL, NULL, 'no', '2023-10-29 16:39:52.371000', '2023-10-29 16:39:52.371000'); -INSERT INTO `bot_wallet_pool` VALUES (948, 'TRON', 'TXWMHZkyM8AnG7EqC3KcaboC3Bx8t8fUcV', 'B5L75t+ecLIpaTl53NCVvV7pcPcAbPXLogHoi/44Vc3jir9plrxMLmUprl1lu7qGq/l1558lpnmUv4+jOGAucOnecxUAAGT6UzbXYjU3BIesc0PihRshw3wqytl3B7oIopYbUtLH6EDzn7o37WRq/LsfR9/9Vi5/iusLPxCzCKI=', NULL, NULL, 'no', '2023-10-29 16:39:52.375000', '2023-10-29 16:39:52.375000'); -INSERT INTO `bot_wallet_pool` VALUES (949, 'TRON', 'TXb76pb6i8g3JxK2L4hj7YDVKSRVZda2vK', 'UIeI4g/pzWkaiJkfCIXF0Atyk7FOFnriu/oh+W95GOK7Kbvf0W5LWL633WwHSfgXa9o66uZ+TCcl12e4Xj6wuPRAXHleZpJxjrGktZRHz0zGUSI+aVNO5FkOSR468U1SwNu6yc0Hnv0GrmS7uWQANIl+TkZStTriuolC0soiwag=', NULL, NULL, 'no', '2023-10-29 16:39:52.410000', '2023-10-29 16:39:52.410000'); -INSERT INTO `bot_wallet_pool` VALUES (950, 'TRON', 'TEDr9Cg8d3CUJoD9tn1ihKRra8R2zvRxku', 'UqgoNbWmFGuwpRUUNLaQ0ATlZIFpCxdkdA0FeL6cWeAMf6qefmQt60a9g/L9m94+lhMc+QhYzbNMX4Q83eAUAXQ4AcHziMBxFClTTKvBlctgBWAUWAoKVogvN5B5Vx8eTL2CcSNzNSzx81VTFRrLrDewbruZ2FlwfnuaziJq6HE=', NULL, NULL, 'no', '2023-10-29 16:39:52.414000', '2023-10-29 16:39:52.414000'); -INSERT INTO `bot_wallet_pool` VALUES (951, 'TRON', 'TUP2jqSF4cdkeG7vWfXJiPBsTJrgijJ5K4', 'HsKT++mBfw2160kc3AaWtdBOZUcvVADokuaMRBH/zm3RVhU0i76JpsJMlk+EiMC/XZqdc9rtxs44GKuFbgdZS/IBAdcXgB+aPbPS+U6Jl7GR7NXcCjDNUFnd6ofrjJunWcvKPCY83nv5VPTacW/CImVDQdYdtG9IM3RSiCMW4G4=', NULL, NULL, 'no', '2023-10-29 16:39:52.418000', '2023-10-29 16:39:52.418000'); -INSERT INTO `bot_wallet_pool` VALUES (952, 'TRON', 'TM5CY9pBMKcVdEBkH2kt2oSaKBQ5mJBdMp', 'MjgfRDNrkVS22/1kzQv6v/GQ2m3cY+FLVQ7LZXrhkljdBlFsAUNoYzgXOMB3a8S+TueV2V11dV3TPIz0Pp1g0AiKfuaR99tqgvGsR4RBGxgRBqRxIub5e9nbRMGKSPzrf0qLkK1AeHS3QWl/RV0wlSUWzPwtaSFv2KUF5CY++sQ=', NULL, NULL, 'no', '2023-10-29 16:39:52.421000', '2023-10-29 16:39:52.421000'); -INSERT INTO `bot_wallet_pool` VALUES (953, 'TRON', 'TBR8P3HfAPMzAwQV1FpiP1zzcwpD9nwu9S', 'Y3hJI9VrGKtpJdsmYZFsUGMC6VbiA1xuLIjBNw+7xnC/knhVrzmkbtAzoTEy9jBt2g5eOn2k01N1pS34mIjNaTNJ1O4sOyaceX6H6CY/epuy28UWX4xN4lePhBsjvG1dommG/+M+Fy3TXkcpg3J2RXk9IOcXCSJrWJNao1R28iU=', NULL, NULL, 'no', '2023-10-29 16:39:52.426000', '2023-10-29 16:39:52.426000'); -INSERT INTO `bot_wallet_pool` VALUES (954, 'TRON', 'TMCVH5hVisEJg9fm3Z35D2uiCLug6UbYS1', 'Bc4HUPzCmsODhGY0aitxD/L5IO7LIWRsN0Rx9AOBHgRqukkYBjEVe8W8502jl/pznNF1xpAFW4/gS21OmFZQEVibxeOAKJMkB5+dBQyEU8cbzSBcY1CMY7ByS7Z7FGW5AGRTCLMqfnS2QpNzT3AVE7YM6Llk4AcvlbS9/Kt/NPg=', NULL, NULL, 'no', '2023-10-29 16:39:52.430000', '2023-10-29 16:39:52.430000'); -INSERT INTO `bot_wallet_pool` VALUES (955, 'TRON', 'TUNz57Lz1AzqUj7ta3dp9QkBh6RUy1qS65', 'VY172x79xd8UlXtpky0PbAb944cjxS3i/HleZGvhXpJR2NY2Xy18YNN3N0NPx6/2d9SdD1JtHcsC1j1AoCjeJbN08zpdzj5KMNvqnlfXkE8F6/i+dg9Gec9Xu/hONmORMfY0aKJiiByyiAel+99OspO4dRKzd7Jttzk52BUS94U=', NULL, NULL, 'no', '2023-10-29 16:39:52.435000', '2023-10-29 16:39:52.435000'); -INSERT INTO `bot_wallet_pool` VALUES (956, 'TRON', 'THFDfoJWdvnCJbYwJMKTkVyFMLLRvnSWjM', 'Av21LJm+xkxZOsAbVTHP+kvuTKiww5gTe18ngkquqMQsrg2IRag2xOqnXREHsAcMsx1uh9IqW+hk6Rp8z+rqbw3VCwOvjqE92VV06+Its9V4fIIsjtMBgDcGu2ty9sfUmvY2qBpDZ7QFrx0QhAXtgROBMPWJmGYZAJ2JSp79KNY=', NULL, NULL, 'no', '2023-10-29 16:39:52.457000', '2023-10-29 16:39:52.458000'); -INSERT INTO `bot_wallet_pool` VALUES (957, 'TRON', 'TKDr625yk3tf7yjTq476VXvCaGzMxubs4h', 'He90I8yYrYDSSbTXFyQaPq0Fz1Cds+ZmiWd9Mku9MWhwrJpEXxw8Ue46FVvSVXNQEKlD9oJPbg1BbPjwM+nGb9/vTkbJj3E0oduqC0Ceg2VLNxHU9bd/7IMn99Hq7KQ717KuAHwhYXcl6LCTPIRwbLff2zbV+vZRdor7ZpHB72g=', NULL, NULL, 'no', '2023-10-29 16:39:52.467000', '2023-10-29 16:39:52.467000'); -INSERT INTO `bot_wallet_pool` VALUES (958, 'TRON', 'TEfe9gtooMg29mDbWgW7Sc1NyMypLRLsWJ', 'LkHG4zbDRhVZd/vHm5gYJPLSMTIwQmpZ/iARVoPMcUGvz5c9QYuI1xPQEG+5Sc+YUZeV5dYpxmq3IvNdabqNJXZmUG1H4gor6wRhw7eFs/nJOKk7EU0cJc0ZaJW19Sh5lpF5eA8EYRSZCv+slaDMk4IzGUOPiGsVeqn5Eshvjwg=', NULL, NULL, 'no', '2023-10-29 16:39:52.473000', '2023-10-29 16:39:52.473000'); -INSERT INTO `bot_wallet_pool` VALUES (959, 'TRON', 'TWhL7f1qHqmSSsytXeXv7FnNDNhfXA1Y4o', 'QQOqg+489Qip8JAdaDCGZD1pKAM0h5gHr+EtjpyUepENpoq1AwCuwal3AhIySHGpUp4l2EV+1ZqlEAUMA1ReyeBT5qWlmGQgbaH1f9TV9VggnLjPEooo2ymGDZUfQv/naoRIlBXLCpxlEBdv84iyZeo5qQK2GhzNtZdK5amK0F4=', NULL, NULL, 'no', '2023-10-29 16:39:52.489000', '2023-10-29 16:39:52.489000'); -INSERT INTO `bot_wallet_pool` VALUES (960, 'TRON', 'TAE4D8EwC75qNFFKoFt8k7qDBobrRXpsAx', 'GgKpb7xgKj4mv8sKILic0cQh6KZRxkH91pe5aR9R4ER+TamF9R6y6kIe3wwY773NHYl5oj5r9vKXZfU8Nw2hbjWc2Uu0Mem+eGv2lpoza25fNraXL7XZp2l3+5VCgWyRYDmR1jCx4tV5Kebdde+iXALa1KT/aJfaAhj0FLcUR3A=', NULL, NULL, 'no', '2023-10-29 16:39:52.502000', '2023-10-29 16:39:52.502000'); -INSERT INTO `bot_wallet_pool` VALUES (961, 'TRON', 'TT6RrPeoiRXUihhSnqHTQvh5chuNY7oRT3', 'T2wjxmVTDkXK3gi+XR3TB8Mo2Ma4oiayWaDcCGmP3/g1+r4YxH+qtIVpxn8OdEZLrepMJXc1lpz2cXD2A1CREDj1BfbZyQUP+yy4vAcw1Jzxd/BYLl9KU0V5Lj/ZpUOJf7NwfbaSH+8FWABK9xKsYyldgYv/3mId2jDCJ8BaSRk=', NULL, NULL, 'no', '2023-10-29 16:39:52.536000', '2023-10-29 16:39:52.536000'); -INSERT INTO `bot_wallet_pool` VALUES (962, 'TRON', 'TJyuLWzE58ikpcqRoAzHCuWaUgMATgnhyS', 'gA7eZVx3BiVqu3OEvR+YmQ755yxaAKvXr8alQ68q6FOneg3uBPu/TAXoUAMhzzKFBFJ90vwuUUccqc8DKzAJV99WrGpmjAq17imAbdvViDUkB/vKZDpv7oFsWb8x8zp1xL3sVDIT/rcKK8uUAoJDNkjChwaRWyOP7IrqqyJAndA=', NULL, NULL, 'no', '2023-10-29 16:39:52.541000', '2023-10-29 16:39:52.541000'); -INSERT INTO `bot_wallet_pool` VALUES (963, 'TRON', 'TZ4CF5fotUZdwJCzY8gfmHxxQi8Ujsq1fg', 'de9TH/u8mSPPAFVO+tLvdBRHaPeoVO31VD5i9ZG7MKGIwW6gF43NtgmJlcxmOhje99DOcYyLRcaHtAo+608bfvLzhjSqeqDSBV6ApG0jS5F5m5QbZ0E1gih7sVKWg5BfADPyDqY+mnyh8ZpWv0nrn5SD8b8rophOYwzfr+DKhaA=', NULL, NULL, 'no', '2023-10-29 16:39:52.547000', '2023-10-29 16:39:52.547000'); -INSERT INTO `bot_wallet_pool` VALUES (964, 'TRON', 'TYsenESo4ee7TKtxtzLy7FsQYVbh4RxVAM', 'CS2P49gsH0YU7O/zVLACEjrrMizVLBoODjYuaIcfE9AIo2YyVad++GUJ+lpCXIhvd9hV0gszXPhnJ8PBexztIPRVIX3Nwrg69Tb8HLvL2ok8n322riOckelgEzbBdQoZclNUCVoRu5TMjwDPE1aRKwPqaAAWSDJGOKQVds+nQ+4=', NULL, NULL, 'no', '2023-10-29 16:39:52.552000', '2023-10-29 16:39:52.552000'); -INSERT INTO `bot_wallet_pool` VALUES (965, 'TRON', 'TBn8L9KJjwnzcUsa3vn5s3nb1E6L4TevmC', 'WkkmXQDQdKqDCGIi++w2NDspw0omhsCc4Fyuy9zM0e0yQApgiiYSprEc0JatO7PMIvq5AXr/rtkE/QO0dxUSRA0skKPrDNu5yOnzhioHKKRYBEg9ttCsmv0QVLxUCebTCWqGPR6KJJ/Cyvb6VceTY5OIsLarf2q/KTFrVmjeXAM=', NULL, NULL, 'no', '2023-10-29 16:39:52.556000', '2023-10-29 16:39:52.556000'); -INSERT INTO `bot_wallet_pool` VALUES (966, 'TRON', 'TZEvyvp8HMC4oAhZb4q9EkuD79TDSUqeNL', 'UAY3xAF10vcDKPHPU1/3LtGc0E3mmdxdYVhLnKmHCIXAk9g9yhDPFml3TyyyT7jpqteYvXFT0n9ydEI8kZy7acQCWa6I8kii64XtYEhVcHTwBIRf5vvnj8WxbPyJamOX8mt+ZLULLbmYQ6WcmA658VKunybF33vBrS4QpQcdKPw=', NULL, NULL, 'no', '2023-10-29 16:39:52.562000', '2023-10-29 16:39:52.562000'); -INSERT INTO `bot_wallet_pool` VALUES (967, 'TRON', 'TUptKiQk1XMxjoT33c7QAr473acA6J4SHG', 'GGRhWLjbpHoKY2+75f8FY5AJzmL1lEz9nDFhoiWfn9WkfnO+mPEGvcfX9FftFxXfqWT1hwlpjqN9tGfygMjyOIQJzJkL9h9/vpAq9rXnCrN0tCCL3DnGMrv79X23EqzdCoW8USTWxzbYH61sMCa9oFfdH7kubg9jk3mczIXW7fA=', NULL, NULL, 'no', '2023-10-29 16:39:52.601000', '2023-10-29 16:39:52.601000'); -INSERT INTO `bot_wallet_pool` VALUES (968, 'TRON', 'TYVeiGDxqALToQrmF5mbHDku1DcazmKSih', 'UC8jSmtplMQdF6b2uiqzoCVt/cCsh2C8I6O4/Z1cdSSrIJQBLN1IpTKqIDbizXJEGu3I6TBaDBOg6rE6ZIQxy6QJ7iHpAFXgvV2WCw46Ak+C+uFWwONPl30bYitNiIX5C9saP7PAhjYxnVSr+W8rKjn8pLOjsjZ74+QPkjJGD+Y=', NULL, NULL, 'no', '2023-10-29 16:39:52.606000', '2023-10-29 16:39:52.606000'); -INSERT INTO `bot_wallet_pool` VALUES (969, 'TRON', 'TWo7gYsP6YbrWtDickyanPENcCJ347SPcT', 'S9huyFRfE6hiCaPP6I5y0MS5SMyu8cp781I4X5Xi64b/xItntKSRyBEV8DaZAV9p/x6MdLoWJP9W4fcyOqU+j6J/MJ223wI+lL8AA3v46yjUou8IpQLxoKJyb0Vyof9Ug2roWQlrFee5o6wny+6suGC+Xq2wbM4ETsnlgq/NUPg=', NULL, NULL, 'no', '2023-10-29 16:39:52.610000', '2023-10-29 16:39:52.610000'); -INSERT INTO `bot_wallet_pool` VALUES (970, 'TRON', 'TFZaZhaxATaxDwXCrDamPXzkiTnfQWvmeM', 'YFwNI1h/0dFE9Qo2osTiY8FWBbx9u/GKd0ppwXnPkvZVOiDjLe86xqeRii/gIhKIXGny+5bm8LhXJg+3ec4CoObY5Q8Gb23DexkJebhiH2DPnQAhuGd8WTHLsIOvAgY3tL+Ky4SjIpTkE8FqOZJniigzp1hQt/bdCGmi18TjnrM=', NULL, NULL, 'no', '2023-10-29 16:39:52.616000', '2023-10-29 16:39:52.616000'); -INSERT INTO `bot_wallet_pool` VALUES (971, 'TRON', 'TF5w3Ka4i1BAg8fQfM5Yta2f2kZtodhE9r', 'b1Fuurqzz7fwuCI0QaHDr0U6nrF7VU+d0V5sDeOthjcVmMbICcmlM2naTc31NztfYtdzSERQEZb8o8Pcbm9/l6sWu51pHrme1AZNY0w/5vqYrrKWyU88F3SKGjDC6QGDj6/c98/eqiVX4si9J8LzHdf5FL2O6owa6B/491+BOLU=', NULL, NULL, 'no', '2023-10-29 16:39:52.621000', '2023-10-29 16:39:52.622000'); -INSERT INTO `bot_wallet_pool` VALUES (972, 'TRON', 'TMX2sVMGTDYiLeRt2myqYphgwb74KNbSdA', 'U3CdFlCUKgWHtq63WT89jH041mGsjWzOAmRFnqYtTjrS5yZ8I3d0pP+XXz4fIGjdekGNxzO84B+sQYset5Do2TDnc+V1S/lNYdELBksq4JD+mafmdshua/2kDtMvFcx/fvAI9WsS52AQVfdkxhhdeNpgDa8PHqoRonGU8i/8Scw=', NULL, NULL, 'no', '2023-10-29 16:39:52.626000', '2023-10-29 16:39:52.626000'); -INSERT INTO `bot_wallet_pool` VALUES (973, 'TRON', 'TRJpkLQqbLf6kjMi1WYRMwcisP4EzsWANb', 'ZrON+IYTI9DdHZAXVctzK1AaZ4zcn+ANSEWBsbhhUyheLF6WlzbQXtEkDEdNXNYYdGfd6fEatu2uk0GI2y8Lxun8Km9hH/cyICWehgpjqQJntUxJ3nUXfq5AduCs3ZiCOHDLCvSBLeGS6r7u0Go/mZWXsGQxeSSEN8tbV0E2JNo=', NULL, NULL, 'no', '2023-10-29 16:39:52.631000', '2023-10-29 16:39:52.631000'); -INSERT INTO `bot_wallet_pool` VALUES (974, 'TRON', 'TR5ktB22tqmmvXfHnRJtmXzFyBB1e3Qe8x', 'Hr2k77p1ggPEY3Re9UCu45i3rbpbO/xwDmDy0kd6Lc1ernEKkKb0IU2Hz3nkdDyDY1w+MBhjhiSHJAFXe33VbLPI0Bzv8TQ0MCGhh+b9k1G5EMhV+AvlTFiOhVryqXU91ySQ2PauV1PgLQu/COXK9V3ezRXzsmmDzHZYq31PaxE=', NULL, NULL, 'no', '2023-10-29 16:39:52.670000', '2023-10-29 16:39:52.670000'); -INSERT INTO `bot_wallet_pool` VALUES (975, 'TRON', 'TDDMJLUUusyUs3g5AyY8keLFeYUx1rEGsp', 'XOxOu3oCsQ/xhTb9CiyiEMZxOwI2SgccXbbcZsytpBuXTxER+gJZshGxsFUcfCqQ+T5kaIkVzJKPMUBLFPbsG5nezebQeF5KulH+9jGcb8g1YH3wNoCRJcqfx7rAsCwAwJ4UXCS3hVdd2e37tUKDIWa0mtu2xiwbkiju6xFOQJI=', NULL, NULL, 'no', '2023-10-29 16:39:52.677000', '2023-10-29 16:39:52.677000'); -INSERT INTO `bot_wallet_pool` VALUES (976, 'TRON', 'TKymuX7X6tfj9XPpVk6mzPBuWHvbCpkcFT', 'd+DC1r4Ah4sJCEu4yhNaRi/HfEf7j3x4UgPjw1F9Pdvam9Kxrk6R+9qSdffnMTcAEnuLhmywvY6tYaAjLoNAjV+gkBwOcX/gd87ijTc969Xr51jYNRiFEUk3GKZUWwd/UEABmA1oq2U63PxcaDO8Mni2R21KR5pk4+iFH0Ya5iI=', NULL, NULL, 'no', '2023-10-29 16:39:52.683000', '2023-10-29 16:39:52.683000'); -INSERT INTO `bot_wallet_pool` VALUES (977, 'TRON', 'TC7zL5VBXTLxtf8rtowfMgFqkGSZtxiReu', 'AdVnRpwC8hLr0CGBt8fHZAGEMqclDcJrjzlhTu5YojnnhX/zP8cmYL8PHh2PjKhUfgrupg5rarR6Qi2z29CLvpFYpeNbl6QBWkgHYrDzhsaC3DU9KQj8Ukl57M0wZWz0qZ5mRvwjmyH7vJ90yHAkalPYzroqN1dR0wkpYf3skck=', NULL, NULL, 'no', '2023-10-29 16:39:52.688000', '2023-10-29 16:39:52.688000'); -INSERT INTO `bot_wallet_pool` VALUES (978, 'TRON', 'TE7j9CnCidDrM1gWKWY2ruDHvd3vLMotWk', 'UStutiBpdqwe948j/8mzB6OylKbzscDdjK46zhNhL2srIAXkoKRBcH4HxMggce9mGljtYJAYNOmPv2XbIR16USCEW2ZlBqh9dy3bKNiG0JskdIKS4hYyDv0CUKmli7T5p9mHpCG4egrGuPU/97VZxdLKZAZTtOHKC0LpprpqV5s=', NULL, NULL, 'no', '2023-10-29 16:39:52.696000', '2023-10-29 16:39:52.696000'); -INSERT INTO `bot_wallet_pool` VALUES (979, 'TRON', 'TA9VFZWhcEa9XvDYvE4HHjRWyftQRBSYh3', 'KcZfZzaNpw9fAwEa0SM7JmyrY8AJHgqB8ZWfeQ5ZpG/B8apHcKDeBfoaQvnehI6hFVLzcTpWbc0xvuNrk1R56/DykdPKi5ml1tsvf8KDl1qqCdYYvDw/JxK9sesl5PT/oAHALoSKNBNQCBVETN9lCIEg2pwvgjP9K29FwOKQQ/U=', NULL, NULL, 'no', '2023-10-29 16:39:52.701000', '2023-10-29 16:39:52.701000'); -INSERT INTO `bot_wallet_pool` VALUES (980, 'TRON', 'TC3hbaZNCfLi7r9bDvnm5TA4HsDqzwKzFW', 'GF0cMChyiRlc/uZTM6zZ/y7qza/ytBuMZM1O2hK8CsJGn85OWhMeeNCDZlRq5dB2t/6HOrZqI0a3TykimFPkCyjivxAs8SEmNMjvkov5wqTZ8n5FfzM4D/sjT/7O4HeDC9St/4oMR+N/ki/9C5JfhWsfR0uLKjCtiWB4t805Ij0=', NULL, NULL, 'no', '2023-10-29 16:39:52.707000', '2023-10-29 16:39:52.707000'); -INSERT INTO `bot_wallet_pool` VALUES (981, 'TRON', 'TEf35oXk9QxWbo5bjCdxs2sNMXPG2gFBC6', 'ilD01nZOaGK9zgD5/j642t62rOH2UTO7sjR6wEK2BWpN12bt5LPRTWNkf8/+qipaqpXiw6a/W+M+6NMedLabDQAQZEWmswaTkMkIGS+1QGsBa8dFjFfR1sGSfe1IezwUUZNOeDe0QoOSlY4gFVOrSosK+5L4XMSJPL6yDSto7aM=', NULL, NULL, 'no', '2023-10-29 16:39:52.740000', '2023-10-29 16:39:52.740000'); -INSERT INTO `bot_wallet_pool` VALUES (982, 'TRON', 'THr4NwWvQNYtFqdCNjcBAiK9wSm4jznt84', 'YZV4z14llVWsRjkIHOzvabjCTweTRgnpQdG6nH+6q85rIWsXIUAPhneEXTqqJrCIQGuuWb478xCcXwQomS1vvAiHZMaHeOvDuu+PFEdEnmt+uvldd24fiWyi3+cIgE2V5Y4QAUP1h8Z6RSAoPhZsAhHTL2+I4B7Pgo/KgmShjXI=', NULL, NULL, 'no', '2023-10-29 16:39:52.750000', '2023-10-29 16:39:52.750000'); -INSERT INTO `bot_wallet_pool` VALUES (983, 'TRON', 'TWQFzH9qpJjfh8AqiokPCxcKuyG76cTH7b', 'eQyaiYelJcLUuQstSWBJUDx0+sC1FQwxn7T2pWt83QPs66VCS6U2h836vboB7oypgML5oEyKWG9jkfoRj6xuU6DKzZRG3PjxG4LDe+S11f5WZhm7wWfJMAmS9A+h7/1eADXtLWF8a8QJdMINVCpWYDPOO92ec7xWYHLHS8NrteU=', NULL, NULL, 'no', '2023-10-29 16:39:52.755000', '2023-10-29 16:39:52.755000'); -INSERT INTO `bot_wallet_pool` VALUES (984, 'TRON', 'TGrmzJkXYUizyRYEizZZ2hRrw2ijRmZjUx', 'XsbPLof8SILS0qrt4/F6qOnRG6h/PoMMRmyoLfzrzuV3L+/1nwAq6ukE4eD1m+PwE2DiqpsFqMsQbRtQxDfgclFdUYe455kolED2ar6IW0z0PoA1lru2mB6ajSWcdp4xguRABlVKakc7SRKn+FkTImYzWAioZTPuVGFxTIlC14Y=', NULL, NULL, 'no', '2023-10-29 16:39:52.766000', '2023-10-29 16:39:52.766000'); -INSERT INTO `bot_wallet_pool` VALUES (985, 'TRON', 'TYYENxPbKciAfZZNTwJEXU6SwyGv67FPXJ', 'eKSDqdndY+YciQBpIItuapbdKPxEmRkSjozfCf6Y4iEKQRA4skW7t99jCTUl/iDWovMDaiAcwklxUalBnyt6ZXVlArvKDtN0h0kBoWSUxJfNmBQGEzS8m1Rhbgq3T151VVpB4fLcGvMun6GtyOsrdKIB8qM+AuuX1tk+BL/RNTw=', NULL, NULL, 'no', '2023-10-29 16:39:52.775000', '2023-10-29 16:39:52.775000'); -INSERT INTO `bot_wallet_pool` VALUES (986, 'TRON', 'TCo9U2qj7TWobwr9xnomBAzez2Qq9fvRAf', 'G5tf7s0dR5s0BZspckhbLUb2pI0CTQ3O6idK2AxpfPPmRsy4C3U5fT3C+rSrLoqdAF10Xr0p7aP+dtjW9RUjSYCcf6CiIG/wltCU6QqpkdwORu3zUTDOBLnqNmiK0uHcz+vXt4gYlQZmcKNHe3MZd4H9SwvKPcrirwJ8pIyLo+U=', NULL, NULL, 'no', '2023-10-29 16:39:52.784000', '2023-10-29 16:39:52.784000'); -INSERT INTO `bot_wallet_pool` VALUES (987, 'TRON', 'TUSjfeWqDb9WUerGBcj1iVvYryhZKetyrY', 'aQjVW9jTa+pKNZ1inVFaVzDTpcEiU3Fay9vjnKfgFRfC+NWZqj3Hc+HL9WIBdqSLC0M7Q0g0g1Ur1AdYor8meCLdJIGSMLCUKK5gCyAW00IKvKjQSaeE4jpmQ6Ad/Xxv8yr0X/CLbQIhr6UYogSQPJBSliVPXvKxqYT7Pv77J/g=', NULL, NULL, 'no', '2023-10-29 16:39:52.822000', '2023-10-29 16:39:52.822000'); -INSERT INTO `bot_wallet_pool` VALUES (988, 'TRON', 'TYmMuKKbUtufhPP9iDcgqeYG4GMFkuoLso', 'JpW2MxmZaE/g76IgWhOkkev4poS3W1Z0Vkfwuuw9N058Si/ZMZqFQO+Oj84LPIgEgtvnwrAz6SK824BFW6/nbcEJeillCnTIXXCC+DhTAay6QatR7loipskrPW1tA1FeYIQX01OOaDi6GLcrZ3UgMNRt2wPT9QBhHcV/Vv2Ghkg=', NULL, NULL, 'no', '2023-10-29 16:39:52.828000', '2023-10-29 16:39:52.828000'); -INSERT INTO `bot_wallet_pool` VALUES (989, 'TRON', 'TBxq1v75XkkrzsqfcQWMnCxT4mGE6x8v8f', 'IMkWaHOWXdMkrkU/sKZqvih0ZBDt0K3Jgo/tUV74j30hibdlMzuT8e12Z7rpPmy9PKIEmv1hBhcbobA4E0I3cSGRHZVLgDIdisIYF9uJwYIjuPv/IvZFv3EFG8RnrOHJGsxkUftjw6lVAf5kiRTw7q/zXef/tYBSLxuQr3wUNFU=', NULL, NULL, 'no', '2023-10-29 16:39:52.834000', '2023-10-29 16:39:52.834000'); -INSERT INTO `bot_wallet_pool` VALUES (990, 'TRON', 'TLDGoyKwvBkTNUxuZayBgCA1Sy4ExLdfRn', 'iLwG2IpnJxGZ7mZf3Kw6YuV6x9fvJr1ysZMUkFLHHJexAD5PfF6w16pgQpqAKmQSV9558bLX3txGRWAMGwP9BA6xCpxsBt2/JFd3VRXNLgGbJLmrNEmZFADNMgpenAGbdIz8INC5irV7DRh7OqUCX/fT6qXdVcr8oUu5EVcN3RM=', NULL, NULL, 'no', '2023-10-29 16:39:52.839000', '2023-10-29 16:39:52.839000'); -INSERT INTO `bot_wallet_pool` VALUES (991, 'TRON', 'TVBaNNFkafhXXx3uiv31W6diH5PMkp4dbk', 'DqK1Gotkckq70nMJCzvswhXuL4EGksQPtgJAF2ySgIzO5kyky76ReczzACH8iVws47pAldvGfojjYcPnzJvySJFwjfzdp6x3qSyYN7kcEwBfuzTb/kRKABcJ4UV+fWkCXfbBec2zOlM8jK94azN7nmZBQ+mTcd3huayb+sLereo=', NULL, NULL, 'no', '2023-10-29 16:39:52.843000', '2023-10-29 16:39:52.843000'); -INSERT INTO `bot_wallet_pool` VALUES (992, 'TRON', 'TUwYeAWBw8Z8mWpp6SA5fY3QBsrgN5Rgig', 'BdEYFgbjy9RmU8CW0Ve7+c2/0JRI2mQTg01ejH4E/8PUXC67Ifume7iglaOn75q3FOT2SEp30qz6CTk8CTACRnsVMrmp+mcDTkfEpdlMJLXuVAQ2mg+LrW7IRextEEkADLELvEFKB0gpn4vPSJqy7CHIfGTBCxuQb7PAGaJeQ0s=', NULL, NULL, 'no', '2023-10-29 16:39:52.848000', '2023-10-29 16:39:52.848000'); -INSERT INTO `bot_wallet_pool` VALUES (993, 'TRON', 'TKb1mSWgfWAQwmEj4eFU3vyGWaUbUGwPw2', 'T5xGJs2gxzFBVATS1Qd0hpXbOKfjNEHDaBeAI9wfl6HyVeSUDcLxv8HsuKsJfn0qwhaYp3OVyALIU/En6whPG4seL9QSfFySvlyWOl1CbGvTSsKXM4DxgEZsaqTLN1nwdvtc8VEwdfqUNOyD6pg5N7tYBzoGngMrW6g4T7bRos4=', NULL, NULL, 'no', '2023-10-29 16:39:52.854000', '2023-10-29 16:39:52.854000'); -INSERT INTO `bot_wallet_pool` VALUES (994, 'TRON', 'TU9TkpHbhosbtTMpbdaFs327TZ41WaFjCb', 'CoWi+RZ/mCreAzB17BpV1P8rgToqOOQie7B0NGaMy5dFey8EFt4bjbq+zFAxtyci8hdX+/WrCXCQPpHR8FwgPPNvTVjvCcR1nAk4ASSOyiuDs5AW7NLhCZGCJaPQkwOeB5TAV/6tYNl45zujbIVxE1ZRGlWs2D0c37E5GNH3B3w=', NULL, NULL, 'no', '2023-10-29 16:39:52.890000', '2023-10-29 16:39:52.890000'); -INSERT INTO `bot_wallet_pool` VALUES (995, 'TRON', 'TGW1MpiYWwwpJ4VP8VUjBmbMNceT9pgvfb', 'BwoYEuyclNZ1JkbDkM6DHTI/dhxdIqbBp3PsAFdD5WN+6W/KTMXp4cjOaujQK9XdBROLJpETHtniwjKnmgAcuhXCxrp67P1krNxuO0OEA3dLw8GHcbsorJC/u05BA/ipS+Dde4Y5TM5wxWiBTsgeosuaTbnbjTVI8BG1FAjweS8=', NULL, NULL, 'no', '2023-10-29 16:39:52.970000', '2023-10-29 16:39:52.971000'); -INSERT INTO `bot_wallet_pool` VALUES (996, 'TRON', 'TU3acXFh3xbZLmPs9RBTSeCFqXtV3YdsnA', 'MSEgG65R59udOGpyeQ2mwGGTqZ1iavgmQ+/y0c100o2tj47zkohKkG6gE9+ztG7GNeUK4vcaP9r4IkDt2iEL+pdv46SsE+z+XQkcDfrMiUIEQBq1ZQerlEMSlJfI4wSeLudLTVxZkubAVAAlyucyu8VEvyJIDybxtbAmDxbqCEg=', NULL, NULL, 'no', '2023-10-29 16:39:53.008000', '2023-10-29 16:39:53.008000'); -INSERT INTO `bot_wallet_pool` VALUES (997, 'TRON', 'TRLPyYPzsC2JRKU5ZFoxHePy6Ueytv67SZ', 'Nx7DPtUeIxXa8nDDz5Org/2+6rTRVhMu2IrwuPMH8k8E0IPS0Fk+geyZbGgf7x52AOerc2xVTzKf+eJgdXzjClAPGOURVzkn42h2FSAOnkuCJ00FZhj7XDuJMmMvqqjrghIiVXY4r759XFo4c43I8PDpssM2OKls9szPwbQbJL0=', NULL, NULL, 'no', '2023-10-29 16:39:53.012000', '2023-10-29 16:39:53.012000'); -INSERT INTO `bot_wallet_pool` VALUES (998, 'TRON', 'TQXxvyc3XDBdh871KoEFSXM8KYmxyeyRWq', 'N8qudB14SwhpHlDZF4heECXpJFcE0Kd7xF80UQPVXvuJrK8Rio0p2CzDkFAr6VQ/ZZt9fjX0FwmjhG00YjB1WT5B/hp0Q8unRS8iii+XQXO+yDnffcb4W0X1F02Vcr+HzXgX+puKj+PDnVw6bU/rRgqGln+limeGOGiNWoTiIgs=', NULL, NULL, 'no', '2023-10-29 16:39:53.015000', '2023-10-29 16:39:53.015000'); -INSERT INTO `bot_wallet_pool` VALUES (999, 'TRON', 'TEet88J3dxrSeg66xd6QHJxC8CwQnjF62M', 'H1EYE7khBXsq/HoajoW87WdwqL7TnsUaferEMEtzBWSsb/oiiYLL/qSPIW+x9Ytm6aLjRwmQRaUtE/nRevlHAMjlGMk9Ib62GzIJpKYtF3z0arbrHkTMJtzzZ6/AweXd+XwY/MBFZl84Cym07fPzqN3/1AyevlAurQPsGv7pCMA=', NULL, NULL, 'no', '2023-10-29 16:39:53.019000', '2023-10-29 16:39:53.019000'); -INSERT INTO `bot_wallet_pool` VALUES (1000, 'TRON', 'TDpaTXb7vAsQFMbKY2bEmW2T9pxkeG9aQ2', 'b/HwXOaeHf7w68VfbpZfgSkov1/cHEyUVoI8YRRzerpKEHRLGLFGvgtj5d37r4SZwmgivxhVji2Y8bjJAFKfPFTrsKlhKeMVt7Q/DnkL4r1FUpgQpkrQqC6tMqhAwhWUFdUshKrf5dxBS9aGSn0xADMnmBCMtNCvMCv0PaTbRRs=', NULL, NULL, 'no', '2023-10-29 16:39:53.053000', '2023-10-29 16:39:53.053000'); - --- ---------------------------- --- Table structure for bot_wallet_recharge --- ---------------------------- -DROP TABLE IF EXISTS `bot_wallet_recharge`; -CREATE TABLE `bot_wallet_recharge` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_id` int NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `tx_hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `from_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `to_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `confirm` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `amount` decimal(15, 4) NULL DEFAULT NULL, - `chip_balance` decimal(15, 4) NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_wallet_recharge --- ---------------------------- - --- ---------------------------- --- Table structure for bot_wallet_withdraw --- ---------------------------- -DROP TABLE IF EXISTS `bot_wallet_withdraw`; -CREATE TABLE `bot_wallet_withdraw` ( - `id` int NOT NULL AUTO_INCREMENT, - `user_id` int NULL DEFAULT NULL, - `user_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `group_telegram_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `tx_hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `from_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `to_address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `confirm` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `send_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `total_amount` decimal(15, 4) NULL DEFAULT NULL, - `fee` decimal(15, 4) NULL DEFAULT NULL, - `amount` decimal(15, 4) NULL DEFAULT NULL, - `chip_balance` decimal(15, 4) NULL DEFAULT NULL, - `create_time` datetime(6) NULL DEFAULT NULL, - `update_time` datetime(6) NULL DEFAULT NULL, - PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of bot_wallet_withdraw --- ---------------------------- - --- ---------------------------- --- Table structure for code_column_config --- ---------------------------- -DROP TABLE IF EXISTS `code_column_config`; -CREATE TABLE `code_column_config` ( - `column_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `table_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `column_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `column_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `dict_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `extra` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `form_show` bit(1) NULL DEFAULT NULL, - `form_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `key_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `list_show` bit(1) NULL DEFAULT NULL, - `not_null` bit(1) NULL DEFAULT NULL, - `query_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `remark` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `date_annotation` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - PRIMARY KEY (`column_id`) USING BTREE, - INDEX `idx_table_name`(`table_name`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 344 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '代码生成字段信息存储' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of code_column_config --- ---------------------------- -INSERT INTO `code_column_config` VALUES (191, 'view_account_info', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'1', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (192, 'view_account_info', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '用户主键', NULL); -INSERT INTO `code_column_config` VALUES (193, 'view_account_info', 'frozen_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '冻结数量', NULL); -INSERT INTO `code_column_config` VALUES (194, 'view_account_info', 'balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '余额数量', NULL); -INSERT INTO `code_column_config` VALUES (195, 'view_account_info', 'lock_status', 'varchar', 'account_lock', '', b'1', NULL, '', b'1', b'0', NULL, '锁', NULL); -INSERT INTO `code_column_config` VALUES (196, 'view_account_info', 'version', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '版本号', NULL); -INSERT INTO `code_column_config` VALUES (197, 'view_account_info', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (198, 'view_account_info', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (199, 'view_account_info', 'address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '钱包地址', NULL); -INSERT INTO `code_column_config` VALUES (200, 'view_wallet_flow', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (201, 'view_wallet_flow', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作用户主键', NULL); -INSERT INTO `code_column_config` VALUES (202, 'view_wallet_flow', 'user_account_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作用户账户主键', NULL); -INSERT INTO `code_column_config` VALUES (203, 'view_wallet_flow', 'out_fee', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '提币手续费', NULL); -INSERT INTO `code_column_config` VALUES (204, 'view_wallet_flow', 'amount_usdt', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, 'USDT数量', NULL); -INSERT INTO `code_column_config` VALUES (205, 'view_wallet_flow', 'amount_petk', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, 'PETK数量', NULL); -INSERT INTO `code_column_config` VALUES (206, 'view_wallet_flow', 'price_petk', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '当前价格', NULL); -INSERT INTO `code_column_config` VALUES (207, 'view_wallet_flow', 'tx_hash', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '交易哈希', NULL); -INSERT INTO `code_column_config` VALUES (208, 'view_wallet_flow', 'from_address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '转出地址', NULL); -INSERT INTO `code_column_config` VALUES (209, 'view_wallet_flow', 'to_address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '到账地址', NULL); -INSERT INTO `code_column_config` VALUES (210, 'view_wallet_flow', 'status', 'varchar', 'flow_chain_status', '', b'1', 'Select', '', b'1', b'0', '=', '链上状态', NULL); -INSERT INTO `code_column_config` VALUES (211, 'view_wallet_flow', 'send_status', 'varchar', 'flow_send_status', '', b'1', 'Select', '', b'1', b'0', '=', '发送状态', NULL); -INSERT INTO `code_column_config` VALUES (212, 'view_wallet_flow', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (213, 'view_wallet_flow', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (214, 'view_wallet_flow', 'address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '钱包地址', NULL); -INSERT INTO `code_column_config` VALUES (215, 'app_wallet_flow', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (216, 'app_wallet_flow', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作用户主键', NULL); -INSERT INTO `code_column_config` VALUES (217, 'app_wallet_flow', 'user_account_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作用户账户主键', NULL); -INSERT INTO `code_column_config` VALUES (218, 'app_wallet_flow', 'out_fee', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '提币手续费 是用户资产里面都usdt', NULL); -INSERT INTO `code_column_config` VALUES (219, 'app_wallet_flow', 'amount_usdt', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作数量 是用户资产里面都usdt', NULL); -INSERT INTO `code_column_config` VALUES (220, 'app_wallet_flow', 'amount_petk', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作数量 是用户资产里面都usdt', NULL); -INSERT INTO `code_column_config` VALUES (221, 'app_wallet_flow', 'price_petk', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 用户提币时候根据petk的价格进行换算的价格 ', NULL); -INSERT INTO `code_column_config` VALUES (222, 'app_wallet_flow', 'tx_hash', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '交易哈希', NULL); -INSERT INTO `code_column_config` VALUES (223, 'app_wallet_flow', 'from_address', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '交易哈希', NULL); -INSERT INTO `code_column_config` VALUES (224, 'app_wallet_flow', 'to_address', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '交易哈希', NULL); -INSERT INTO `code_column_config` VALUES (225, 'app_wallet_flow', 'status', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '链上状态', NULL); -INSERT INTO `code_column_config` VALUES (226, 'app_wallet_flow', 'send_status', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '发送状态 yes 已经发送 no 没有发送', NULL); -INSERT INTO `code_column_config` VALUES (227, 'app_wallet_flow', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (228, 'app_wallet_flow', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (229, 'view_account_flow', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (230, 'view_account_flow', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '用户主键', NULL); -INSERT INTO `code_column_config` VALUES (231, 'view_account_flow', 'user_account_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '账户主键', NULL); -INSERT INTO `code_column_config` VALUES (232, 'view_account_flow', 'biz_code', 'varchar', 'account_flow_status', '', b'1', 'Select', '', b'1', b'0', '=', '业务名称', NULL); -INSERT INTO `code_column_config` VALUES (233, 'view_account_flow', 'amount', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '操作数量', NULL); -INSERT INTO `code_column_config` VALUES (234, 'view_account_flow', 'now_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '账户当前余额', NULL); -INSERT INTO `code_column_config` VALUES (235, 'view_account_flow', 'old_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '账户变动前余额', NULL); -INSERT INTO `code_column_config` VALUES (236, 'view_account_flow', 'remark', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '流水备注', NULL); -INSERT INTO `code_column_config` VALUES (237, 'view_account_flow', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (238, 'view_account_flow', 'address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '钱包地址', NULL); -INSERT INTO `code_column_config` VALUES (239, 'view_box_account', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (240, 'view_box_account', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '下单人', NULL); -INSERT INTO `code_column_config` VALUES (241, 'view_box_account', 'box_number', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '购买数量', NULL); -INSERT INTO `code_column_config` VALUES (242, 'view_box_account', 'pay_miner_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 预计收益(USDT)', NULL); -INSERT INTO `code_column_config` VALUES (243, 'view_box_account', 'pay_miner_already', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '累计收益', NULL); -INSERT INTO `code_column_config` VALUES (244, 'view_box_account', 'pay_miner_already_rate', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 出局进度(百分比)', NULL); -INSERT INTO `code_column_config` VALUES (245, 'view_box_account', 'lock_status', 'varchar', 'box_account_lock_status', '', b'1', 'Select', '', b'1', b'0', '=', ' 锁定状态', NULL); -INSERT INTO `code_column_config` VALUES (246, 'view_box_account', 'miner_status', 'varchar', 'box_miner_status', '', b'1', 'Select', '', b'1', b'0', '=', '挖矿状态', NULL); -INSERT INTO `code_column_config` VALUES (247, 'view_box_account', 'pay_miner_jing_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 累计静态总收益 每天更新 ', NULL); -INSERT INTO `code_column_config` VALUES (248, 'view_box_account', 'pay_miner_dong_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 累计动态总收益 一次性奖励 下级用户支付成功 立即返现 ', NULL); -INSERT INTO `code_column_config` VALUES (249, 'view_box_account', 'pay_miner_guan_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 累计管理总收益 每天更新 ', NULL); -INSERT INTO `code_column_config` VALUES (250, 'view_box_account', 'pay_miner_jied_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 累计节点总收益 每天更新 ', NULL); -INSERT INTO `code_column_config` VALUES (251, 'view_box_account', 'remark', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '订单描述', NULL); -INSERT INTO `code_column_config` VALUES (252, 'view_box_account', 'version', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '版本号', NULL); -INSERT INTO `code_column_config` VALUES (253, 'view_box_account', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (254, 'view_box_account', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (255, 'view_box_account', 'address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户钱包地址', NULL); -INSERT INTO `code_column_config` VALUES (256, 'view_box_order', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'1', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (257, 'view_box_order', 'user_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '下单人', NULL); -INSERT INTO `code_column_config` VALUES (258, 'view_box_order', 'box_price', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '盲盒的单价', NULL); -INSERT INTO `code_column_config` VALUES (259, 'view_box_order', 'box_number', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '购买数量', NULL); -INSERT INTO `code_column_config` VALUES (260, 'view_box_order', 'pay_coin_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '支付代币code', NULL); -INSERT INTO `code_column_config` VALUES (261, 'view_box_order', 'pay_coin_price', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '支付代币的当前单价(u)', NULL); -INSERT INTO `code_column_config` VALUES (262, 'view_box_order', 'pay_coin_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '总支付的token数量', NULL); -INSERT INTO `code_column_config` VALUES (263, 'view_box_order', 'pay_miner_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, ' 预计收益(USDT)', NULL); -INSERT INTO `code_column_config` VALUES (264, 'view_box_order', 'tx_hash', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '交易哈希', NULL); -INSERT INTO `code_column_config` VALUES (265, 'view_box_order', 'from_address', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '付款地址', NULL); -INSERT INTO `code_column_config` VALUES (266, 'view_box_order', 'to_address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '收款地址', NULL); -INSERT INTO `code_column_config` VALUES (267, 'view_box_order', 'confirm_status', 'varchar', 'order_chain_status', '', b'1', 'Select', '', b'1', b'0', '=', '链上确认状态', NULL); -INSERT INTO `code_column_config` VALUES (268, 'view_box_order', 'remark', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '订单描述', NULL); -INSERT INTO `code_column_config` VALUES (269, 'view_box_order', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (270, 'view_box_order', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (271, 'view_box_order', 'address', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '钱包地址', NULL); -INSERT INTO `code_column_config` VALUES (272, 'bot_user', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (273, 'bot_user', 'father_id', 'int', NULL, '', b'1', NULL, '', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (274, 'bot_user', 'father_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '父级电报号', NULL); -INSERT INTO `code_column_config` VALUES (275, 'bot_user', 'user_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '电报号', NULL); -INSERT INTO `code_column_config` VALUES (276, 'bot_user', 'user_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户名称', NULL); -INSERT INTO `code_column_config` VALUES (277, 'bot_user', 'group_telegram_id', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '组电报号', NULL); -INSERT INTO `code_column_config` VALUES (278, 'bot_user', 'user_code', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户代码', NULL); -INSERT INTO `code_column_config` VALUES (279, 'bot_user', 'user_pay_pass', 'varchar', NULL, '', b'1', NULL, '', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (280, 'bot_user', 'bomb_status', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (281, 'bot_user', 'bot_status', 'varchar', 'bot_status', '', b'1', 'Select', '', b'1', b'0', '=', '用户状态', NULL); -INSERT INTO `code_column_config` VALUES (282, 'bot_user', 'usdt_recharge_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '总充值', NULL); -INSERT INTO `code_column_config` VALUES (283, 'bot_user', 'usdt_withdraw_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '总提现', NULL); -INSERT INTO `code_column_config` VALUES (284, 'bot_user', 'balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '总资金', NULL); -INSERT INTO `code_column_config` VALUES (285, 'bot_user', 'freeze_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '冻结资金', NULL); -INSERT INTO `code_column_config` VALUES (286, 'bot_user', 'version', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '版本号', NULL); -INSERT INTO `code_column_config` VALUES (287, 'bot_user', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (288, 'bot_user', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (289, 'bot_user', 'user_language', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '语言', NULL); -INSERT INTO `code_column_config` VALUES (290, 'bot_user', 'chip_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '质押资金', NULL); -INSERT INTO `code_column_config` VALUES (291, 'bot_user', 'father_bind_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '绑定时间', NULL); -INSERT INTO `code_column_config` VALUES (292, 'bot_user_flow', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (293, 'bot_user_flow', 'user_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '电报号', NULL); -INSERT INTO `code_column_config` VALUES (294, 'bot_user_flow', 'user_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户名称', NULL); -INSERT INTO `code_column_config` VALUES (295, 'bot_user_flow', 'biz_code', 'varchar', 'biz_code', '', b'1', 'Input', '', b'1', b'0', '=', '业务代码', NULL); -INSERT INTO `code_column_config` VALUES (296, 'bot_user_flow', 'amount', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '变动金额', NULL); -INSERT INTO `code_column_config` VALUES (297, 'bot_user_flow', 'old_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '变动前金额', NULL); -INSERT INTO `code_column_config` VALUES (298, 'bot_user_flow', 'new_balance', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '变动后金额', NULL); -INSERT INTO `code_column_config` VALUES (299, 'bot_user_flow', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (300, 'bot_send_order', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (301, 'bot_send_order', 'order_code', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '订单号', NULL); -INSERT INTO `code_column_config` VALUES (302, 'bot_send_order', 'message_id', 'int', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '消息id', NULL); -INSERT INTO `code_column_config` VALUES (303, 'bot_send_order', 'chat_id', 'bigint', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '聊天id', NULL); -INSERT INTO `code_column_config` VALUES (304, 'bot_send_order', 'user_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户电报号', NULL); -INSERT INTO `code_column_config` VALUES (305, 'bot_send_order', 'user_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '用户名称', NULL); -INSERT INTO `code_column_config` VALUES (306, 'bot_send_order', 'odds', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '赔率', NULL); -INSERT INTO `code_column_config` VALUES (307, 'bot_send_order', 'chip_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '发包金额', NULL); -INSERT INTO `code_column_config` VALUES (308, 'bot_send_order', 'chip_remain', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '未抢完金额', NULL); -INSERT INTO `code_column_config` VALUES (309, 'bot_send_order', 'profit', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '总盈利', NULL); -INSERT INTO `code_column_config` VALUES (310, 'bot_send_order', 'bomb_number', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '雷号', NULL); -INSERT INTO `code_column_config` VALUES (311, 'bot_send_order', 'now_receive_count', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '领取次数', NULL); -INSERT INTO `code_column_config` VALUES (312, 'bot_send_order', 'status', 'varchar', 'order_status', '', b'1', 'Input', '', b'1', b'0', '=', '状态', NULL); -INSERT INTO `code_column_config` VALUES (313, 'bot_send_order', 'type', 'varchar', 'order_type', '', b'1', 'Input', '', b'1', b'0', '=', '类型', NULL); -INSERT INTO `code_column_config` VALUES (314, 'bot_send_order', 'btc_price', 'varchar', NULL, '', b'0', NULL, '', b'0', b'0', NULL, '价格', NULL); -INSERT INTO `code_column_config` VALUES (315, 'bot_send_order', 'gong_zheng_num', 'varchar', NULL, '', b'0', NULL, '', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (316, 'bot_send_order', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '创建时间', NULL); -INSERT INTO `code_column_config` VALUES (317, 'bot_send_order', 'update_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '更新时间', NULL); -INSERT INTO `code_column_config` VALUES (318, 'bot_send_order_details', 'id', 'int', NULL, 'auto_increment', b'0', NULL, 'PRI', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (319, 'bot_send_order_details', 'order_code', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '订单号', NULL); -INSERT INTO `code_column_config` VALUES (320, 'bot_send_order_details', 'chip_total', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '发包金额', NULL); -INSERT INTO `code_column_config` VALUES (321, 'bot_send_order_details', 'bomb_number', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '雷号', NULL); -INSERT INTO `code_column_config` VALUES (322, 'bot_send_order_details', 'now_receive_count', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '领取次数', NULL); -INSERT INTO `code_column_config` VALUES (323, 'bot_send_order_details', 'send_user_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '发送者电报号', NULL); -INSERT INTO `code_column_config` VALUES (324, 'bot_send_order_details', 'send_user_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '发送者名称', NULL); -INSERT INTO `code_column_config` VALUES (325, 'bot_send_order_details', 'send_user_status', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '发送者输赢状况', NULL); -INSERT INTO `code_column_config` VALUES (326, 'bot_send_order_details', 'send_user_fee', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '手续费', NULL); -INSERT INTO `code_column_config` VALUES (327, 'bot_send_order_details', 'send_user_profit', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '赔率', NULL); -INSERT INTO `code_column_config` VALUES (328, 'bot_send_order_details', 'get_user_telegram_id', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '抢红包者电报号', NULL); -INSERT INTO `code_column_config` VALUES (329, 'bot_send_order_details', 'get_user_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '抢红包者名称', NULL); -INSERT INTO `code_column_config` VALUES (330, 'bot_send_order_details', 'get_user_status', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '抢红包者输赢状况', NULL); -INSERT INTO `code_column_config` VALUES (331, 'bot_send_order_details', 'get_user_get_amount', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '红包金额', NULL); -INSERT INTO `code_column_config` VALUES (332, 'bot_send_order_details', 'get_user_fee', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '手续费', NULL); -INSERT INTO `code_column_config` VALUES (333, 'bot_send_order_details', 'get_user_profit', 'decimal', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '赔率', NULL); -INSERT INTO `code_column_config` VALUES (334, 'bot_send_order_details', 'special_prize_type', 'varchar', NULL, '', b'1', NULL, '', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (335, 'bot_send_order_details', 'special_prize_amount', 'decimal', NULL, '', b'1', NULL, '', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (336, 'bot_send_order_details', 'create_time', 'datetime', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (337, 'bot_config', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'1', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (338, 'bot_config', 'config_key', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '元素键值', NULL); -INSERT INTO `code_column_config` VALUES (339, 'bot_config', 'config_value', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '元素值', NULL); -INSERT INTO `code_column_config` VALUES (340, 'bot_config', 'remark', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '描述', NULL); -INSERT INTO `code_column_config` VALUES (341, 'bot_button_config', 'id', 'int', NULL, 'auto_increment', b'1', NULL, 'PRI', b'0', b'0', NULL, '', NULL); -INSERT INTO `code_column_config` VALUES (342, 'bot_button_config', 'button_name', 'varchar', NULL, '', b'1', 'Input', '', b'1', b'0', '=', '按钮名称', NULL); -INSERT INTO `code_column_config` VALUES (343, 'bot_button_config', 'button_value', 'varchar', NULL, '', b'1', NULL, '', b'1', b'0', NULL, '按钮值', NULL); - --- ---------------------------- --- Table structure for code_gen_config --- ---------------------------- -DROP TABLE IF EXISTS `code_gen_config`; -CREATE TABLE `code_gen_config` ( - `config_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `table_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '表名', - `author` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '作者', - `cover` bit(1) NULL DEFAULT NULL COMMENT '是否覆盖', - `module_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '模块名称', - `pack` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '至于哪个包下', - `path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '前端代码生成的路径', - `api_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '前端Api文件路径', - `prefix` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '表前缀', - `api_alias` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '接口名称', - PRIMARY KEY (`config_id`) USING BTREE, - INDEX `idx_table_name`(`table_name`(100)) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 19 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '代码生成器配置' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of code_gen_config --- ---------------------------- -INSERT INTO `code_gen_config` VALUES (7, 'view_account_info', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.account', '/account', '/account\\', NULL, 'acountinfo'); -INSERT INTO `code_gen_config` VALUES (8, 'view_wallet_flow', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.account.walletflow', 'walletflow', 'walletflow\\', NULL, 'walletflow'); -INSERT INTO `code_gen_config` VALUES (9, 'app_wallet_flow', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.account.walletflow', '/flow', '/flow\\', NULL, '钱包流水'); -INSERT INTO `code_gen_config` VALUES (10, 'view_account_flow', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.account.accountflow', '/acoountflow', '/acoountflow\\', NULL, '账户流水查询'); -INSERT INTO `code_gen_config` VALUES (11, 'view_box_account', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.account', '/boxaccount', '/boxaccount\\', NULL, '盲盒账户'); -INSERT INTO `code_gen_config` VALUES (12, 'view_box_order', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.oder', '/order', '/order\\', NULL, '订单查询'); -INSERT INTO `code_gen_config` VALUES (13, 'bot_user', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.user', 'botuser', 'botuser\\', NULL, 'BotUserController'); -INSERT INTO `code_gen_config` VALUES (14, 'bot_user_flow', 'admin', b'0', 'eladmin-system', 'account', '/account', '/account\\', NULL, 'accountFlow'); -INSERT INTO `code_gen_config` VALUES (15, 'bot_send_order', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.oder', '/order', '/order\\', NULL, 'OrderController'); -INSERT INTO `code_gen_config` VALUES (16, 'bot_send_order_details', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.oder', 'E:\\project\\protected_project\\job-master\\admin\\admin-web-master\\src\\views\\order', 'E:\\project\\protected_project\\job-master\\admin\\admin-web-master\\src\\api', NULL, 'sendDetail'); -INSERT INTO `code_gen_config` VALUES (17, 'bot_config', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.bot', 'bot', 'bot\\', NULL, 'botConfig'); -INSERT INTO `code_gen_config` VALUES (18, 'bot_button_config', 'admin', b'0', 'eladmin-system', 'me.zhengjie.modules.bot', 'button', 'button\\', NULL, 'buttonConfig'); - --- ---------------------------- --- Table structure for mnt_app --- ---------------------------- -DROP TABLE IF EXISTS `mnt_app`; -CREATE TABLE `mnt_app` ( - `app_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '应用名称', - `upload_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '上传目录', - `deploy_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '部署路径', - `backup_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '备份路径', - `port` int NULL DEFAULT NULL COMMENT '应用端口', - `start_script` varchar(4000) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '启动脚本', - `deploy_script` varchar(4000) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '部署脚本', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`app_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '应用管理' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_app --- ---------------------------- - --- ---------------------------- --- Table structure for mnt_database --- ---------------------------- -DROP TABLE IF EXISTS `mnt_database`; -CREATE TABLE `mnt_database` ( - `db_id` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT 'ID', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '名称', - `jdbc_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT 'jdbc连接', - `user_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '账号', - `pwd` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '密码', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`db_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '数据库管理' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_database --- ---------------------------- - --- ---------------------------- --- Table structure for mnt_deploy --- ---------------------------- -DROP TABLE IF EXISTS `mnt_deploy`; -CREATE TABLE `mnt_deploy` ( - `deploy_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `app_id` bigint NULL DEFAULT NULL COMMENT '应用编号', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL, - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`deploy_id`) USING BTREE, - INDEX `FK6sy157pseoxx4fmcqr1vnvvhy`(`app_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '部署管理' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_deploy --- ---------------------------- - --- ---------------------------- --- Table structure for mnt_deploy_history --- ---------------------------- -DROP TABLE IF EXISTS `mnt_deploy_history`; -CREATE TABLE `mnt_deploy_history` ( - `history_id` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT 'ID', - `app_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '应用名称', - `deploy_date` datetime NOT NULL COMMENT '部署日期', - `deploy_user` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '部署用户', - `ip` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '服务器IP', - `deploy_id` bigint NULL DEFAULT NULL COMMENT '部署编号', - PRIMARY KEY (`history_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '部署历史管理' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_deploy_history --- ---------------------------- - --- ---------------------------- --- Table structure for mnt_deploy_server --- ---------------------------- -DROP TABLE IF EXISTS `mnt_deploy_server`; -CREATE TABLE `mnt_deploy_server` ( - `deploy_id` bigint NOT NULL COMMENT '部署ID', - `server_id` bigint NOT NULL COMMENT '服务ID', - PRIMARY KEY (`deploy_id`, `server_id`) USING BTREE, - INDEX `FKeaaha7jew9a02b3bk9ghols53`(`server_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '应用与服务器关联' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_deploy_server --- ---------------------------- - --- ---------------------------- --- Table structure for mnt_server --- ---------------------------- -DROP TABLE IF EXISTS `mnt_server`; -CREATE TABLE `mnt_server` ( - `server_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `account` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '账号', - `ip` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'IP地址', - `name` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '名称', - `password` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '密码', - `port` int NULL DEFAULT NULL COMMENT '端口', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`server_id`) USING BTREE, - INDEX `idx_ip`(`ip`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '服务器管理' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of mnt_server --- ---------------------------- - --- ---------------------------- --- Table structure for sys_dept --- ---------------------------- -DROP TABLE IF EXISTS `sys_dept`; -CREATE TABLE `sys_dept` ( - `dept_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `pid` bigint NULL DEFAULT NULL COMMENT '上级部门', - `sub_count` int NULL DEFAULT 0 COMMENT '子部门数目', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '名称', - `dept_sort` int NULL DEFAULT 999 COMMENT '排序', - `enabled` bit(1) NOT NULL COMMENT '状态', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`dept_id`) USING BTREE, - INDEX `inx_pid`(`pid`) USING BTREE, - INDEX `inx_enabled`(`enabled`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 18 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '部门' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_dept --- ---------------------------- -INSERT INTO `sys_dept` VALUES (2, 7, 1, '研发部', 3, b'1', 'admin', 'admin', '2019-03-25 09:15:32', '2020-08-02 14:48:47'); -INSERT INTO `sys_dept` VALUES (5, 7, 0, '运维部', 4, b'1', 'admin', 'admin', '2019-03-25 09:20:44', '2020-05-17 14:27:27'); -INSERT INTO `sys_dept` VALUES (6, 8, 0, '测试部', 6, b'1', 'admin', 'admin', '2019-03-25 09:52:18', '2020-06-08 11:59:21'); -INSERT INTO `sys_dept` VALUES (7, NULL, 2, '华南分部', 0, b'1', 'admin', 'admin', '2019-03-25 11:04:50', '2020-06-08 12:08:56'); -INSERT INTO `sys_dept` VALUES (8, NULL, 2, '华北分部', 1, b'1', 'admin', 'admin', '2019-03-25 11:04:53', '2020-05-14 12:54:00'); -INSERT INTO `sys_dept` VALUES (15, 8, 0, 'UI部门', 7, b'1', 'admin', 'admin', '2020-05-13 22:56:53', '2020-05-14 12:54:13'); -INSERT INTO `sys_dept` VALUES (17, 2, 0, '研发一组', 999, b'1', 'admin', 'admin', '2020-08-02 14:49:07', '2020-08-02 14:49:07'); - --- ---------------------------- --- Table structure for sys_dict --- ---------------------------- -DROP TABLE IF EXISTS `sys_dict`; -CREATE TABLE `sys_dict` ( - `dict_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '字典名称', - `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '描述', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`dict_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 16 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '数据字典' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_dict --- ---------------------------- -INSERT INTO `sys_dict` VALUES (1, 'uesr_status', '用户状态', NULL, 'admin', '2019-10-27 20:31:36', '2023-10-30 17:25:55'); -INSERT INTO `sys_dict` VALUES (4, 'dept_status', '部门状态', NULL, NULL, '2019-10-27 20:31:36', NULL); -INSERT INTO `sys_dict` VALUES (5, 'job_status', '岗位状态', NULL, NULL, '2019-10-27 20:31:36', NULL); -INSERT INTO `sys_dict` VALUES (6, 'bot_status', '电报用户状态', 'admin', 'admin', '2023-06-22 20:03:41', '2023-10-30 17:26:50'); -INSERT INTO `sys_dict` VALUES (7, 'flow_chain_status', '链上状态', 'admin', 'admin', '2023-06-22 20:41:58', '2023-06-22 20:41:58'); -INSERT INTO `sys_dict` VALUES (8, 'flow_send_status', '发送状态', 'admin', 'admin', '2023-06-22 20:43:34', '2023-06-22 20:43:34'); -INSERT INTO `sys_dict` VALUES (9, 'account_flow_status', '账户流水状态', 'admin', 'admin', '2023-06-23 16:03:45', '2023-06-23 16:03:45'); -INSERT INTO `sys_dict` VALUES (10, 'box_account_lock_status', '锁定状态', 'admin', 'admin', '2023-06-23 16:29:11', '2023-06-23 16:29:11'); -INSERT INTO `sys_dict` VALUES (11, 'box_miner_status', '奖励状态', 'admin', 'admin', '2023-06-23 16:30:11', '2023-06-23 16:30:11'); -INSERT INTO `sys_dict` VALUES (12, 'order_chain_status', '链上状态', 'admin', 'admin', '2023-06-23 16:46:05', '2023-06-23 16:46:05'); -INSERT INTO `sys_dict` VALUES (13, 'biz_code', '流水类型', 'admin', 'admin', '2023-10-30 18:06:25', '2023-10-30 18:06:25'); -INSERT INTO `sys_dict` VALUES (14, 'order_status', '订单状态', 'admin', 'admin', '2023-10-30 18:25:12', '2023-10-30 18:25:12'); -INSERT INTO `sys_dict` VALUES (15, 'order_type', '订单类型', 'admin', 'admin', '2023-10-30 18:28:30', '2023-10-30 18:28:30'); - --- ---------------------------- --- Table structure for sys_dict_detail --- ---------------------------- -DROP TABLE IF EXISTS `sys_dict_detail`; -CREATE TABLE `sys_dict_detail` ( - `detail_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `dict_id` bigint NULL DEFAULT NULL COMMENT '字典id', - `label` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '字典标签', - `value` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '字典值', - `dict_sort` int NULL DEFAULT NULL COMMENT '排序', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`detail_id`) USING BTREE, - INDEX `FK5tpkputc6d9nboxojdbgnpmyb`(`dict_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 38 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '数据字典详情' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_dict_detail --- ---------------------------- -INSERT INTO `sys_dict_detail` VALUES (1, 1, '激活', 'true', 1, NULL, 'admin', '2019-10-27 20:31:36', '2023-10-30 17:26:08'); -INSERT INTO `sys_dict_detail` VALUES (2, 1, '禁用', 'false', 2, NULL, 'admin', NULL, '2023-10-30 17:26:15'); -INSERT INTO `sys_dict_detail` VALUES (3, 4, '启用', 'true', 1, NULL, NULL, NULL, NULL); -INSERT INTO `sys_dict_detail` VALUES (4, 4, '停用', 'false', 2, NULL, NULL, '2019-10-27 20:31:36', NULL); -INSERT INTO `sys_dict_detail` VALUES (5, 5, '启用', 'true', 1, NULL, NULL, NULL, NULL); -INSERT INTO `sys_dict_detail` VALUES (6, 5, '停用', 'false', 2, NULL, NULL, '2019-10-27 20:31:36', NULL); -INSERT INTO `sys_dict_detail` VALUES (7, 6, '锁定', 'yes', 999, 'admin', 'admin', '2023-06-22 20:04:01', '2023-06-22 20:04:01'); -INSERT INTO `sys_dict_detail` VALUES (8, 6, '正常', 'no', 999, 'admin', 'admin', '2023-06-22 20:04:17', '2023-06-22 20:04:17'); -INSERT INTO `sys_dict_detail` VALUES (9, 7, '等待审核', 'waitPass', 999, 'admin', 'admin', '2023-06-22 20:42:17', '2023-06-23 14:59:42'); -INSERT INTO `sys_dict_detail` VALUES (10, 7, '成功', 'success', 999, 'admin', 'admin', '2023-06-22 20:42:31', '2023-06-22 20:42:31'); -INSERT INTO `sys_dict_detail` VALUES (11, 7, '失败', 'fail', 999, 'admin', 'admin', '2023-06-22 20:43:03', '2023-06-22 20:43:03'); -INSERT INTO `sys_dict_detail` VALUES (12, 8, '已发送', 'yes', 999, 'admin', 'admin', '2023-06-22 20:44:03', '2023-06-22 20:44:03'); -INSERT INTO `sys_dict_detail` VALUES (13, 8, '未发送', 'no', 999, 'admin', 'admin', '2023-06-22 20:44:19', '2023-06-22 20:44:19'); -INSERT INTO `sys_dict_detail` VALUES (14, 7, '等待放币', 'waitSend', 999, 'admin', 'admin', '2023-06-23 15:00:11', '2023-06-23 15:00:22'); -INSERT INTO `sys_dict_detail` VALUES (15, 7, '拒绝审核', 'notpass', 999, 'admin', 'admin', '2023-06-23 15:08:20', '2023-06-23 15:08:20'); -INSERT INTO `sys_dict_detail` VALUES (16, 9, '动态收益', 'dong', 999, 'admin', 'admin', '2023-06-23 16:04:12', '2023-06-23 16:04:12'); -INSERT INTO `sys_dict_detail` VALUES (17, 9, '提币扣除', 'outSuccess', 999, 'admin', 'admin', '2023-06-23 16:04:51', '2023-06-23 16:04:51'); -INSERT INTO `sys_dict_detail` VALUES (18, 9, '静态收益', 'jing', 999, 'admin', 'admin', '2023-06-23 16:05:18', '2023-06-23 16:05:18'); -INSERT INTO `sys_dict_detail` VALUES (19, 9, '节点收益', 'jied', 999, 'admin', 'admin', '2023-06-23 16:20:42', '2023-06-23 16:20:42'); -INSERT INTO `sys_dict_detail` VALUES (20, 9, '手续费入账', 'outFeeInAdmin', 999, 'admin', 'admin', '2023-06-23 16:21:41', '2023-06-23 16:21:41'); -INSERT INTO `sys_dict_detail` VALUES (21, 10, '锁定', 'yes', 999, 'admin', 'admin', '2023-06-23 16:29:23', '2023-06-23 16:29:23'); -INSERT INTO `sys_dict_detail` VALUES (22, 10, '正常', 'no', 999, 'admin', 'admin', '2023-06-23 16:29:32', '2023-06-23 16:29:32'); -INSERT INTO `sys_dict_detail` VALUES (23, 11, '未开始', 'no', 999, 'admin', 'admin', '2023-06-23 16:30:30', '2023-06-23 17:07:23'); -INSERT INTO `sys_dict_detail` VALUES (24, 11, '正在挖矿', 'yes', 999, 'admin', 'admin', '2023-06-23 16:30:53', '2023-06-23 16:30:53'); -INSERT INTO `sys_dict_detail` VALUES (25, 11, '已经结束', 'end', 999, 'admin', 'admin', '2023-06-23 16:31:16', '2023-06-23 16:31:16'); -INSERT INTO `sys_dict_detail` VALUES (26, 12, '等待确认', 'waitConfirm', 999, 'admin', 'admin', '2023-06-23 16:46:15', '2023-06-23 16:46:15'); -INSERT INTO `sys_dict_detail` VALUES (27, 12, '付款失败', 'buyFaild', 999, 'admin', 'admin', '2023-06-23 16:46:27', '2023-06-23 16:46:27'); -INSERT INTO `sys_dict_detail` VALUES (28, 12, '付款成功', 'buySuccess', 999, 'admin', 'admin', '2023-06-23 16:46:42', '2023-06-23 16:46:42'); -INSERT INTO `sys_dict_detail` VALUES (29, 12, '订单取消', 'canceled', 999, 'admin', 'admin', '2023-06-23 16:46:54', '2023-06-23 16:46:54'); -INSERT INTO `sys_dict_detail` VALUES (30, 13, '中奖', 'biz_get_win', 999, 'admin', 'admin', '2023-10-30 18:07:01', '2023-10-30 18:07:01'); -INSERT INTO `sys_dict_detail` VALUES (31, 13, '发包', 'biz_send_shu', 999, 'admin', 'admin', '2023-10-30 18:07:19', '2023-10-30 18:07:19'); -INSERT INTO `sys_dict_detail` VALUES (32, 14, '输', 'OrderStatus_shu', 999, 'admin', 'admin', '2023-10-30 18:26:37', '2023-10-30 18:30:33'); -INSERT INTO `sys_dict_detail` VALUES (33, 14, '赢', 'OrderStatus_win', 999, 'admin', 'admin', '2023-10-30 18:27:00', '2023-10-30 18:30:16'); -INSERT INTO `sys_dict_detail` VALUES (34, 14, '等待开奖', 'OrderStatus_wait', 999, 'admin', 'admin', '2023-10-30 18:27:27', '2023-10-30 18:30:00'); -INSERT INTO `sys_dict_detail` VALUES (35, 14, '退回', 'OrderStatus_return', 999, 'admin', 'admin', '2023-10-30 18:28:08', '2023-10-30 18:29:41'); -INSERT INTO `sys_dict_detail` VALUES (36, 15, '福利', 'type_fuli', 999, 'admin', 'admin', '2023-10-30 18:28:56', '2023-10-30 18:28:56'); -INSERT INTO `sys_dict_detail` VALUES (37, 15, '普通', 'type_putong', 999, 'admin', 'admin', '2023-10-30 18:29:20', '2023-10-30 18:29:20'); - --- ---------------------------- --- Table structure for sys_job --- ---------------------------- -DROP TABLE IF EXISTS `sys_job`; -CREATE TABLE `sys_job` ( - `job_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '岗位名称', - `enabled` bit(1) NOT NULL COMMENT '岗位状态', - `job_sort` int NULL DEFAULT NULL COMMENT '排序', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`job_id`) USING BTREE, - UNIQUE INDEX `uniq_name`(`name`) USING BTREE, - INDEX `inx_enabled`(`enabled`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 13 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '岗位' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_job --- ---------------------------- -INSERT INTO `sys_job` VALUES (8, '人事专员', b'1', 3, NULL, NULL, '2019-03-29 14:52:28', NULL); -INSERT INTO `sys_job` VALUES (10, '产品经理', b'1', 4, NULL, NULL, '2019-03-29 14:55:51', NULL); -INSERT INTO `sys_job` VALUES (11, '全栈开发', b'1', 2, NULL, 'admin', '2019-03-31 13:39:30', '2020-05-05 11:33:43'); -INSERT INTO `sys_job` VALUES (12, '软件测试', b'1', 5, NULL, 'admin', '2019-03-31 13:39:43', '2020-05-10 19:56:26'); - --- ---------------------------- --- Table structure for sys_log --- ---------------------------- -DROP TABLE IF EXISTS `sys_log`; -CREATE TABLE `sys_log` ( - `log_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `log_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `method` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `params` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL, - `request_ip` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `time` bigint NULL DEFAULT NULL, - `username` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `address` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `browser` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `exception_detail` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL, - `create_time` datetime NULL DEFAULT NULL, - PRIMARY KEY (`log_id`) USING BTREE, - INDEX `log_create_time_index`(`create_time`) USING BTREE, - INDEX `inx_log_type`(`log_type`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 3820 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '系统日志' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_log --- ---------------------------- -INSERT INTO `sys_log` VALUES (3537, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.1.190', 664, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 19:59:15'); -INSERT INTO `sys_log` VALUES (3538, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"database\",\"updateTime\":1687435208115,\"title\":\"账户管理\",\"type\":0,\"subCount\":0,\"path\":\"acccount\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435208115,\"iFrame\":false,\"id\":118,\"menuSort\":2}', '192.168.1.190', 192, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:00:08'); -INSERT INTO `sys_log` VALUES (3539, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 297, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:01:12'); -INSERT INTO `sys_log` VALUES (3540, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"锁状态\",\"dictDetails\":[],\"updateTime\":1687435420948,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435420948,\"name\":\"account_lock\",\"id\":6}', '192.168.1.190', 56, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:03:41'); -INSERT INTO `sys_log` VALUES (3541, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687435440607,\"label\":\"锁定\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435440606,\"dict\":{\"id\":6},\"id\":7,\"value\":\"yes\"}', '192.168.1.190', 44, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:04:01'); -INSERT INTO `sys_log` VALUES (3542, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687435456672,\"label\":\"正常\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435456672,\"dict\":{\"id\":6},\"id\":8,\"value\":\"no\"}', '192.168.1.190', 47, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:04:17'); -INSERT INTO `sys_log` VALUES (3543, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"edit\",\"permission\":\"viewAccountInfo:list\",\"pid\":118,\"updateTime\":1687436226558,\"title\":\"账户列表\",\"type\":1,\"subCount\":0,\"path\":\"account\",\"component\":\"index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687436226558,\"iFrame\":false,\"id\":119,\"componentName\":\"list\",\"menuSort\":999}', '192.168.1.190', 89, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:17:07'); -INSERT INTO `sys_log` VALUES (3544, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 110, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:17:24'); -INSERT INTO `sys_log` VALUES (3545, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"edit\",\"permission\":\"viewAccountInfo:list\",\"pid\":118,\"updateTime\":1687436227000,\"title\":\"账户列表\",\"type\":1,\"subCount\":0,\"path\":\"account\",\"component\":\"account/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687436227000,\"iFrame\":false,\"id\":119,\"componentName\":\"account\",\"menuSort\":999}', '192.168.1.190', 132, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:21:33'); -INSERT INTO `sys_log` VALUES (3546, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 199, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:23:40'); -INSERT INTO `sys_log` VALUES (3547, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 27, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:26:39'); -INSERT INTO `sys_log` VALUES (3548, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 36, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:27:07'); -INSERT INTO `sys_log` VALUES (3549, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 21, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:30:20'); -INSERT INTO `sys_log` VALUES (3550, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 31, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:30:32'); -INSERT INTO `sys_log` VALUES (3551, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 27, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:31:04'); -INSERT INTO `sys_log` VALUES (3552, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 40, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:32:34'); -INSERT INTO `sys_log` VALUES (3553, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 45, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:32:52'); -INSERT INTO `sys_log` VALUES (3554, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"链上状态\",\"dictDetails\":[],\"updateTime\":1687437718443,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437718443,\"name\":\"flow_chain_status\",\"id\":7}', '192.168.1.190', 110, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:41:58'); -INSERT INTO `sys_log` VALUES (3555, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437736666,\"label\":\"等待放币\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437736666,\"dict\":{\"id\":7},\"id\":9,\"value\":\"waitPass\"}', '192.168.1.190', 91, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:42:17'); -INSERT INTO `sys_log` VALUES (3556, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437750944,\"label\":\"成功\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437750944,\"dict\":{\"id\":7},\"id\":10,\"value\":\"success\"}', '192.168.1.190', 56, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:42:31'); -INSERT INTO `sys_log` VALUES (3557, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437782885,\"label\":\"失败\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437782885,\"dict\":{\"id\":7},\"id\":11,\"value\":\"fail\"}', '192.168.1.190', 48, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:43:03'); -INSERT INTO `sys_log` VALUES (3558, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"发送状态\",\"dictDetails\":[],\"updateTime\":1687437813724,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437813724,\"name\":\"flow_send_status\",\"id\":8}', '192.168.1.190', 48, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:43:34'); -INSERT INTO `sys_log` VALUES (3559, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437842572,\"label\":\"已发送\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437842572,\"dict\":{\"id\":8},\"id\":12,\"value\":\"yes\"}', '192.168.1.190', 23, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:44:03'); -INSERT INTO `sys_log` VALUES (3560, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437858941,\"label\":\"未发送\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437858941,\"dict\":{\"id\":8},\"id\":13,\"value\":\"no\"}', '192.168.1.190', 13, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:44:19'); -INSERT INTO `sys_log` VALUES (3561, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 39, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:49:24'); -INSERT INTO `sys_log` VALUES (3562, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewWalletFlow:list\",\"pid\":118,\"updateTime\":1687438238152,\"title\":\"提现管理\",\"type\":1,\"subCount\":0,\"path\":\"walletFlow\",\"component\":\"account/walletflow/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687438238152,\"iFrame\":false,\"id\":120,\"componentName\":\"walletFlow\",\"menuSort\":999}', '192.168.1.190', 119, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:50:38'); -INSERT INTO `sys_log` VALUES (3563, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 242, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:50:52'); -INSERT INTO `sys_log` VALUES (3564, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 165, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:54:04'); -INSERT INTO `sys_log` VALUES (3565, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 72, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:56:38'); -INSERT INTO `sys_log` VALUES (3566, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 41, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:57:28'); -INSERT INTO `sys_log` VALUES (3567, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 57, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-22 20:57:44'); -INSERT INTO `sys_log` VALUES (3568, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.1.190', 4814, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:12:30'); -INSERT INTO `sys_log` VALUES (3569, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 135, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:12:36'); -INSERT INTO `sys_log` VALUES (3570, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 35, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:13:54'); -INSERT INTO `sys_log` VALUES (3571, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 30, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:17:55'); -INSERT INTO `sys_log` VALUES (3572, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 16, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:18:04'); -INSERT INTO `sys_log` VALUES (3573, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 29, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:18:10'); -INSERT INTO `sys_log` VALUES (3574, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 28, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:19:17'); -INSERT INTO `sys_log` VALUES (3575, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 17, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:19:57'); -INSERT INTO `sys_log` VALUES (3576, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 16, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:21:45'); -INSERT INTO `sys_log` VALUES (3577, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 25, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:23:39'); -INSERT INTO `sys_log` VALUES (3578, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 13, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:23:44'); -INSERT INTO `sys_log` VALUES (3579, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 13, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:24:05'); -INSERT INTO `sys_log` VALUES (3580, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 12, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:25:37'); -INSERT INTO `sys_log` VALUES (3581, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 8, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:34:54'); -INSERT INTO `sys_log` VALUES (3582, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 14, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:35:39'); -INSERT INTO `sys_log` VALUES (3583, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 20, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:36:28'); -INSERT INTO `sys_log` VALUES (3584, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 12, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:36:38'); -INSERT INTO `sys_log` VALUES (3585, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 10, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:40:08'); -INSERT INTO `sys_log` VALUES (3586, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 31, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:58:13'); -INSERT INTO `sys_log` VALUES (3587, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1687437737000,\"label\":\"等待审核\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687437737000,\"dict\":{\"id\":7},\"id\":9,\"value\":\"waitPass\"}', '192.168.1.190', 241, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 14:59:42'); -INSERT INTO `sys_log` VALUES (3588, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687503610732,\"label\":\"等待放币\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687503610732,\"dict\":{\"id\":7},\"id\":14,\"value\":\"waitsend\"}', '192.168.1.190', 47, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:00:11'); -INSERT INTO `sys_log` VALUES (3589, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1687503611000,\"label\":\"等待放币\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687503611000,\"dict\":{\"id\":7},\"id\":14,\"value\":\"waitSend\"}', '192.168.1.190', 56, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:00:22'); -INSERT INTO `sys_log` VALUES (3590, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687504099668,\"label\":\"拒绝审核\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687504099668,\"dict\":{\"id\":7},\"id\":15,\"value\":\"notpass\"}', '192.168.1.190', 55, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:08:20'); -INSERT INTO `sys_log` VALUES (3591, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 88, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:10:06'); -INSERT INTO `sys_log` VALUES (3592, '修改walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1686754858000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":1102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitPass\"}', '192.168.1.190', 30192, 'admin', '内网IP', 'Edge 114', 'me.zhengjie.exception.BadRequestException: 订单状态异常\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.update(ViewWalletFlowServiceImpl.java:97)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$2108d4d6.update()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow(ViewWalletFlowController.java:75)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$375d23d0.updateViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-06-23 15:11:01'); -INSERT INTO `sys_log` VALUES (3593, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 33, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:12:57'); -INSERT INTO `sys_log` VALUES (3594, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.1.190', 446, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:13:57'); -INSERT INTO `sys_log` VALUES (3595, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 21, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:13:58'); -INSERT INTO `sys_log` VALUES (3596, '修改walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1686754858000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":1102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitPass\"}', '192.168.1.190', 48365, 'admin', '内网IP', 'Chrome 114', 'me.zhengjie.exception.BadRequestException: 订单状态异常\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.update(ViewWalletFlowServiceImpl.java:97)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$2108d4d6.update()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow(ViewWalletFlowController.java:75)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$375d23d0.updateViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-06-23 15:16:15'); -INSERT INTO `sys_log` VALUES (3597, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.1.190', 3305, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:16:58'); -INSERT INTO `sys_log` VALUES (3598, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 176, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:16:59'); -INSERT INTO `sys_log` VALUES (3599, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 27, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:18:53'); -INSERT INTO `sys_log` VALUES (3600, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 20, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:20:45'); -INSERT INTO `sys_log` VALUES (3601, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 21, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:20:45'); -INSERT INTO `sys_log` VALUES (3602, '修改walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1686754858000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":1102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitPass\"}', '192.168.1.190', 206258, 'admin', '内网IP', 'Edge 114', 'me.zhengjie.exception.BadRequestException: 错误的操作类型\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.update(ViewWalletFlowServiceImpl.java:107)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$d5e73618.update()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow(ViewWalletFlowController.java:75)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$f8a4d983.updateViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-06-23 15:25:09'); -INSERT INTO `sys_log` VALUES (3603, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 33, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:29:45'); -INSERT INTO `sys_log` VALUES (3604, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 34, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:30:29'); -INSERT INTO `sys_log` VALUES (3605, '修改walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1686754858000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":1102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"notpass\"}', '192.168.1.190', 21272, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:34:09'); -INSERT INTO `sys_log` VALUES (3606, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 119, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:34:10'); -INSERT INTO `sys_log` VALUES (3607, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 25, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:36:21'); -INSERT INTO `sys_log` VALUES (3608, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 35, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:40:49'); -INSERT INTO `sys_log` VALUES (3609, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 34, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:43:36'); -INSERT INTO `sys_log` VALUES (3610, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 34, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:43:44'); -INSERT INTO `sys_log` VALUES (3611, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 48591, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:44:51'); -INSERT INTO `sys_log` VALUES (3612, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 16231, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:45:23'); -INSERT INTO `sys_log` VALUES (3613, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 4339, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:45:31'); -INSERT INTO `sys_log` VALUES (3614, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 56844, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:47:41'); -INSERT INTO `sys_log` VALUES (3615, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 2967, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:47:54'); -INSERT INTO `sys_log` VALUES (3616, '修改walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TDY6jGDFpUsf1BJXbPBMrPXDStWa6bmqZP\",\"outFee\":270.125,\"updateTime\":1686714993000,\"userId\":2306,\"toAddress\":\"TDY6jGDFpUsf1BJXbPBMrPXDStWa6bmqZP\",\"amountUsdt\":1080.5,\"amountPetk\":1073.8421,\"createTime\":1686714993000,\"userAccountId\":2306,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":274,\"pricePetk\":1.0062,\"status\":\"waitsend\"}', '192.168.1.190', 3651, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:48:16'); -INSERT INTO `sys_log` VALUES (3617, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 27, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:48:16'); -INSERT INTO `sys_log` VALUES (3618, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 26, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:48:28'); -INSERT INTO `sys_log` VALUES (3619, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 26, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:03'); -INSERT INTO `sys_log` VALUES (3620, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 27, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:03'); -INSERT INTO `sys_log` VALUES (3621, '修改walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TWXkBRdA6DjiVebSU2SAeYYjzbLQDDpXay\",\"outFee\":86.508,\"updateTime\":1686669741000,\"userId\":99,\"toAddress\":\"TWXkBRdA6DjiVebSU2SAeYYjzbLQDDpXay\",\"amountUsdt\":346.032,\"amountPetk\":338.6825,\"createTime\":1686669741000,\"userAccountId\":99,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":269,\"pricePetk\":1.0217,\"status\":\"notpass\"}', '192.168.1.190', 6584, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:18'); -INSERT INTO `sys_log` VALUES (3622, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 23, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:18'); -INSERT INTO `sys_log` VALUES (3623, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 22, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:23'); -INSERT INTO `sys_log` VALUES (3624, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 23, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:49:24'); -INSERT INTO `sys_log` VALUES (3625, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 69, 'admin', '内网IP', 'Edge 114', NULL, '2023-06-23 15:50:49'); -INSERT INTO `sys_log` VALUES (3626, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 53, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:51:44'); -INSERT INTO `sys_log` VALUES (3627, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 42, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 15:53:51'); -INSERT INTO `sys_log` VALUES (3628, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"账户流水状态\",\"dictDetails\":[],\"updateTime\":1687507424753,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507424753,\"name\":\"account_flow_status\",\"id\":9}', '192.168.1.190', 147, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:03:45'); -INSERT INTO `sys_log` VALUES (3629, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687507452131,\"label\":\"动态收益\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507452131,\"dict\":{\"id\":9},\"id\":16,\"value\":\"dong\"}', '192.168.1.190', 86, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:04:12'); -INSERT INTO `sys_log` VALUES (3630, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687507490971,\"label\":\"提币扣除\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507490971,\"dict\":{\"id\":9},\"id\":17,\"value\":\"outSuccess\"}', '192.168.1.190', 42, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:04:51'); -INSERT INTO `sys_log` VALUES (3631, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687507517733,\"label\":\"静态收益\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507517733,\"dict\":{\"id\":9},\"id\":18,\"value\":\"jing\"}', '192.168.1.190', 47, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:05:18'); -INSERT INTO `sys_log` VALUES (3632, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewAccountFlow:list\",\"pid\":118,\"updateTime\":1687507903237,\"title\":\"账户流水列表\",\"type\":1,\"subCount\":0,\"path\":\"accountflow\",\"component\":\"account/accountflow/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507903237,\"iFrame\":false,\"id\":121,\"componentName\":\"accountflow\",\"menuSort\":999}', '192.168.1.190', 136, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:11:43'); -INSERT INTO `sys_log` VALUES (3633, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 185, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:11:53'); -INSERT INTO `sys_log` VALUES (3634, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 572, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:35'); -INSERT INTO `sys_log` VALUES (3635, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 213, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:42'); -INSERT INTO `sys_log` VALUES (3636, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 251, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:51'); -INSERT INTO `sys_log` VALUES (3637, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 128, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:53'); -INSERT INTO `sys_log` VALUES (3638, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 414, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:55'); -INSERT INTO `sys_log` VALUES (3639, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 354, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:16:56'); -INSERT INTO `sys_log` VALUES (3640, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 204, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:17:10'); -INSERT INTO `sys_log` VALUES (3641, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 251, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:17:17'); -INSERT INTO `sys_log` VALUES (3642, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687508441874,\"label\":\"节点收益\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508441874,\"dict\":{\"id\":9},\"id\":19,\"value\":\"jied\"}', '192.168.1.190', 146, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:42'); -INSERT INTO `sys_log` VALUES (3643, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 419, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:48'); -INSERT INTO `sys_log` VALUES (3644, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 234, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:51'); -INSERT INTO `sys_log` VALUES (3645, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 213, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:53'); -INSERT INTO `sys_log` VALUES (3646, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 430, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:54'); -INSERT INTO `sys_log` VALUES (3647, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 419, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:20:55'); -INSERT INTO `sys_log` VALUES (3648, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687508500977,\"label\":\"手续费入账\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508500977,\"dict\":{\"id\":9},\"id\":20,\"value\":\"outFeeInAdmin\"}', '192.168.1.190', 50, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:21:41'); -INSERT INTO `sys_log` VALUES (3649, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 422, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:21:46'); -INSERT INTO `sys_log` VALUES (3650, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"shopping\",\"updateTime\":1687508571260,\"title\":\"订单管理\",\"type\":0,\"subCount\":0,\"path\":\"order\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508571260,\"iFrame\":false,\"id\":122,\"menuSort\":3}', '192.168.1.190', 90, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:22:51'); -INSERT INTO `sys_log` VALUES (3651, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 250, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:23:05'); -INSERT INTO `sys_log` VALUES (3652, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"锁定状态\",\"dictDetails\":[],\"updateTime\":1687508951194,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508951194,\"name\":\"box_account_lock_status\",\"id\":10}', '192.168.1.190', 74, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:29:11'); -INSERT INTO `sys_log` VALUES (3653, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687508962511,\"label\":\"锁定\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508962511,\"dict\":{\"id\":10},\"id\":21,\"value\":\"yes\"}', '192.168.1.190', 45, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:29:23'); -INSERT INTO `sys_log` VALUES (3654, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687508971680,\"label\":\"正常\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508971680,\"dict\":{\"id\":10},\"id\":22,\"value\":\"no\"}', '192.168.1.190', 46, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:29:32'); -INSERT INTO `sys_log` VALUES (3655, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"奖励状态\",\"dictDetails\":[],\"updateTime\":1687509011431,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509011431,\"name\":\"box_miner_status\",\"id\":11}', '192.168.1.190', 45, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:30:11'); -INSERT INTO `sys_log` VALUES (3656, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509029961,\"label\":\"未开始\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509029961,\"dict\":{\"id\":11},\"id\":23,\"value\":\" no\"}', '192.168.1.190', 45, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:30:30'); -INSERT INTO `sys_log` VALUES (3657, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509052517,\"label\":\"正在挖矿\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509052517,\"dict\":{\"id\":11},\"id\":24,\"value\":\"yes\"}', '192.168.1.190', 45, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:30:53'); -INSERT INTO `sys_log` VALUES (3658, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509075735,\"label\":\"已经结束\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509075735,\"dict\":{\"id\":11},\"id\":25,\"value\":\"end\"}', '192.168.1.190', 34, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:31:16'); -INSERT INTO `sys_log` VALUES (3659, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"doc\",\"permission\":\"viewBoxAccount:list\",\"pid\":118,\"updateTime\":1687509333913,\"title\":\"盲盒账户列表\",\"type\":1,\"subCount\":0,\"path\":\"boxaccount\",\"component\":\"account/boxaccount/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509333913,\"iFrame\":false,\"id\":123,\"componentName\":\"boxaccount\",\"menuSort\":999}', '192.168.1.190', 83, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:35:34'); -INSERT INTO `sys_log` VALUES (3660, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":123,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 110, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:35:42'); -INSERT INTO `sys_log` VALUES (3661, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 64, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:42:10'); -INSERT INTO `sys_log` VALUES (3662, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 19, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:42:39'); -INSERT INTO `sys_log` VALUES (3663, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"链上状态\",\"dictDetails\":[],\"updateTime\":1687509964739,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509964739,\"name\":\"order_chain_status\",\"id\":12}', '192.168.1.190', 46, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:46:05'); -INSERT INTO `sys_log` VALUES (3664, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509974669,\"label\":\"等待确认\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509974669,\"dict\":{\"id\":12},\"id\":26,\"value\":\"waitConfirm\"}', '192.168.1.190', 52, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:46:15'); -INSERT INTO `sys_log` VALUES (3665, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509986688,\"label\":\"付款失败\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509986688,\"dict\":{\"id\":12},\"id\":27,\"value\":\"buyFaild\"}', '192.168.1.190', 6, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:46:27'); -INSERT INTO `sys_log` VALUES (3666, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687510002499,\"label\":\"付款成功\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687510002499,\"dict\":{\"id\":12},\"id\":28,\"value\":\"buySuccess\"}', '192.168.1.190', 16, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:46:43'); -INSERT INTO `sys_log` VALUES (3667, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1687510013854,\"label\":\"订单取消\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687510013854,\"dict\":{\"id\":12},\"id\":29,\"value\":\"canceled\"}', '192.168.1.190', 13, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:46:54'); -INSERT INTO `sys_log` VALUES (3668, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewBoxOrder:list\",\"pid\":122,\"updateTime\":1687510239459,\"title\":\"订单列表\",\"type\":1,\"subCount\":0,\"path\":\"order\",\"component\":\"order/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687510239459,\"iFrame\":false,\"id\":124,\"componentName\":\"order\",\"menuSort\":999}', '192.168.1.190', 34, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:50:39'); -INSERT INTO `sys_log` VALUES (3669, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":123,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.1.190', 57, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:50:48'); -INSERT INTO `sys_log` VALUES (3670, '查询订单查询', 'INFO', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '192.168.1.190', 101, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:54:38'); -INSERT INTO `sys_log` VALUES (3671, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 23, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:54:50'); -INSERT INTO `sys_log` VALUES (3672, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 20, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:54:52'); -INSERT INTO `sys_log` VALUES (3673, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 199, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:54:52'); -INSERT INTO `sys_log` VALUES (3674, '查询订单查询', 'INFO', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '192.168.1.190', 17, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:54:56'); -INSERT INTO `sys_log` VALUES (3675, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 16, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:55:07'); -INSERT INTO `sys_log` VALUES (3676, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 12, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:55:15'); -INSERT INTO `sys_log` VALUES (3677, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 11, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:55:49'); -INSERT INTO `sys_log` VALUES (3678, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 8, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:56:27'); -INSERT INTO `sys_log` VALUES (3679, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 5, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:56:49'); -INSERT INTO `sys_log` VALUES (3680, '修改walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1687505642000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":1102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitsend\"}', '192.168.1.190', 43, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:56:55'); -INSERT INTO `sys_log` VALUES (3681, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 7, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:56:55'); -INSERT INTO `sys_log` VALUES (3682, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 10, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 16:59:39'); -INSERT INTO `sys_log` VALUES (3683, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 50, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:00:17'); -INSERT INTO `sys_log` VALUES (3684, '修改walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1687510615000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitSend\"}', '192.168.1.190', 14, 'admin', '内网IP', 'Chrome 114', 'me.zhengjie.exception.BadRequestException: 订单状态异常\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.update(ViewWalletFlowServiceImpl.java:97)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$4afae7f9.update()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow(ViewWalletFlowController.java:75)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$11fa2c80.updateViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-06-23 17:00:32'); -INSERT INTO `sys_log` VALUES (3685, '修改walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1687510615000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitsend\"}', '192.168.1.190', 6, 'admin', '内网IP', 'Chrome 114', 'me.zhengjie.exception.BadRequestException: 订单状态异常\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.update(ViewWalletFlowServiceImpl.java:97)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$4afae7f9.update()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow(ViewWalletFlowController.java:75)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$11fa2c80.updateViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPut(FrameworkServlet.java:920)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:684)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-06-23 17:00:37'); -INSERT INTO `sys_log` VALUES (3686, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 10, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:23'); -INSERT INTO `sys_log` VALUES (3687, '修改walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.updateViewWalletFlow()', '{\"address\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"outFee\":290.88046,\"updateTime\":1687510615000,\"userId\":2041,\"toAddress\":\"TGVQVy8L48j4KPzYwo4ijRQBxQoBJr24TE\",\"amountUsdt\":1163.52184,\"amountPetk\":102.1272,\"createTime\":1686754858000,\"userAccountId\":2041,\"fromAddress\":\"\",\"sendStatus\":\"no\",\"id\":297,\"pricePetk\":1.0012,\"status\":\"waitsend\"}', '192.168.1.190', 32, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:29'); -INSERT INTO `sys_log` VALUES (3688, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 10, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:29'); -INSERT INTO `sys_log` VALUES (3689, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 18, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:52'); -INSERT INTO `sys_log` VALUES (3690, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 192, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:55'); -INSERT INTO `sys_log` VALUES (3691, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 22, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:01:58'); -INSERT INTO `sys_log` VALUES (3692, '查询订单查询', 'INFO', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '192.168.1.190', 17, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:02:01'); -INSERT INTO `sys_log` VALUES (3693, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 187, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:02:10'); -INSERT INTO `sys_log` VALUES (3694, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewAccountFlow:list\",\"pid\":118,\"updateTime\":1687507903000,\"title\":\"账户流水\",\"type\":1,\"subCount\":0,\"path\":\"accountflow\",\"component\":\"account/accountflow/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507903000,\"iFrame\":false,\"id\":121,\"componentName\":\"accountflow\",\"menuSort\":999}', '192.168.1.190', 133, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:02:40'); -INSERT INTO `sys_log` VALUES (3695, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"app\",\"permission\":\"viewBoxAccount:list\",\"pid\":118,\"updateTime\":1687509334000,\"title\":\"盲盒账户\",\"type\":1,\"subCount\":0,\"path\":\"boxaccount\",\"component\":\"account/boxaccount/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509334000,\"iFrame\":false,\"id\":123,\"componentName\":\"boxaccount\",\"menuSort\":999}', '192.168.1.190', 34, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:01'); -INSERT INTO `sys_log` VALUES (3696, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewBoxOrder:list\",\"pid\":122,\"updateTime\":1687510239000,\"title\":\"盲盒订单\",\"type\":1,\"subCount\":0,\"path\":\"order\",\"component\":\"order/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687510239000,\"iFrame\":false,\"id\":124,\"componentName\":\"order\",\"menuSort\":999}', '192.168.1.190', 32, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:16'); -INSERT INTO `sys_log` VALUES (3697, '查询订单查询', 'INFO', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '192.168.1.190', 5, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:24'); -INSERT INTO `sys_log` VALUES (3698, '查询acountinfo', 'INFO', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '192.168.1.190', 9, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:26'); -INSERT INTO `sys_log` VALUES (3699, '查询walletflow', 'INFO', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '192.168.1.190', 12, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:29'); -INSERT INTO `sys_log` VALUES (3700, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 191, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:31'); -INSERT INTO `sys_log` VALUES (3701, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 202, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:42'); -INSERT INTO `sys_log` VALUES (3702, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 192, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:47'); -INSERT INTO `sys_log` VALUES (3703, '查询账户流水查询', 'INFO', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '192.168.1.190', 328, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:03:51'); -INSERT INTO `sys_log` VALUES (3704, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 11, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:04:01'); -INSERT INTO `sys_log` VALUES (3705, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 7, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:05:12'); -INSERT INTO `sys_log` VALUES (3706, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 10, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:05:53'); -INSERT INTO `sys_log` VALUES (3707, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1687509030000,\"label\":\"未开始\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687509030000,\"dict\":{\"id\":11},\"id\":23,\"value\":\"no\"}', '192.168.1.190', 35, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:07:23'); -INSERT INTO `sys_log` VALUES (3708, '查询盲盒账户', 'INFO', 'me.zhengjie.modules.account.rest.ViewBoxAccountController.queryViewBoxAccount()', '', '192.168.1.190', 17, 'admin', '内网IP', 'Chrome 114', NULL, '2023-06-23 17:07:28'); -INSERT INTO `sys_log` VALUES (3709, '用户登录', 'ERROR', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 1218, 'admin', '内网IP', 'Edge 118', 'org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1689)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1597)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1383)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1366)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1093)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:421)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:210)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:190)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:54)\r\n at me.zhengjie.utils.RedisUtils.get(RedisUtils.java:208)\r\n at me.zhengjie.modules.security.rest.AuthorizationController.login(AuthorizationController.java:81)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$FastClassBySpringCGLIB$$f65d16c0.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$EnhancerBySpringCGLIB$$b14e371a.login()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:109)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1595)\r\n ... 125 more\r\nCaused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)\r\n at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)\r\n at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:330)\r\n at io.lettuce.core.RedisClient.connect(RedisClient.java:216)\r\n at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:115)\r\n at java.util.Optional.orElseGet(Optional.java:267)\r\n at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:115)\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.lambda$null$0(LettucePoolingConnectionProvider.java:97)\r\n at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:211)\r\n at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:201)\r\n at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:70)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:571)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:298)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:223)\r\n at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:122)\r\n at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:117)\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:103)\r\n ... 126 more\r\nCaused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.\r\n at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:147)\r\n at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:116)\r\n at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:120)\r\n at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:111)\r\n at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:746)\r\n at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:681)\r\n at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:598)\r\n at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\r\n at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\r\n at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)\r\n at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)\r\n at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)\r\n at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)\r\n at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)\r\n at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)\r\n at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)\r\n at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)\r\n at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)\r\n at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)\r\n at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)\r\n at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\r\n at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\r\n ... 1 more\r\n', '2023-10-29 16:48:13'); -INSERT INTO `sys_log` VALUES (3710, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 4810, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-29 16:57:09'); -INSERT INTO `sys_log` VALUES (3711, '查询acountinfo', 'ERROR', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '172.20.10.3', 163, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy185.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl.queryAll(ViewAccountInfoServiceImpl.java:55)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl$$FastClassBySpringCGLIB$$5a8a7c0a.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl$$EnhancerBySpringCGLIB$$de23ea46.queryAll()\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo(ViewAccountInfoController.java:59)\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController$$FastClassBySpringCGLIB$$d97547c2.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController$$EnhancerBySpringCGLIB$$81d10890.queryViewAccountInfo()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_account_info\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-29 16:58:07'); -INSERT INTO `sys_log` VALUES (3712, '查询walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '172.20.10.3', 50, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy188.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.queryAll(ViewWalletFlowServiceImpl.java:60)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$92e7f19b.queryAll()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow(ViewWalletFlowController.java:59)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$b39c4b99.queryViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_wallet_flow\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-29 16:58:18'); -INSERT INTO `sys_log` VALUES (3713, '查询订单查询', 'ERROR', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '172.20.10.3', 39, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy199.findAll(Unknown Source)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl.queryAll(ViewBoxOrderServiceImpl.java:55)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl$$FastClassBySpringCGLIB$$3fd8a5bb.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl$$EnhancerBySpringCGLIB$$c6397df9.queryAll()\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder(ViewBoxOrderController.java:59)\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController$$FastClassBySpringCGLIB$$718c581b.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController$$EnhancerBySpringCGLIB$$1a12b93b.queryViewBoxOrder()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_box_order\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-29 16:58:23'); -INSERT INTO `sys_log` VALUES (3714, '查询walletflow', 'ERROR', 'me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow()', '', '172.20.10.3', 22, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy188.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl.queryAll(ViewWalletFlowServiceImpl.java:60)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$FastClassBySpringCGLIB$$7d9a53b1.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.walletflow.service.impl.ViewWalletFlowServiceImpl$$EnhancerBySpringCGLIB$$92e7f19b.queryAll()\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController.queryViewWalletFlow(ViewWalletFlowController.java:59)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$FastClassBySpringCGLIB$$acb4ec25.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.walletflow.rest.ViewWalletFlowController$$EnhancerBySpringCGLIB$$b39c4b99.queryViewWalletFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_wallet_flow\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 167 more\r\n', '2023-10-29 16:59:41'); -INSERT INTO `sys_log` VALUES (3715, '查询acountinfo', 'ERROR', 'me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo()', '', '172.20.10.3', 17, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy185.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl.queryAll(ViewAccountInfoServiceImpl.java:55)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl$$FastClassBySpringCGLIB$$5a8a7c0a.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.service.impl.ViewAccountInfoServiceImpl$$EnhancerBySpringCGLIB$$de23ea46.queryAll()\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController.queryViewAccountInfo(ViewAccountInfoController.java:59)\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController$$FastClassBySpringCGLIB$$d97547c2.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.rest.ViewAccountInfoController$$EnhancerBySpringCGLIB$$81d10890.queryViewAccountInfo()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_account_info\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 167 more\r\n', '2023-10-29 16:59:42'); -INSERT INTO `sys_log` VALUES (3716, '用户登录', 'ERROR', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 6068, 'admin', '内网IP', 'Chrome 118', 'org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1689)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1597)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getNativeConnection(LettuceConnectionFactory.java:1383)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$SharedConnection.getConnection(LettuceConnectionFactory.java:1366)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getSharedConnection(LettuceConnectionFactory.java:1093)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.getConnection(LettuceConnectionFactory.java:421)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.fetchConnection(RedisConnectionUtils.java:193)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.doGetConnection(RedisConnectionUtils.java:144)\r\n at org.springframework.data.redis.core.RedisConnectionUtils.getConnection(RedisConnectionUtils.java:105)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:210)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:190)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:54)\r\n at me.zhengjie.utils.RedisUtils.get(RedisUtils.java:208)\r\n at me.zhengjie.modules.security.rest.AuthorizationController.login(AuthorizationController.java:81)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$FastClassBySpringCGLIB$$f65d16c0.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$EnhancerBySpringCGLIB$$77f90bbd.login()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:109)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1595)\r\n ... 125 more\r\nCaused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379\r\n at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)\r\n at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)\r\n at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:330)\r\n at io.lettuce.core.RedisClient.connect(RedisClient.java:216)\r\n at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.lambda$getConnection$1(StandaloneConnectionProvider.java:115)\r\n at java.util.Optional.orElseGet(Optional.java:267)\r\n at org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider.getConnection(StandaloneConnectionProvider.java:115)\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.lambda$null$0(LettucePoolingConnectionProvider.java:97)\r\n at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:211)\r\n at io.lettuce.core.support.ConnectionPoolSupport$RedisPooledObjectFactory.create(ConnectionPoolSupport.java:201)\r\n at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:70)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:571)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:298)\r\n at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:223)\r\n at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:122)\r\n at io.lettuce.core.support.ConnectionPoolSupport$1.borrowObject(ConnectionPoolSupport.java:117)\r\n at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.getConnection(LettucePoolingConnectionProvider.java:103)\r\n ... 126 more\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Connection initialization timed out. Command timed out after 5 second(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:71)\r\n at io.lettuce.core.protocol.RedisHandshakeHandler.lambda$channelRegistered$0(RedisHandshakeHandler.java:62)\r\n at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)\r\n at io.netty.util.concurrent.PromiseTask.run(PromiseTask.java:106)\r\n at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66)\r\n at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)\r\n at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\r\n at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\r\n ... 1 more\r\n', '2023-10-30 17:17:17'); -INSERT INTO `sys_log` VALUES (3717, '用户登录', 'ERROR', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 99, 'admin', '内网IP', 'Chrome 118', 'me.zhengjie.exception.BadRequestException: 验证码不存在或已过期\r\n at me.zhengjie.modules.security.rest.AuthorizationController.login(AuthorizationController.java:85)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$FastClassBySpringCGLIB$$f65d16c0.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$EnhancerBySpringCGLIB$$77f90bbd.login()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-10-30 17:17:37'); -INSERT INTO `sys_log` VALUES (3718, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 830, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:17:44'); -INSERT INTO `sys_log` VALUES (3719, '修改字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.updateDict()', '{\"description\":\"用户状态\",\"createTime\":1572179496000,\"name\":\"bot_status\",\"id\":1}', '172.20.10.3', 231, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:24:34'); -INSERT INTO `sys_log` VALUES (3720, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":1,\"label\":\"激活\",\"createTime\":1572179496000,\"dict\":{\"id\":1},\"id\":1,\"value\":\"yes\"}', '172.20.10.3', 34, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:24:51'); -INSERT INTO `sys_log` VALUES (3721, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":2,\"label\":\"禁用\",\"createTime\":1572179496000,\"dict\":{\"id\":1},\"id\":2,\"value\":\"no\"}', '172.20.10.3', 46, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:24:59'); -INSERT INTO `sys_log` VALUES (3722, '修改字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.updateDict()', '{\"description\":\"用户状态\",\"updateTime\":1698657874000,\"updateBy\":\"admin\",\"createTime\":1572179496000,\"name\":\"uesr_status\",\"id\":1}', '172.20.10.3', 10, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:25:55'); -INSERT INTO `sys_log` VALUES (3723, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":1,\"updateTime\":1698657891000,\"label\":\"激活\",\"updateBy\":\"admin\",\"createTime\":1572179496000,\"dict\":{\"id\":1},\"id\":1,\"value\":\"true\"}', '172.20.10.3', 12, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:26:08'); -INSERT INTO `sys_log` VALUES (3724, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":2,\"updateTime\":1698657899000,\"label\":\"禁用\",\"updateBy\":\"admin\",\"createTime\":1572179496000,\"dict\":{\"id\":1},\"id\":2,\"value\":\"false\"}', '172.20.10.3', 56, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:26:15'); -INSERT INTO `sys_log` VALUES (3725, '修改字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.updateDict()', '{\"description\":\"电报用户状态\",\"updateTime\":1687435421000,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435421000,\"name\":\"bot_status\",\"id\":6}', '172.20.10.3', 53, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:26:50'); -INSERT INTO `sys_log` VALUES (3726, '新增菜单', 'ERROR', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"people\",\"pid\":0,\"title\":\"用户管理\",\"type\":0,\"subCount\":0,\"path\":\"botUser\",\"iFrame\":false,\"menuSort\":999}', '172.20.10.3', 18, 'admin', '内网IP', 'Chrome 118', 'me.zhengjie.exception.EntityExistException: Menu with title 用户管理 existed\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl.create(MenuServiceImpl.java:116)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$FastClassBySpringCGLIB$$a0cfbc77.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$EnhancerBySpringCGLIB$$1137bb16.create()\r\n at me.zhengjie.modules.system.rest.MenuController.createMenu(MenuController.java:120)\r\n at me.zhengjie.modules.system.rest.MenuController$$FastClassBySpringCGLIB$$158b4bdf.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.system.rest.MenuController$$EnhancerBySpringCGLIB$$d3b671.createMenu()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-10-30 17:35:56'); -INSERT INTO `sys_log` VALUES (3727, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"people\",\"updateTime\":1698658571350,\"title\":\"bot用户管理\",\"type\":0,\"subCount\":0,\"path\":\"botUser\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698658571350,\"iFrame\":false,\"id\":125,\"menuSort\":999}', '172.20.10.3', 94, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:36:11'); -INSERT INTO `sys_log` VALUES (3728, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":123,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '172.20.10.3', 199, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:36:33'); -INSERT INTO `sys_log` VALUES (3729, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"people\",\"updateTime\":1698658571000,\"title\":\"bot用户管理\",\"type\":0,\"subCount\":0,\"path\":\"botUser\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698658571000,\"iFrame\":false,\"id\":125,\"menuSort\":2}', '172.20.10.3', 80, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:37:04'); -INSERT INTO `sys_log` VALUES (3730, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"botUser:list\",\"pid\":125,\"updateTime\":1698658799653,\"title\":\"bot用户列表\",\"type\":1,\"subCount\":0,\"path\":\"botuser\",\"component\":\"/botuser/botuser.index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698658799653,\"iFrame\":false,\"id\":126,\"componentName\":\"botuser\",\"menuSort\":999}', '172.20.10.3', 79, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:40:00'); -INSERT INTO `sys_log` VALUES (3731, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":123,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '172.20.10.3', 116, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:40:15'); -INSERT INTO `sys_log` VALUES (3732, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"botUser:list\",\"pid\":125,\"updateTime\":1698658800000,\"title\":\"bot用户列表\",\"type\":1,\"subCount\":0,\"path\":\"botuser\",\"component\":\"botUser/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698658800000,\"iFrame\":false,\"id\":126,\"componentName\":\"botuser\",\"menuSort\":999}', '172.20.10.3', 111, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:42:25'); -INSERT INTO `sys_log` VALUES (3733, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '172.20.10.3', 2929, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 17:48:11'); -INSERT INTO `sys_log` VALUES (3734, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"botUser:list\",\"pid\":125,\"updateTime\":1698658944000,\"title\":\"bot用户列表\",\"type\":1,\"subCount\":0,\"path\":\"botUser\",\"component\":\"botUser/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698658800000,\"iFrame\":false,\"id\":126,\"componentName\":\"botUser\",\"menuSort\":999}', '172.20.10.3', 372, 'admin', '内网IP', 'Chrome 118', NULL, '2023-10-30 17:49:11'); -INSERT INTO `sys_log` VALUES (3735, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '172.20.10.3', 217, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 17:54:16'); -INSERT INTO `sys_log` VALUES (3736, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"international\",\"updateTime\":1698659917904,\"title\":\"群管理\",\"type\":0,\"subCount\":0,\"path\":\"group\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698659917904,\"iFrame\":false,\"id\":127,\"menuSort\":3}', '172.20.10.3', 28, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 17:58:38'); -INSERT INTO `sys_log` VALUES (3737, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":119,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":123,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":127,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '172.20.10.3', 177, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 17:58:49'); -INSERT INTO `sys_log` VALUES (3738, '删除菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.deleteMenu()', '[127]', '172.20.10.3', 145, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:00:27'); -INSERT INTO `sys_log` VALUES (3739, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"database\",\"updateTime\":1687435208000,\"title\":\"资产管理\",\"type\":0,\"subCount\":4,\"path\":\"acccount\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687435208000,\"iFrame\":false,\"id\":118,\"menuSort\":3}', '172.20.10.3', 105, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:00:52'); -INSERT INTO `sys_log` VALUES (3740, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"shopping\",\"updateTime\":1687508571000,\"title\":\"订单管理\",\"type\":0,\"subCount\":1,\"path\":\"order\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687508571000,\"iFrame\":false,\"id\":122,\"menuSort\":4}', '172.20.10.3', 101, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:01:04'); -INSERT INTO `sys_log` VALUES (3741, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewAccountFlow:list\",\"pid\":118,\"updateTime\":1687510959000,\"title\":\"账户流水\",\"type\":1,\"subCount\":0,\"path\":\"accountflow\",\"component\":\"account/accountflow/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687507903000,\"iFrame\":false,\"id\":121,\"componentName\":\"accountflow\",\"menuSort\":999}', '172.20.10.3', 78, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:02:06'); -INSERT INTO `sys_log` VALUES (3742, '查询账户流水查询', 'ERROR', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '172.20.10.3', 152, 'admin', '内网IP', 'Edge 118', 'org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:259)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy175.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl.queryAll(ViewAccountFlowServiceImpl.java:55)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl$$FastClassBySpringCGLIB$$81749c77.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl$$EnhancerBySpringCGLIB$$f8079364.queryAll()\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow(ViewAccountFlowController.java:59)\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController$$FastClassBySpringCGLIB$$660508b5.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController$$EnhancerBySpringCGLIB$$ba70ad0d.queryViewAccountFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.SQLGrammarException: could not extract ResultSet\r\n at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:63)\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:37)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLSyntaxErrorException: Table \'bot-auto-send.view_account_flow\' doesn\'t exist\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-30 18:04:47'); -INSERT INTO `sys_log` VALUES (3743, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"流水类型\",\"dictDetails\":[],\"updateTime\":1698660385239,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698660385239,\"name\":\"biz_code\",\"id\":13}', '172.20.10.3', 77, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:06:25'); -INSERT INTO `sys_log` VALUES (3744, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698660421378,\"label\":\"中奖\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698660421378,\"dict\":{\"id\":13},\"id\":30,\"value\":\"biz_get_win\"}', '172.20.10.3', 80, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:07:01'); -INSERT INTO `sys_log` VALUES (3745, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698660439496,\"label\":\"发包\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698660439496,\"dict\":{\"id\":13},\"id\":31,\"value\":\"biz_send_shu\"}', '172.20.10.3', 50, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:07:20'); -INSERT INTO `sys_log` VALUES (3746, '查询账户流水查询', 'ERROR', 'me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow()', '', '172.20.10.3', 21, 'admin', '内网IP', 'Edge 118', 'org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:259)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy175.findAll(Unknown Source)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl.queryAll(ViewAccountFlowServiceImpl.java:55)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl$$FastClassBySpringCGLIB$$81749c77.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.account.accountflow.service.impl.ViewAccountFlowServiceImpl$$EnhancerBySpringCGLIB$$f8079364.queryAll()\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController.queryViewAccountFlow(ViewAccountFlowController.java:59)\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController$$FastClassBySpringCGLIB$$660508b5.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.account.accountflow.rest.ViewAccountFlowController$$EnhancerBySpringCGLIB$$ba70ad0d.queryViewAccountFlow()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.SQLGrammarException: could not extract ResultSet\r\n at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:63)\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:37)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLSyntaxErrorException: Table \'bot-auto-send.view_account_flow\' doesn\'t exist\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-30 18:10:57'); -INSERT INTO `sys_log` VALUES (3747, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '172.20.10.3', 15, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:11:09'); -INSERT INTO `sys_log` VALUES (3748, '查询accountFlow', 'INFO', 'me.zhengjie.modules.account.rest.BotUserFlowController.queryBotUserFlow()', '', '172.20.10.3', 110, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:15:57'); -INSERT INTO `sys_log` VALUES (3749, '删除菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.deleteMenu()', '[119]', '172.20.10.3', 543, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:16:57'); -INSERT INTO `sys_log` VALUES (3750, '删除菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.deleteMenu()', '[123]', '172.20.10.3', 149, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:17:07'); -INSERT INTO `sys_log` VALUES (3751, '查询订单查询', 'ERROR', 'me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder()', '', '172.20.10.3', 175, 'admin', '内网IP', 'Edge 118', 'org.springframework.orm.jpa.JpaSystemException: could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:331)\r\n at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:233)\r\n at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:551)\r\n at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)\r\n at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:152)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:174)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)\r\n at com.sun.proxy.$Proxy195.findAll(Unknown Source)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl.queryAll(ViewBoxOrderServiceImpl.java:55)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl$$FastClassBySpringCGLIB$$3fd8a5bb.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)\r\n at me.zhengjie.modules.oder.service.impl.ViewBoxOrderServiceImpl$$EnhancerBySpringCGLIB$$4ee2dea.queryAll()\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController.queryViewBoxOrder(ViewBoxOrderController.java:59)\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController$$FastClassBySpringCGLIB$$718c581b.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.oder.rest.ViewBoxOrderController$$EnhancerBySpringCGLIB$$29cda2c2.queryViewBoxOrder()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\nCaused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet\r\n at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)\r\n at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)\r\n at org.hibernate.loader.Loader.getResultSet(Loader.java:2322)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2075)\r\n at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2037)\r\n at org.hibernate.loader.Loader.doQuery(Loader.java:956)\r\n at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:357)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2868)\r\n at org.hibernate.loader.Loader.doList(Loader.java:2850)\r\n at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2682)\r\n at org.hibernate.loader.Loader.list(Loader.java:2677)\r\n at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:540)\r\n at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)\r\n at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)\r\n at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1454)\r\n at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1649)\r\n at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1617)\r\n at org.hibernate.query.Query.getResultList(Query.java:165)\r\n at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:732)\r\n at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:497)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:137)\r\n at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:121)\r\n at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:529)\r\n at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:285)\r\n at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:639)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:163)\r\n at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:138)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)\r\n ... 128 more\r\nCaused by: java.sql.SQLException: View \'bot-auto-send.view_box_order\' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1009)\r\n at net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.executeQuery(PreparedStatementSpy.java:780)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3240)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeQuery(FilterEventAdapter.java:465)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeQuery(FilterChainImpl.java:3237)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeQuery(PreparedStatementProxyImpl.java:181)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:227)\r\n at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)\r\n ... 168 more\r\n', '2023-10-30 18:17:26'); -INSERT INTO `sys_log` VALUES (3752, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"list\",\"permission\":\"viewBoxOrder:list\",\"pid\":122,\"updateTime\":1687510996000,\"title\":\"红包订单\",\"type\":1,\"subCount\":0,\"path\":\"order\",\"component\":\"order/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1687510239000,\"iFrame\":false,\"id\":124,\"componentName\":\"order\",\"menuSort\":999}', '172.20.10.3', 237, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:17:56'); -INSERT INTO `sys_log` VALUES (3753, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '172.20.10.3', 38, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:21:27'); -INSERT INTO `sys_log` VALUES (3754, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"订单状态\",\"dictDetails\":[],\"updateTime\":1698661512223,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661512223,\"name\":\"order_status\",\"id\":14}', '172.20.10.3', 54, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:25:12'); -INSERT INTO `sys_log` VALUES (3755, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661597096,\"label\":\"OrderStatus_shu\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661597096,\"dict\":{\"id\":14},\"id\":32,\"value\":\"输\"}', '172.20.10.3', 34, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:26:37'); -INSERT INTO `sys_log` VALUES (3756, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661619756,\"label\":\"OrderStatus_win\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661619756,\"dict\":{\"id\":14},\"id\":33,\"value\":\"赢\"}', '172.20.10.3', 52, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:27:00'); -INSERT INTO `sys_log` VALUES (3757, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661647421,\"label\":\"OrderStatus_wait\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661647421,\"dict\":{\"id\":14},\"id\":34,\"value\":\"等待开奖\"}', '172.20.10.3', 49, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:27:27'); -INSERT INTO `sys_log` VALUES (3758, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661687500,\"label\":\"OrderStatus_return\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661687500,\"dict\":{\"id\":14},\"id\":35,\"value\":\"退回\"}', '172.20.10.3', 53, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:28:08'); -INSERT INTO `sys_log` VALUES (3759, '新增字典', 'INFO', 'me.zhengjie.modules.system.rest.DictController.createDict()', '{\"description\":\"订单类型\",\"dictDetails\":[],\"updateTime\":1698661709815,\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661709815,\"name\":\"order_type\",\"id\":15}', '172.20.10.3', 48, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:28:30'); -INSERT INTO `sys_log` VALUES (3760, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661736357,\"label\":\"福利\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661736357,\"dict\":{\"id\":15},\"id\":36,\"value\":\"type_fuli\"}', '172.20.10.3', 51, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:28:56'); -INSERT INTO `sys_log` VALUES (3761, '新增字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.createDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661760393,\"label\":\"普通\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661760393,\"dict\":{\"id\":15},\"id\":37,\"value\":\"type_putong\"}', '172.20.10.3', 50, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:29:20'); -INSERT INTO `sys_log` VALUES (3762, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661688000,\"label\":\"退回\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661688000,\"dict\":{\"id\":14},\"id\":35,\"value\":\"OrderStatus_return\"}', '172.20.10.3', 56, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:29:41'); -INSERT INTO `sys_log` VALUES (3763, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661647000,\"label\":\"等待开奖\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661647000,\"dict\":{\"id\":14},\"id\":34,\"value\":\"OrderStatus_wait\"}', '172.20.10.3', 61, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:30:00'); -INSERT INTO `sys_log` VALUES (3764, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661620000,\"label\":\"赢\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661620000,\"dict\":{\"id\":14},\"id\":33,\"value\":\"OrderStatus_win\"}', '172.20.10.3', 44, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:30:16'); -INSERT INTO `sys_log` VALUES (3765, '修改字典详情', 'INFO', 'me.zhengjie.modules.system.rest.DictDetailController.updateDictDetail()', '{\"dictSort\":999,\"updateTime\":1698661597000,\"label\":\"输\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698661597000,\"dict\":{\"id\":14},\"id\":32,\"value\":\"OrderStatus_shu\"}', '172.20.10.3', 56, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:30:33'); -INSERT INTO `sys_log` VALUES (3766, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '172.20.10.3', 49, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:35:36'); -INSERT INTO `sys_log` VALUES (3767, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '172.20.10.3', 32, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:35:55'); -INSERT INTO `sys_log` VALUES (3768, '查询accountFlow', 'INFO', 'me.zhengjie.modules.account.rest.BotUserFlowController.queryBotUserFlow()', '', '172.20.10.3', 17, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:36:07'); -INSERT INTO `sys_log` VALUES (3769, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '172.20.10.3', 14, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-30 18:36:12'); -INSERT INTO `sys_log` VALUES (3770, '用户登录', 'ERROR', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.2.14', 254, 'admin', '内网IP', 'Edge 118', 'me.zhengjie.exception.BadRequestException: 验证码错误\r\n at me.zhengjie.modules.security.rest.AuthorizationController.login(AuthorizationController.java:88)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$FastClassBySpringCGLIB$$f65d16c0.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.security.rest.AuthorizationController$$EnhancerBySpringCGLIB$$681930ca.login()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-10-31 09:12:37'); -INSERT INTO `sys_log` VALUES (3771, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.2.14', 320, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:12:42'); -INSERT INTO `sys_log` VALUES (3772, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '192.168.2.14', 34, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:12:49'); -INSERT INTO `sys_log` VALUES (3773, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 13, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:12:52'); -INSERT INTO `sys_log` VALUES (3774, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:14:39'); -INSERT INTO `sys_log` VALUES (3775, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:16:20'); -INSERT INTO `sys_log` VALUES (3776, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 5, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:16:36'); -INSERT INTO `sys_log` VALUES (3777, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 6, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:16:54'); -INSERT INTO `sys_log` VALUES (3778, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 4, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:19:52'); -INSERT INTO `sys_log` VALUES (3779, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 2, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:20:27'); -INSERT INTO `sys_log` VALUES (3780, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:21:23'); -INSERT INTO `sys_log` VALUES (3781, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 2, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:21:27'); -INSERT INTO `sys_log` VALUES (3782, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 4, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:24:20'); -INSERT INTO `sys_log` VALUES (3783, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:24:21'); -INSERT INTO `sys_log` VALUES (3784, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:25:03'); -INSERT INTO `sys_log` VALUES (3785, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:25:05'); -INSERT INTO `sys_log` VALUES (3786, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 3, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:36:53'); -INSERT INTO `sys_log` VALUES (3787, '新增菜单', 'ERROR', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"education\",\"permission\":\"botSendOrderDetails:list\",\"pid\":122,\"title\":\"红包详情\",\"type\":1,\"subCount\":0,\"path\":\"order\",\"component\":\"order/index\",\"iFrame\":false,\"componentName\":\"order\",\"menuSort\":999}', '192.168.2.14', 19, 'admin', '内网IP', 'Edge 118', 'me.zhengjie.exception.EntityExistException: Menu with componentName order existed\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl.create(MenuServiceImpl.java:120)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$FastClassBySpringCGLIB$$a0cfbc77.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.system.service.impl.MenuServiceImpl$$EnhancerBySpringCGLIB$$ff1acf3a.create()\r\n at me.zhengjie.modules.system.rest.MenuController.createMenu(MenuController.java:120)\r\n at me.zhengjie.modules.system.rest.MenuController$$FastClassBySpringCGLIB$$158b4bdf.invoke()\r\n at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at me.zhengjie.aspect.LogAspect.logAround(LogAspect.java:68)\r\n at sun.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:61)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)\r\n at me.zhengjie.modules.system.rest.MenuController$$EnhancerBySpringCGLIB$$38f3e44f.createMenu()\r\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.lang.reflect.Method.invoke(Method.java:498)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:681)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\r\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:111)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at com.alibaba.druid.support.http.WebStatFilter.doFilter(WebStatFilter.java:124)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:327)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:115)\r\n at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:122)\r\n at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:116)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:126)\r\n at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:81)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:109)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:149)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at me.zhengjie.modules.security.security.TokenFilter.doFilter(TokenFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103)\r\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)\r\n at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)\r\n at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336)\r\n at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211)\r\n at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)\r\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)\r\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)\r\n at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)\r\n at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)\r\n at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)\r\n at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)\r\n at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)\r\n at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)\r\n at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)\r\n at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)\r\n at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)\r\n at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)\r\n at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)\r\n at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)\r\n at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)\r\n at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)\r\n at java.lang.Thread.run(Thread.java:750)\r\n', '2023-10-31 09:38:21'); -INSERT INTO `sys_log` VALUES (3788, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"education\",\"permission\":\"botSendOrderDetails:list\",\"pid\":122,\"updateTime\":1698716314102,\"title\":\"红包详情\",\"type\":1,\"subCount\":0,\"path\":\"orderDetail\",\"component\":\"order/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698716314102,\"iFrame\":false,\"id\":128,\"componentName\":\"orderDetail\",\"menuSort\":999}', '192.168.2.14', 59, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:38:34'); -INSERT INTO `sys_log` VALUES (3789, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.2.14', 55, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:38:43'); -INSERT INTO `sys_log` VALUES (3790, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.2.14', 28, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:38:46'); -INSERT INTO `sys_log` VALUES (3791, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 2, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:38:52'); -INSERT INTO `sys_log` VALUES (3792, '修改菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.updateMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"education\",\"permission\":\"botSendOrderDetails:list\",\"pid\":122,\"updateTime\":1698716314000,\"title\":\"红包详情\",\"type\":1,\"subCount\":0,\"path\":\"orderDetail\",\"component\":\"order/detail/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698716314000,\"iFrame\":false,\"id\":128,\"componentName\":\"orderDetail\",\"menuSort\":999}', '192.168.2.14', 30, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:39:19'); -INSERT INTO `sys_log` VALUES (3793, '查询sendDetail', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderDetailsController.queryBotSendOrderDetails()', '', '192.168.2.14', 59, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:41:42'); -INSERT INTO `sys_log` VALUES (3794, '查询sendDetail', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderDetailsController.queryBotSendOrderDetails()', '', '192.168.2.14', 7, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:42:42'); -INSERT INTO `sys_log` VALUES (3795, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 11, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:42:45'); -INSERT INTO `sys_log` VALUES (3796, '查询accountFlow', 'INFO', 'me.zhengjie.modules.account.rest.BotUserFlowController.queryBotUserFlow()', '', '192.168.2.14', 17, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 09:42:50'); -INSERT INTO `sys_log` VALUES (3797, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.2.14', 5180, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 17:05:51'); -INSERT INTO `sys_log` VALUES (3798, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '192.168.2.14', 110, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 17:06:03'); -INSERT INTO `sys_log` VALUES (3799, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"people\",\"updateTime\":1698746713807,\"title\":\"机器人管理\",\"type\":0,\"subCount\":0,\"path\":\"bot\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698746713807,\"iFrame\":false,\"id\":129,\"menuSort\":5}', '192.168.2.14', 323, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:05:18'); -INSERT INTO `sys_log` VALUES (3800, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"source\",\"permission\":\"botConfig:list\",\"pid\":129,\"updateTime\":1698746945521,\"title\":\"机器人展示\",\"type\":1,\"subCount\":0,\"path\":\"botConfig\",\"component\":\"bot/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698746945521,\"iFrame\":false,\"id\":130,\"componentName\":\"botConfig\",\"menuSort\":999}', '192.168.2.14', 93, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:09:06'); -INSERT INTO `sys_log` VALUES (3801, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":129,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.2.14', 257, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:09:18'); -INSERT INTO `sys_log` VALUES (3802, '用户登录', 'INFO', 'me.zhengjie.modules.security.rest.AuthorizationController.login()', '{\"username\":\"admin\"}', '192.168.2.14', 4386, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:11:36'); -INSERT INTO `sys_log` VALUES (3803, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 103, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:11:41'); -INSERT INTO `sys_log` VALUES (3804, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 14, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:12:07'); -INSERT INTO `sys_log` VALUES (3805, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 13, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:13:25'); -INSERT INTO `sys_log` VALUES (3806, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 13, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:13:46'); -INSERT INTO `sys_log` VALUES (3807, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 11, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:14:11'); -INSERT INTO `sys_log` VALUES (3808, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 12, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:14:42'); -INSERT INTO `sys_log` VALUES (3809, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 13, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:18:33'); -INSERT INTO `sys_log` VALUES (3810, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 13, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:18:43'); -INSERT INTO `sys_log` VALUES (3811, '新增菜单', 'INFO', 'me.zhengjie.modules.system.rest.MenuController.createMenu()', '{\"cache\":false,\"hidden\":false,\"roles\":[],\"icon\":\"monitor\",\"permission\":\"botButtonConfig:list\",\"pid\":129,\"updateTime\":1698747896524,\"title\":\"按钮设置\",\"type\":1,\"subCount\":0,\"path\":\"botButton\",\"component\":\"bot/botButton/index\",\"createBy\":\"admin\",\"updateBy\":\"admin\",\"createTime\":1698747896524,\"iFrame\":false,\"id\":131,\"componentName\":\"botButton\",\"menuSort\":999}', '192.168.2.14', 138, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:24:57'); -INSERT INTO `sys_log` VALUES (3812, '修改角色菜单', 'INFO', 'me.zhengjie.modules.system.rest.RoleController.updateRoleMenu()', '{\"level\":3,\"dataScope\":\"本级\",\"id\":1,\"menus\":[{\"subCount\":0,\"id\":97,\"menuSort\":999},{\"subCount\":0,\"id\":98,\"menuSort\":999},{\"subCount\":0,\"id\":102,\"menuSort\":999},{\"subCount\":0,\"id\":103,\"menuSort\":999},{\"subCount\":0,\"id\":104,\"menuSort\":999},{\"subCount\":0,\"id\":105,\"menuSort\":999},{\"subCount\":0,\"id\":106,\"menuSort\":999},{\"subCount\":0,\"id\":107,\"menuSort\":999},{\"subCount\":0,\"id\":108,\"menuSort\":999},{\"subCount\":0,\"id\":109,\"menuSort\":999},{\"subCount\":0,\"id\":110,\"menuSort\":999},{\"subCount\":0,\"id\":111,\"menuSort\":999},{\"subCount\":0,\"id\":112,\"menuSort\":999},{\"subCount\":0,\"id\":113,\"menuSort\":999},{\"subCount\":0,\"id\":114,\"menuSort\":999},{\"subCount\":0,\"id\":116,\"menuSort\":999},{\"subCount\":0,\"id\":118,\"menuSort\":999},{\"subCount\":0,\"id\":120,\"menuSort\":999},{\"subCount\":0,\"id\":121,\"menuSort\":999},{\"subCount\":0,\"id\":122,\"menuSort\":999},{\"subCount\":0,\"id\":124,\"menuSort\":999},{\"subCount\":0,\"id\":125,\"menuSort\":999},{\"subCount\":0,\"id\":126,\"menuSort\":999},{\"subCount\":0,\"id\":128,\"menuSort\":999},{\"subCount\":0,\"id\":1,\"menuSort\":999},{\"subCount\":0,\"id\":129,\"menuSort\":999},{\"subCount\":0,\"id\":2,\"menuSort\":999},{\"subCount\":0,\"id\":130,\"menuSort\":999},{\"subCount\":0,\"id\":3,\"menuSort\":999},{\"subCount\":0,\"id\":131,\"menuSort\":999},{\"subCount\":0,\"id\":5,\"menuSort\":999},{\"subCount\":0,\"id\":6,\"menuSort\":999},{\"subCount\":0,\"id\":7,\"menuSort\":999},{\"subCount\":0,\"id\":9,\"menuSort\":999},{\"subCount\":0,\"id\":10,\"menuSort\":999},{\"subCount\":0,\"id\":11,\"menuSort\":999},{\"subCount\":0,\"id\":14,\"menuSort\":999},{\"subCount\":0,\"id\":15,\"menuSort\":999},{\"subCount\":0,\"id\":18,\"menuSort\":999},{\"subCount\":0,\"id\":19,\"menuSort\":999},{\"subCount\":0,\"id\":21,\"menuSort\":999},{\"subCount\":0,\"id\":22,\"menuSort\":999},{\"subCount\":0,\"id\":23,\"menuSort\":999},{\"subCount\":0,\"id\":24,\"menuSort\":999},{\"subCount\":0,\"id\":27,\"menuSort\":999},{\"subCount\":0,\"id\":28,\"menuSort\":999},{\"subCount\":0,\"id\":30,\"menuSort\":999},{\"subCount\":0,\"id\":32,\"menuSort\":999},{\"subCount\":0,\"id\":33,\"menuSort\":999},{\"subCount\":0,\"id\":34,\"menuSort\":999},{\"subCount\":0,\"id\":35,\"menuSort\":999},{\"subCount\":0,\"id\":36,\"menuSort\":999},{\"subCount\":0,\"id\":37,\"menuSort\":999},{\"subCount\":0,\"id\":38,\"menuSort\":999},{\"subCount\":0,\"id\":39,\"menuSort\":999},{\"subCount\":0,\"id\":41,\"menuSort\":999},{\"subCount\":0,\"id\":44,\"menuSort\":999},{\"subCount\":0,\"id\":45,\"menuSort\":999},{\"subCount\":0,\"id\":46,\"menuSort\":999},{\"subCount\":0,\"id\":48,\"menuSort\":999},{\"subCount\":0,\"id\":49,\"menuSort\":999},{\"subCount\":0,\"id\":50,\"menuSort\":999},{\"subCount\":0,\"id\":52,\"menuSort\":999},{\"subCount\":0,\"id\":53,\"menuSort\":999},{\"subCount\":0,\"id\":54,\"menuSort\":999},{\"subCount\":0,\"id\":56,\"menuSort\":999},{\"subCount\":0,\"id\":57,\"menuSort\":999},{\"subCount\":0,\"id\":58,\"menuSort\":999},{\"subCount\":0,\"id\":60,\"menuSort\":999},{\"subCount\":0,\"id\":61,\"menuSort\":999},{\"subCount\":0,\"id\":62,\"menuSort\":999},{\"subCount\":0,\"id\":64,\"menuSort\":999},{\"subCount\":0,\"id\":65,\"menuSort\":999},{\"subCount\":0,\"id\":66,\"menuSort\":999},{\"subCount\":0,\"id\":73,\"menuSort\":999},{\"subCount\":0,\"id\":74,\"menuSort\":999},{\"subCount\":0,\"id\":75,\"menuSort\":999},{\"subCount\":0,\"id\":77,\"menuSort\":999},{\"subCount\":0,\"id\":78,\"menuSort\":999},{\"subCount\":0,\"id\":79,\"menuSort\":999},{\"subCount\":0,\"id\":80,\"menuSort\":999},{\"subCount\":0,\"id\":82,\"menuSort\":999},{\"subCount\":0,\"id\":83,\"menuSort\":999},{\"subCount\":0,\"id\":90,\"menuSort\":999},{\"subCount\":0,\"id\":92,\"menuSort\":999},{\"subCount\":0,\"id\":93,\"menuSort\":999},{\"subCount\":0,\"id\":94,\"menuSort\":999}]}', '192.168.2.14', 879, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:26:58'); -INSERT INTO `sys_log` VALUES (3813, '查询buttonConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotButtonConfigController.queryBotButtonConfig()', '', '192.168.2.14', 45, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:27:10'); -INSERT INTO `sys_log` VALUES (3814, '查询BotUserController', 'INFO', 'me.zhengjie.modules.user.rest.BotUserController.queryBotUser()', '', '192.168.2.14', 43, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:28:21'); -INSERT INTO `sys_log` VALUES (3815, '查询accountFlow', 'INFO', 'me.zhengjie.modules.account.rest.BotUserFlowController.queryBotUserFlow()', '', '192.168.2.14', 42, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:28:51'); -INSERT INTO `sys_log` VALUES (3816, '查询OrderController', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderController.queryBotSendOrder()', '', '192.168.2.14', 87, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:29:02'); -INSERT INTO `sys_log` VALUES (3817, '查询sendDetail', 'INFO', 'me.zhengjie.modules.oder.rest.BotSendOrderDetailsController.queryBotSendOrderDetails()', '', '192.168.2.14', 79, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:29:10'); -INSERT INTO `sys_log` VALUES (3818, '查询botConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotConfigController.queryBotConfig()', '', '192.168.2.14', 45, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:29:19'); -INSERT INTO `sys_log` VALUES (3819, '查询buttonConfig', 'INFO', 'me.zhengjie.modules.bot.rest.BotButtonConfigController.queryBotButtonConfig()', '', '192.168.2.14', 11, 'admin', '内网IP', 'Edge 118', NULL, '2023-10-31 18:29:27'); - --- ---------------------------- --- Table structure for sys_menu --- ---------------------------- -DROP TABLE IF EXISTS `sys_menu`; -CREATE TABLE `sys_menu` ( - `menu_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `pid` bigint NULL DEFAULT NULL COMMENT '上级菜单ID', - `sub_count` int NULL DEFAULT 0 COMMENT '子菜单数目', - `type` int NULL DEFAULT NULL COMMENT '菜单类型', - `title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '菜单标题', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '组件名称', - `component` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '组件', - `menu_sort` int NULL DEFAULT NULL COMMENT '排序', - `icon` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '图标', - `path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '链接地址', - `i_frame` bit(1) NULL DEFAULT NULL COMMENT '是否外链', - `cache` bit(1) NULL DEFAULT b'0' COMMENT '缓存', - `hidden` bit(1) NULL DEFAULT b'0' COMMENT '隐藏', - `permission` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '权限', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`menu_id`) USING BTREE, - UNIQUE INDEX `uniq_title`(`title`) USING BTREE, - UNIQUE INDEX `uniq_name`(`name`) USING BTREE, - INDEX `inx_pid`(`pid`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 132 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '系统菜单' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_menu --- ---------------------------- -INSERT INTO `sys_menu` VALUES (1, NULL, 7, 0, '系统管理', NULL, NULL, 1, 'system', 'system', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-18 15:11:29', NULL); -INSERT INTO `sys_menu` VALUES (2, 1, 3, 1, '用户管理', 'User', 'system/user/index', 2, 'peoples', 'user', b'0', b'0', b'0', 'user:list', NULL, NULL, '2018-12-18 15:14:44', NULL); -INSERT INTO `sys_menu` VALUES (3, 1, 3, 1, '角色管理', 'Role', 'system/role/index', 3, 'role', 'role', b'0', b'0', b'0', 'roles:list', NULL, NULL, '2018-12-18 15:16:07', NULL); -INSERT INTO `sys_menu` VALUES (5, 1, 3, 1, '菜单管理', 'Menu', 'system/menu/index', 5, 'menu', 'menu', b'0', b'0', b'0', 'menu:list', NULL, NULL, '2018-12-18 15:17:28', NULL); -INSERT INTO `sys_menu` VALUES (6, NULL, 5, 0, '系统监控', NULL, NULL, 10, 'monitor', 'monitor', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-18 15:17:48', NULL); -INSERT INTO `sys_menu` VALUES (7, 6, 0, 1, '操作日志', 'Log', 'monitor/log/index', 11, 'log', 'logs', b'0', b'1', b'0', NULL, NULL, 'admin', '2018-12-18 15:18:26', '2020-06-06 13:11:57'); -INSERT INTO `sys_menu` VALUES (9, 6, 0, 1, 'SQL监控', 'Sql', 'monitor/sql/index', 18, 'sqlMonitor', 'druid', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-18 15:19:34', NULL); -INSERT INTO `sys_menu` VALUES (10, NULL, 5, 0, '组件管理', NULL, NULL, 50, 'zujian', 'components', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-19 13:38:16', NULL); -INSERT INTO `sys_menu` VALUES (11, 10, 0, 1, '图标库', 'Icons', 'components/icons/index', 51, 'icon', 'icon', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-19 13:38:49', NULL); -INSERT INTO `sys_menu` VALUES (14, 36, 0, 1, '邮件工具', 'Email', 'tools/email/index', 35, 'email', 'email', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-27 10:13:09', NULL); -INSERT INTO `sys_menu` VALUES (15, 10, 0, 1, '富文本', 'Editor', 'components/Editor', 52, 'fwb', 'tinymce', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-27 11:58:25', NULL); -INSERT INTO `sys_menu` VALUES (18, 36, 3, 1, '存储管理', 'Storage', 'tools/storage/index', 34, 'qiniu', 'storage', b'0', b'0', b'0', 'storage:list', NULL, NULL, '2018-12-31 11:12:15', NULL); -INSERT INTO `sys_menu` VALUES (19, 36, 0, 1, '支付宝工具', 'AliPay', 'tools/aliPay/index', 37, 'alipay', 'aliPay', b'0', b'0', b'0', NULL, NULL, NULL, '2018-12-31 14:52:38', NULL); -INSERT INTO `sys_menu` VALUES (21, NULL, 2, 0, '多级菜单', NULL, '', 900, 'menu', 'nested', b'0', b'0', b'0', NULL, NULL, 'admin', '2019-01-04 16:22:03', '2020-06-21 17:27:35'); -INSERT INTO `sys_menu` VALUES (22, 21, 2, 0, '二级菜单1', NULL, '', 999, 'menu', 'menu1', b'0', b'0', b'0', NULL, NULL, 'admin', '2019-01-04 16:23:29', '2020-06-21 17:27:20'); -INSERT INTO `sys_menu` VALUES (23, 21, 0, 1, '二级菜单2', NULL, 'nested/menu2/index', 999, 'menu', 'menu2', b'0', b'0', b'0', NULL, NULL, NULL, '2019-01-04 16:23:57', NULL); -INSERT INTO `sys_menu` VALUES (24, 22, 0, 1, '三级菜单1', 'Test', 'nested/menu1/menu1-1', 999, 'menu', 'menu1-1', b'0', b'0', b'0', NULL, NULL, NULL, '2019-01-04 16:24:48', NULL); -INSERT INTO `sys_menu` VALUES (27, 22, 0, 1, '三级菜单2', NULL, 'nested/menu1/menu1-2', 999, 'menu', 'menu1-2', b'0', b'0', b'0', NULL, NULL, NULL, '2019-01-07 17:27:32', NULL); -INSERT INTO `sys_menu` VALUES (28, 1, 3, 1, '任务调度', 'Timing', 'system/timing/index', 999, 'timing', 'timing', b'0', b'0', b'0', 'timing:list', NULL, NULL, '2019-01-07 20:34:40', NULL); -INSERT INTO `sys_menu` VALUES (30, 36, 0, 1, '代码生成', 'GeneratorIndex', 'generator/index', 32, 'dev', 'generator', b'0', b'1', b'0', NULL, NULL, NULL, '2019-01-11 15:45:55', NULL); -INSERT INTO `sys_menu` VALUES (32, 6, 0, 1, '异常日志', 'ErrorLog', 'monitor/log/errorLog', 12, 'error', 'errorLog', b'0', b'0', b'0', NULL, NULL, NULL, '2019-01-13 13:49:03', NULL); -INSERT INTO `sys_menu` VALUES (33, 10, 0, 1, 'Markdown', 'Markdown', 'components/MarkDown', 53, 'markdown', 'markdown', b'0', b'0', b'0', NULL, NULL, NULL, '2019-03-08 13:46:44', NULL); -INSERT INTO `sys_menu` VALUES (34, 10, 0, 1, 'Yaml编辑器', 'YamlEdit', 'components/YamlEdit', 54, 'dev', 'yaml', b'0', b'0', b'0', NULL, NULL, NULL, '2019-03-08 15:49:40', NULL); -INSERT INTO `sys_menu` VALUES (35, 1, 3, 1, '部门管理', 'Dept', 'system/dept/index', 6, 'dept', 'dept', b'0', b'0', b'0', 'dept:list', NULL, NULL, '2019-03-25 09:46:00', NULL); -INSERT INTO `sys_menu` VALUES (36, NULL, 7, 0, '系统工具', NULL, '', 30, 'sys-tools', 'sys-tools', b'0', b'0', b'0', NULL, NULL, NULL, '2019-03-29 10:57:35', NULL); -INSERT INTO `sys_menu` VALUES (37, 1, 3, 1, '岗位管理', 'Job', 'system/job/index', 7, 'Steve-Jobs', 'job', b'0', b'0', b'0', 'job:list', NULL, NULL, '2019-03-29 13:51:18', NULL); -INSERT INTO `sys_menu` VALUES (38, 36, 0, 1, '接口文档', 'Swagger', 'tools/swagger/index', 36, 'swagger', 'swagger2', b'0', b'0', b'0', NULL, NULL, NULL, '2019-03-29 19:57:53', NULL); -INSERT INTO `sys_menu` VALUES (39, 1, 3, 1, '字典管理', 'Dict', 'system/dict/index', 8, 'dictionary', 'dict', b'0', b'0', b'0', 'dict:list', NULL, NULL, '2019-04-10 11:49:04', NULL); -INSERT INTO `sys_menu` VALUES (41, 6, 0, 1, '在线用户', 'OnlineUser', 'monitor/online/index', 10, 'Steve-Jobs', 'online', b'0', b'0', b'0', NULL, NULL, NULL, '2019-10-26 22:08:43', NULL); -INSERT INTO `sys_menu` VALUES (44, 2, 0, 2, '用户新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'user:add', NULL, NULL, '2019-10-29 10:59:46', NULL); -INSERT INTO `sys_menu` VALUES (45, 2, 0, 2, '用户编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'user:edit', NULL, NULL, '2019-10-29 11:00:08', NULL); -INSERT INTO `sys_menu` VALUES (46, 2, 0, 2, '用户删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'user:del', NULL, NULL, '2019-10-29 11:00:23', NULL); -INSERT INTO `sys_menu` VALUES (48, 3, 0, 2, '角色创建', NULL, '', 2, '', '', b'0', b'0', b'0', 'roles:add', NULL, NULL, '2019-10-29 12:45:34', NULL); -INSERT INTO `sys_menu` VALUES (49, 3, 0, 2, '角色修改', NULL, '', 3, '', '', b'0', b'0', b'0', 'roles:edit', NULL, NULL, '2019-10-29 12:46:16', NULL); -INSERT INTO `sys_menu` VALUES (50, 3, 0, 2, '角色删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'roles:del', NULL, NULL, '2019-10-29 12:46:51', NULL); -INSERT INTO `sys_menu` VALUES (52, 5, 0, 2, '菜单新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'menu:add', NULL, NULL, '2019-10-29 12:55:07', NULL); -INSERT INTO `sys_menu` VALUES (53, 5, 0, 2, '菜单编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'menu:edit', NULL, NULL, '2019-10-29 12:55:40', NULL); -INSERT INTO `sys_menu` VALUES (54, 5, 0, 2, '菜单删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'menu:del', NULL, NULL, '2019-10-29 12:56:00', NULL); -INSERT INTO `sys_menu` VALUES (56, 35, 0, 2, '部门新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'dept:add', NULL, NULL, '2019-10-29 12:57:09', NULL); -INSERT INTO `sys_menu` VALUES (57, 35, 0, 2, '部门编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'dept:edit', NULL, NULL, '2019-10-29 12:57:27', NULL); -INSERT INTO `sys_menu` VALUES (58, 35, 0, 2, '部门删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'dept:del', NULL, NULL, '2019-10-29 12:57:41', NULL); -INSERT INTO `sys_menu` VALUES (60, 37, 0, 2, '岗位新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'job:add', NULL, NULL, '2019-10-29 12:58:27', NULL); -INSERT INTO `sys_menu` VALUES (61, 37, 0, 2, '岗位编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'job:edit', NULL, NULL, '2019-10-29 12:58:45', NULL); -INSERT INTO `sys_menu` VALUES (62, 37, 0, 2, '岗位删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'job:del', NULL, NULL, '2019-10-29 12:59:04', NULL); -INSERT INTO `sys_menu` VALUES (64, 39, 0, 2, '字典新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'dict:add', NULL, NULL, '2019-10-29 13:00:17', NULL); -INSERT INTO `sys_menu` VALUES (65, 39, 0, 2, '字典编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'dict:edit', NULL, NULL, '2019-10-29 13:00:42', NULL); -INSERT INTO `sys_menu` VALUES (66, 39, 0, 2, '字典删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'dict:del', NULL, NULL, '2019-10-29 13:00:59', NULL); -INSERT INTO `sys_menu` VALUES (73, 28, 0, 2, '任务新增', NULL, '', 2, '', '', b'0', b'0', b'0', 'timing:add', NULL, NULL, '2019-10-29 13:07:28', NULL); -INSERT INTO `sys_menu` VALUES (74, 28, 0, 2, '任务编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'timing:edit', NULL, NULL, '2019-10-29 13:07:41', NULL); -INSERT INTO `sys_menu` VALUES (75, 28, 0, 2, '任务删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'timing:del', NULL, NULL, '2019-10-29 13:07:54', NULL); -INSERT INTO `sys_menu` VALUES (77, 18, 0, 2, '上传文件', NULL, '', 2, '', '', b'0', b'0', b'0', 'storage:add', NULL, NULL, '2019-10-29 13:09:09', NULL); -INSERT INTO `sys_menu` VALUES (78, 18, 0, 2, '文件编辑', NULL, '', 3, '', '', b'0', b'0', b'0', 'storage:edit', NULL, NULL, '2019-10-29 13:09:22', NULL); -INSERT INTO `sys_menu` VALUES (79, 18, 0, 2, '文件删除', NULL, '', 4, '', '', b'0', b'0', b'0', 'storage:del', NULL, NULL, '2019-10-29 13:09:34', NULL); -INSERT INTO `sys_menu` VALUES (80, 6, 0, 1, '服务监控', 'ServerMonitor', 'monitor/server/index', 14, 'codeConsole', 'server', b'0', b'0', b'0', 'monitor:list', NULL, 'admin', '2019-11-07 13:06:39', '2020-05-04 18:20:50'); -INSERT INTO `sys_menu` VALUES (82, 36, 0, 1, '生成配置', 'GeneratorConfig', 'generator/config', 33, 'dev', 'generator/config/:tableName', b'0', b'1', b'1', '', NULL, NULL, '2019-11-17 20:08:56', NULL); -INSERT INTO `sys_menu` VALUES (83, 10, 0, 1, '图表库', 'Echarts', 'components/Echarts', 50, 'chart', 'echarts', b'0', b'1', b'0', '', NULL, NULL, '2019-11-21 09:04:32', NULL); -INSERT INTO `sys_menu` VALUES (90, NULL, 5, 1, '运维管理', 'Mnt', '', 20, 'mnt', 'mnt', b'0', b'0', b'0', NULL, NULL, NULL, '2019-11-09 10:31:08', NULL); -INSERT INTO `sys_menu` VALUES (92, 90, 3, 1, '服务器', 'ServerDeploy', 'mnt/server/index', 22, 'server', 'mnt/serverDeploy', b'0', b'0', b'0', 'serverDeploy:list', NULL, NULL, '2019-11-10 10:29:25', NULL); -INSERT INTO `sys_menu` VALUES (93, 90, 3, 1, '应用管理', 'App', 'mnt/app/index', 23, 'app', 'mnt/app', b'0', b'0', b'0', 'app:list', NULL, NULL, '2019-11-10 11:05:16', NULL); -INSERT INTO `sys_menu` VALUES (94, 90, 3, 1, '部署管理', 'Deploy', 'mnt/deploy/index', 24, 'deploy', 'mnt/deploy', b'0', b'0', b'0', 'deploy:list', NULL, NULL, '2019-11-10 15:56:55', NULL); -INSERT INTO `sys_menu` VALUES (97, 90, 1, 1, '部署备份', 'DeployHistory', 'mnt/deployHistory/index', 25, 'backup', 'mnt/deployHistory', b'0', b'0', b'0', 'deployHistory:list', NULL, NULL, '2019-11-10 16:49:44', NULL); -INSERT INTO `sys_menu` VALUES (98, 90, 3, 1, '数据库管理', 'Database', 'mnt/database/index', 26, 'database', 'mnt/database', b'0', b'0', b'0', 'database:list', NULL, NULL, '2019-11-10 20:40:04', NULL); -INSERT INTO `sys_menu` VALUES (102, 97, 0, 2, '删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'deployHistory:del', NULL, NULL, '2019-11-17 09:32:48', NULL); -INSERT INTO `sys_menu` VALUES (103, 92, 0, 2, '服务器新增', NULL, '', 999, '', '', b'0', b'0', b'0', 'serverDeploy:add', NULL, NULL, '2019-11-17 11:08:33', NULL); -INSERT INTO `sys_menu` VALUES (104, 92, 0, 2, '服务器编辑', NULL, '', 999, '', '', b'0', b'0', b'0', 'serverDeploy:edit', NULL, NULL, '2019-11-17 11:08:57', NULL); -INSERT INTO `sys_menu` VALUES (105, 92, 0, 2, '服务器删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'serverDeploy:del', NULL, NULL, '2019-11-17 11:09:15', NULL); -INSERT INTO `sys_menu` VALUES (106, 93, 0, 2, '应用新增', NULL, '', 999, '', '', b'0', b'0', b'0', 'app:add', NULL, NULL, '2019-11-17 11:10:03', NULL); -INSERT INTO `sys_menu` VALUES (107, 93, 0, 2, '应用编辑', NULL, '', 999, '', '', b'0', b'0', b'0', 'app:edit', NULL, NULL, '2019-11-17 11:10:28', NULL); -INSERT INTO `sys_menu` VALUES (108, 93, 0, 2, '应用删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'app:del', NULL, NULL, '2019-11-17 11:10:55', NULL); -INSERT INTO `sys_menu` VALUES (109, 94, 0, 2, '部署新增', NULL, '', 999, '', '', b'0', b'0', b'0', 'deploy:add', NULL, NULL, '2019-11-17 11:11:22', NULL); -INSERT INTO `sys_menu` VALUES (110, 94, 0, 2, '部署编辑', NULL, '', 999, '', '', b'0', b'0', b'0', 'deploy:edit', NULL, NULL, '2019-11-17 11:11:41', NULL); -INSERT INTO `sys_menu` VALUES (111, 94, 0, 2, '部署删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'deploy:del', NULL, NULL, '2019-11-17 11:12:01', NULL); -INSERT INTO `sys_menu` VALUES (112, 98, 0, 2, '数据库新增', NULL, '', 999, '', '', b'0', b'0', b'0', 'database:add', NULL, NULL, '2019-11-17 11:12:43', NULL); -INSERT INTO `sys_menu` VALUES (113, 98, 0, 2, '数据库编辑', NULL, '', 999, '', '', b'0', b'0', b'0', 'database:edit', NULL, NULL, '2019-11-17 11:12:58', NULL); -INSERT INTO `sys_menu` VALUES (114, 98, 0, 2, '数据库删除', NULL, '', 999, '', '', b'0', b'0', b'0', 'database:del', NULL, NULL, '2019-11-17 11:13:14', NULL); -INSERT INTO `sys_menu` VALUES (116, 36, 0, 1, '生成预览', 'Preview', 'generator/preview', 999, 'java', 'generator/preview/:tableName', b'0', b'1', b'1', NULL, NULL, NULL, '2019-11-26 14:54:36', NULL); -INSERT INTO `sys_menu` VALUES (118, NULL, 2, 0, '资产管理', NULL, NULL, 3, 'database', 'acccount', b'0', b'0', b'0', NULL, 'admin', 'admin', '2023-06-22 20:00:08', '2023-10-30 18:00:52'); -INSERT INTO `sys_menu` VALUES (120, 118, 0, 1, '提现管理', 'walletFlow', 'account/walletflow/index', 999, 'list', 'walletFlow', b'0', b'0', b'0', 'viewWalletFlow:list', 'admin', 'admin', '2023-06-22 20:50:38', '2023-06-22 20:50:38'); -INSERT INTO `sys_menu` VALUES (121, 118, 0, 1, '账户流水', 'accountflow', 'account/accountflow/index', 999, 'list', 'accountflow', b'0', b'0', b'0', 'viewAccountFlow:list', 'admin', 'admin', '2023-06-23 16:11:43', '2023-06-23 17:02:39'); -INSERT INTO `sys_menu` VALUES (122, NULL, 2, 0, '订单管理', NULL, NULL, 4, 'shopping', 'order', b'0', b'0', b'0', NULL, 'admin', 'admin', '2023-06-23 16:22:51', '2023-10-30 18:01:04'); -INSERT INTO `sys_menu` VALUES (124, 122, 0, 1, '红包订单', 'order', 'order/index', 999, 'list', 'order', b'0', b'0', b'0', 'viewBoxOrder:list', 'admin', 'admin', '2023-06-23 16:50:39', '2023-10-30 18:17:56'); -INSERT INTO `sys_menu` VALUES (125, NULL, 1, 0, 'bot用户管理', NULL, NULL, 2, 'people', 'botUser', b'0', b'0', b'0', NULL, 'admin', 'admin', '2023-10-30 17:36:11', '2023-10-30 17:37:04'); -INSERT INTO `sys_menu` VALUES (126, 125, 0, 1, 'bot用户列表', 'botUser', 'botUser/index', 999, 'list', 'botUser', b'0', b'0', b'0', 'botUser:list', 'admin', 'admin', '2023-10-30 17:40:00', '2023-10-30 17:49:11'); -INSERT INTO `sys_menu` VALUES (128, 122, 0, 1, '红包详情', 'orderDetail', 'order/detail/index', 999, 'education', 'orderDetail', b'0', b'0', b'0', 'botSendOrderDetails:list', 'admin', 'admin', '2023-10-31 09:38:34', '2023-10-31 09:39:19'); -INSERT INTO `sys_menu` VALUES (129, NULL, 2, 0, '机器人管理', NULL, NULL, 5, 'people', 'bot', b'0', b'0', b'0', NULL, 'admin', 'admin', '2023-10-31 18:05:14', '2023-10-31 18:05:14'); -INSERT INTO `sys_menu` VALUES (130, 129, 0, 1, '机器人展示', 'botConfig', 'bot/index', 999, 'source', 'botConfig', b'0', b'0', b'0', 'botConfig:list', 'admin', 'admin', '2023-10-31 18:09:06', '2023-10-31 18:09:06'); -INSERT INTO `sys_menu` VALUES (131, 129, 0, 1, '按钮设置', 'botButton', 'bot/botButton/index', 999, 'monitor', 'botButton', b'0', b'0', b'0', 'botButtonConfig:list', 'admin', 'admin', '2023-10-31 18:24:57', '2023-10-31 18:24:57'); - --- ---------------------------- --- Table structure for sys_quartz_job --- ---------------------------- -DROP TABLE IF EXISTS `sys_quartz_job`; -CREATE TABLE `sys_quartz_job` ( - `job_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `bean_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'Spring Bean名称', - `cron_expression` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'cron 表达式', - `is_pause` bit(1) NULL DEFAULT NULL COMMENT '状态:1暂停、0启用', - `job_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '任务名称', - `method_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '方法名称', - `params` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '参数', - `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '备注', - `person_in_charge` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '负责人', - `email` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '报警邮箱', - `sub_task` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '子任务ID', - `pause_after_failure` bit(1) NULL DEFAULT NULL COMMENT '任务失败后是否暂停', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`job_id`) USING BTREE, - INDEX `inx_is_pause`(`is_pause`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '定时任务' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_quartz_job --- ---------------------------- -INSERT INTO `sys_quartz_job` VALUES (2, 'testTask', '0/5 * * * * ?', b'1', '测试1', 'run1', 'test', '带参测试,多参使用json', '测试', NULL, NULL, NULL, NULL, 'admin', '2019-08-22 14:08:29', '2020-05-24 13:58:33'); -INSERT INTO `sys_quartz_job` VALUES (3, 'testTask', '0/5 * * * * ?', b'1', '测试', 'run', '', '不带参测试', 'Zheng Jie', '', '5,6', b'1', NULL, 'admin', '2019-09-26 16:44:39', '2020-05-24 14:48:12'); -INSERT INTO `sys_quartz_job` VALUES (5, 'Test', '0/5 * * * * ?', b'1', '任务告警测试', 'run', NULL, '测试', 'test', '', NULL, b'1', 'admin', 'admin', '2020-05-05 20:32:41', '2020-05-05 20:36:13'); -INSERT INTO `sys_quartz_job` VALUES (6, 'testTask', '0/5 * * * * ?', b'1', '测试3', 'run2', NULL, '测试3', 'Zheng Jie', '', NULL, b'1', 'admin', 'admin', '2020-05-05 20:35:41', '2020-05-05 20:36:07'); - --- ---------------------------- --- Table structure for sys_quartz_log --- ---------------------------- -DROP TABLE IF EXISTS `sys_quartz_log`; -CREATE TABLE `sys_quartz_log` ( - `log_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `bean_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `create_time` datetime NULL DEFAULT NULL, - `cron_expression` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `exception_detail` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL, - `is_success` bit(1) NULL DEFAULT NULL, - `job_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `method_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `params` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL, - `time` bigint NULL DEFAULT NULL, - PRIMARY KEY (`log_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 151 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '定时任务日志' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_quartz_log --- ---------------------------- - --- ---------------------------- --- Table structure for sys_role --- ---------------------------- -DROP TABLE IF EXISTS `sys_role`; -CREATE TABLE `sys_role` ( - `role_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '名称', - `level` int NULL DEFAULT NULL COMMENT '角色级别', - `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '描述', - `data_scope` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '数据权限', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`role_id`) USING BTREE, - UNIQUE INDEX `uniq_name`(`name`) USING BTREE, - INDEX `role_name_index`(`name`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '角色表' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_role --- ---------------------------- -INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2023-10-31 18:26:54'); -INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '本级', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12'); - --- ---------------------------- --- Table structure for sys_roles_depts --- ---------------------------- -DROP TABLE IF EXISTS `sys_roles_depts`; -CREATE TABLE `sys_roles_depts` ( - `role_id` bigint NOT NULL, - `dept_id` bigint NOT NULL, - PRIMARY KEY (`role_id`, `dept_id`) USING BTREE, - INDEX `FK7qg6itn5ajdoa9h9o78v9ksur`(`dept_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '角色部门关联' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_roles_depts --- ---------------------------- - --- ---------------------------- --- Table structure for sys_roles_menus --- ---------------------------- -DROP TABLE IF EXISTS `sys_roles_menus`; -CREATE TABLE `sys_roles_menus` ( - `menu_id` bigint NOT NULL COMMENT '菜单ID', - `role_id` bigint NOT NULL COMMENT '角色ID', - PRIMARY KEY (`menu_id`, `role_id`) USING BTREE, - INDEX `FKcngg2qadojhi3a651a5adkvbq`(`role_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '角色菜单关联' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_roles_menus --- ---------------------------- -INSERT INTO `sys_roles_menus` VALUES (1, 1); -INSERT INTO `sys_roles_menus` VALUES (2, 1); -INSERT INTO `sys_roles_menus` VALUES (3, 1); -INSERT INTO `sys_roles_menus` VALUES (5, 1); -INSERT INTO `sys_roles_menus` VALUES (6, 1); -INSERT INTO `sys_roles_menus` VALUES (7, 1); -INSERT INTO `sys_roles_menus` VALUES (9, 1); -INSERT INTO `sys_roles_menus` VALUES (10, 1); -INSERT INTO `sys_roles_menus` VALUES (11, 1); -INSERT INTO `sys_roles_menus` VALUES (14, 1); -INSERT INTO `sys_roles_menus` VALUES (15, 1); -INSERT INTO `sys_roles_menus` VALUES (18, 1); -INSERT INTO `sys_roles_menus` VALUES (19, 1); -INSERT INTO `sys_roles_menus` VALUES (21, 1); -INSERT INTO `sys_roles_menus` VALUES (22, 1); -INSERT INTO `sys_roles_menus` VALUES (23, 1); -INSERT INTO `sys_roles_menus` VALUES (24, 1); -INSERT INTO `sys_roles_menus` VALUES (27, 1); -INSERT INTO `sys_roles_menus` VALUES (28, 1); -INSERT INTO `sys_roles_menus` VALUES (30, 1); -INSERT INTO `sys_roles_menus` VALUES (32, 1); -INSERT INTO `sys_roles_menus` VALUES (33, 1); -INSERT INTO `sys_roles_menus` VALUES (34, 1); -INSERT INTO `sys_roles_menus` VALUES (35, 1); -INSERT INTO `sys_roles_menus` VALUES (36, 1); -INSERT INTO `sys_roles_menus` VALUES (37, 1); -INSERT INTO `sys_roles_menus` VALUES (38, 1); -INSERT INTO `sys_roles_menus` VALUES (39, 1); -INSERT INTO `sys_roles_menus` VALUES (41, 1); -INSERT INTO `sys_roles_menus` VALUES (44, 1); -INSERT INTO `sys_roles_menus` VALUES (45, 1); -INSERT INTO `sys_roles_menus` VALUES (46, 1); -INSERT INTO `sys_roles_menus` VALUES (48, 1); -INSERT INTO `sys_roles_menus` VALUES (49, 1); -INSERT INTO `sys_roles_menus` VALUES (50, 1); -INSERT INTO `sys_roles_menus` VALUES (52, 1); -INSERT INTO `sys_roles_menus` VALUES (53, 1); -INSERT INTO `sys_roles_menus` VALUES (54, 1); -INSERT INTO `sys_roles_menus` VALUES (56, 1); -INSERT INTO `sys_roles_menus` VALUES (57, 1); -INSERT INTO `sys_roles_menus` VALUES (58, 1); -INSERT INTO `sys_roles_menus` VALUES (60, 1); -INSERT INTO `sys_roles_menus` VALUES (61, 1); -INSERT INTO `sys_roles_menus` VALUES (62, 1); -INSERT INTO `sys_roles_menus` VALUES (64, 1); -INSERT INTO `sys_roles_menus` VALUES (65, 1); -INSERT INTO `sys_roles_menus` VALUES (66, 1); -INSERT INTO `sys_roles_menus` VALUES (73, 1); -INSERT INTO `sys_roles_menus` VALUES (74, 1); -INSERT INTO `sys_roles_menus` VALUES (75, 1); -INSERT INTO `sys_roles_menus` VALUES (77, 1); -INSERT INTO `sys_roles_menus` VALUES (78, 1); -INSERT INTO `sys_roles_menus` VALUES (79, 1); -INSERT INTO `sys_roles_menus` VALUES (80, 1); -INSERT INTO `sys_roles_menus` VALUES (82, 1); -INSERT INTO `sys_roles_menus` VALUES (83, 1); -INSERT INTO `sys_roles_menus` VALUES (90, 1); -INSERT INTO `sys_roles_menus` VALUES (92, 1); -INSERT INTO `sys_roles_menus` VALUES (93, 1); -INSERT INTO `sys_roles_menus` VALUES (94, 1); -INSERT INTO `sys_roles_menus` VALUES (97, 1); -INSERT INTO `sys_roles_menus` VALUES (98, 1); -INSERT INTO `sys_roles_menus` VALUES (102, 1); -INSERT INTO `sys_roles_menus` VALUES (103, 1); -INSERT INTO `sys_roles_menus` VALUES (104, 1); -INSERT INTO `sys_roles_menus` VALUES (105, 1); -INSERT INTO `sys_roles_menus` VALUES (106, 1); -INSERT INTO `sys_roles_menus` VALUES (107, 1); -INSERT INTO `sys_roles_menus` VALUES (108, 1); -INSERT INTO `sys_roles_menus` VALUES (109, 1); -INSERT INTO `sys_roles_menus` VALUES (110, 1); -INSERT INTO `sys_roles_menus` VALUES (111, 1); -INSERT INTO `sys_roles_menus` VALUES (112, 1); -INSERT INTO `sys_roles_menus` VALUES (113, 1); -INSERT INTO `sys_roles_menus` VALUES (114, 1); -INSERT INTO `sys_roles_menus` VALUES (116, 1); -INSERT INTO `sys_roles_menus` VALUES (118, 1); -INSERT INTO `sys_roles_menus` VALUES (120, 1); -INSERT INTO `sys_roles_menus` VALUES (121, 1); -INSERT INTO `sys_roles_menus` VALUES (122, 1); -INSERT INTO `sys_roles_menus` VALUES (124, 1); -INSERT INTO `sys_roles_menus` VALUES (125, 1); -INSERT INTO `sys_roles_menus` VALUES (126, 1); -INSERT INTO `sys_roles_menus` VALUES (128, 1); -INSERT INTO `sys_roles_menus` VALUES (129, 1); -INSERT INTO `sys_roles_menus` VALUES (130, 1); -INSERT INTO `sys_roles_menus` VALUES (131, 1); -INSERT INTO `sys_roles_menus` VALUES (1, 2); -INSERT INTO `sys_roles_menus` VALUES (2, 2); -INSERT INTO `sys_roles_menus` VALUES (6, 2); -INSERT INTO `sys_roles_menus` VALUES (7, 2); -INSERT INTO `sys_roles_menus` VALUES (9, 2); -INSERT INTO `sys_roles_menus` VALUES (10, 2); -INSERT INTO `sys_roles_menus` VALUES (11, 2); -INSERT INTO `sys_roles_menus` VALUES (14, 2); -INSERT INTO `sys_roles_menus` VALUES (15, 2); -INSERT INTO `sys_roles_menus` VALUES (19, 2); -INSERT INTO `sys_roles_menus` VALUES (21, 2); -INSERT INTO `sys_roles_menus` VALUES (22, 2); -INSERT INTO `sys_roles_menus` VALUES (23, 2); -INSERT INTO `sys_roles_menus` VALUES (24, 2); -INSERT INTO `sys_roles_menus` VALUES (27, 2); -INSERT INTO `sys_roles_menus` VALUES (30, 2); -INSERT INTO `sys_roles_menus` VALUES (32, 2); -INSERT INTO `sys_roles_menus` VALUES (33, 2); -INSERT INTO `sys_roles_menus` VALUES (34, 2); -INSERT INTO `sys_roles_menus` VALUES (36, 2); -INSERT INTO `sys_roles_menus` VALUES (80, 2); -INSERT INTO `sys_roles_menus` VALUES (82, 2); -INSERT INTO `sys_roles_menus` VALUES (83, 2); -INSERT INTO `sys_roles_menus` VALUES (116, 2); - --- ---------------------------- --- Table structure for sys_user --- ---------------------------- -DROP TABLE IF EXISTS `sys_user`; -CREATE TABLE `sys_user` ( - `user_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `dept_id` bigint NULL DEFAULT NULL COMMENT '部门名称', - `username` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '用户名', - `nick_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '昵称', - `gender` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '性别', - `phone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '手机号码', - `email` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '邮箱', - `avatar_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '头像地址', - `avatar_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '头像真实路径', - `password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '密码', - `is_admin` bit(1) NULL DEFAULT b'0' COMMENT '是否为admin账号', - `enabled` bigint NULL DEFAULT NULL COMMENT '状态:1启用、0禁用', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `pwd_reset_time` datetime NULL DEFAULT NULL COMMENT '修改密码的时间', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`user_id`) USING BTREE, - UNIQUE INDEX `UK_kpubos9gc2cvtkb0thktkbkes`(`email`) USING BTREE, - UNIQUE INDEX `username`(`username`) USING BTREE, - UNIQUE INDEX `uniq_username`(`username`) USING BTREE, - UNIQUE INDEX `uniq_email`(`email`) USING BTREE, - INDEX `FK5rwmryny6jthaaxkogownknqp`(`dept_id`) USING BTREE, - INDEX `FKpq2dhypk2qgt68nauh2by22jb`(`avatar_name`) USING BTREE, - INDEX `inx_enabled`(`enabled`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '系统用户' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_user --- ---------------------------- -INSERT INTO `sys_user` VALUES (1, 2, 'admin', '管理员', '男', '18888888888', '201507802@qq.com', 'avatar-20200806032259161.png', '/Users/jie/Documents/work/me/admin/eladmin/~/avatar/avatar-20200806032259161.png', '$2a$10$Egp1/gvFlt7zhlXVfEFw4OfWQCGPw0ClmMcc6FjTnvXNRVf9zdMRa', b'1', 1, NULL, 'admin', '2020-05-03 16:38:31', '2018-08-23 09:11:56', '2020-09-05 10:43:31'); -INSERT INTO `sys_user` VALUES (2, 2, 'test', '测试', '男', '19999999999', '231@qq.com', NULL, NULL, '$2a$10$4XcyudOYTSz6fue6KFNMHeUQnCX5jbBQypLEnGk1PmekXt5c95JcK', b'0', 1, 'admin', 'admin', NULL, '2020-05-05 11:15:49', '2020-09-05 10:43:38'); - --- ---------------------------- --- Table structure for sys_users_jobs --- ---------------------------- -DROP TABLE IF EXISTS `sys_users_jobs`; -CREATE TABLE `sys_users_jobs` ( - `user_id` bigint NOT NULL COMMENT '用户ID', - `job_id` bigint NOT NULL COMMENT '岗位ID', - PRIMARY KEY (`user_id`, `job_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = DYNAMIC; - --- ---------------------------- --- Records of sys_users_jobs --- ---------------------------- -INSERT INTO `sys_users_jobs` VALUES (1, 11); -INSERT INTO `sys_users_jobs` VALUES (2, 12); - --- ---------------------------- --- Table structure for sys_users_roles --- ---------------------------- -DROP TABLE IF EXISTS `sys_users_roles`; -CREATE TABLE `sys_users_roles` ( - `user_id` bigint NOT NULL COMMENT '用户ID', - `role_id` bigint NOT NULL COMMENT '角色ID', - PRIMARY KEY (`user_id`, `role_id`) USING BTREE, - INDEX `FKq4eq273l04bpu4efj0jd0jb98`(`role_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '用户角色关联' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of sys_users_roles --- ---------------------------- -INSERT INTO `sys_users_roles` VALUES (1, 1); -INSERT INTO `sys_users_roles` VALUES (2, 2); - --- ---------------------------- --- Table structure for tool_alipay_config --- ---------------------------- -DROP TABLE IF EXISTS `tool_alipay_config`; -CREATE TABLE `tool_alipay_config` ( - `config_id` bigint NOT NULL COMMENT 'ID', - `app_id` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '应用ID', - `charset` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '编码', - `format` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '类型 固定格式json', - `gateway_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '网关地址', - `notify_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '异步回调', - `private_key` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '私钥', - `public_key` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '公钥', - `return_url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '回调地址', - `sign_type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '签名方式', - `sys_service_provider_id` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '商户号', - PRIMARY KEY (`config_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '支付宝配置类' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of tool_alipay_config --- ---------------------------- -INSERT INTO `tool_alipay_config` VALUES (1, '2016091700532697', 'utf-8', 'JSON', 'https://openapi.alipaydev.com/gateway.do', 'http://api.auauz.net/api/aliPay/notify', 'MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5js8sInU10AJ0cAQ8UMMyXrQ+oHZEkVt5lBwsStmTJ7YikVYgbskx1YYEXTojRsWCb+SH/kDmDU4pK/u91SJ4KFCRMF2411piYuXU/jF96zKrADznYh/zAraqT6hvAIVtQAlMHN53nx16rLzZ/8jDEkaSwT7+HvHiS+7sxSojnu/3oV7BtgISoUNstmSe8WpWHOaWv19xyS+Mce9MY4BfseFhzTICUymUQdd/8hXA28/H6osUfAgsnxAKv7Wil3aJSgaJczWuflYOve0dJ3InZkhw5Cvr0atwpk8YKBQjy5CdkoHqvkOcIB+cYHXJKzOE5tqU7inSwVbHzOLQ3XbnAgMBAAECggEAVJp5eT0Ixg1eYSqFs9568WdetUNCSUchNxDBu6wxAbhUgfRUGZuJnnAll63OCTGGck+EGkFh48JjRcBpGoeoHLL88QXlZZbC/iLrea6gcDIhuvfzzOffe1RcZtDFEj9hlotg8dQj1tS0gy9pN9g4+EBH7zeu+fyv+qb2e/v1l6FkISXUjpkD7RLQr3ykjiiEw9BpeKb7j5s7Kdx1NNIzhkcQKNqlk8JrTGDNInbDM6inZfwwIO2R1DHinwdfKWkvOTODTYa2MoAvVMFT9Bec9FbLpoWp7ogv1JMV9svgrcF9XLzANZ/OQvkbe9TV9GWYvIbxN6qwQioKCWO4GPnCAQKBgQDgW5MgfhX8yjXqoaUy/d1VjI8dHeIyw8d+OBAYwaxRSlCfyQ+tieWcR2HdTzPca0T0GkWcKZm0ei5xRURgxt4DUDLXNh26HG0qObbtLJdu/AuBUuCqgOiLqJ2f1uIbrz6OZUHns+bT/jGW2Ws8+C13zTCZkZt9CaQsrp3QOGDx5wKBgQDTul39hp3ZPwGNFeZdkGoUoViOSd5Lhowd5wYMGAEXWRLlU8z+smT5v0POz9JnIbCRchIY2FAPKRdVTICzmPk2EPJFxYTcwaNbVqL6lN7J2IlXXMiit5QbiLauo55w7plwV6LQmKm9KV7JsZs5XwqF7CEovI7GevFzyD3w+uizAQKBgC3LY1eRhOlpWOIAhpjG6qOoohmeXOphvdmMlfSHq6WYFqbWwmV4rS5d/6LNpNdL6fItXqIGd8I34jzql49taCmi+A2nlR/E559j0mvM20gjGDIYeZUz5MOE8k+K6/IcrhcgofgqZ2ZED1ksHdB/E8DNWCswZl16V1FrfvjeWSNnAoGAMrBplCrIW5xz+J0Hm9rZKrs+AkK5D4fUv8vxbK/KgxZ2KaUYbNm0xv39c+PZUYuFRCz1HDGdaSPDTE6WeWjkMQd5mS6ikl9hhpqFRkyh0d0fdGToO9yLftQKOGE/q3XUEktI1XvXF0xyPwNgUCnq0QkpHyGVZPtGFxwXiDvpvgECgYA5PoB+nY8iDiRaJNko9w0hL4AeKogwf+4TbCw+KWVEn6jhuJa4LFTdSqp89PktQaoVpwv92el/AhYjWOl/jVCm122f9b7GyoelbjMNolToDwe5pF5RnSpEuDdLy9MfE8LnE3PlbE7E5BipQ3UjSebkgNboLHH/lNZA5qvEtvbfvQ==', 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAut9evKRuHJ/2QNfDlLwvN/S8l9hRAgPbb0u61bm4AtzaTGsLeMtScetxTWJnVvAVpMS9luhEJjt+Sbk5TNLArsgzzwARgaTKOLMT1TvWAK5EbHyI+eSrc3s7Awe1VYGwcubRFWDm16eQLv0k7iqiw+4mweHSz/wWyvBJVgwLoQ02btVtAQErCfSJCOmt0Q/oJQjj08YNRV4EKzB19+f5A+HQVAKy72dSybTzAK+3FPtTtNen/+b5wGeat7c32dhYHnGorPkPeXLtsqqUTp1su5fMfd4lElNdZaoCI7osZxWWUo17vBCZnyeXc9fk0qwD9mK6yRAxNbrY72Xx5VqIqwIDAQAB', 'http://api.auauz.net/api/aliPay/return', 'RSA2', '2088102176044281'); - --- ---------------------------- --- Table structure for tool_email_config --- ---------------------------- -DROP TABLE IF EXISTS `tool_email_config`; -CREATE TABLE `tool_email_config` ( - `config_id` bigint NOT NULL COMMENT 'ID', - `from_user` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '收件人', - `host` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '邮件服务器SMTP地址', - `pass` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '密码', - `port` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '端口', - `user` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '发件者用户名', - PRIMARY KEY (`config_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '邮箱配置' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of tool_email_config --- ---------------------------- - --- ---------------------------- --- Table structure for tool_local_storage --- ---------------------------- -DROP TABLE IF EXISTS `tool_local_storage`; -CREATE TABLE `tool_local_storage` ( - `storage_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `real_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件真实的名称', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件名', - `suffix` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '后缀', - `path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '路径', - `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '类型', - `size` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '大小', - `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '创建者', - `update_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '更新者', - `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期', - `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', - PRIMARY KEY (`storage_id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '本地存储' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of tool_local_storage --- ---------------------------- - --- ---------------------------- --- Table structure for tool_qiniu_config --- ---------------------------- -DROP TABLE IF EXISTS `tool_qiniu_config`; -CREATE TABLE `tool_qiniu_config` ( - `config_id` bigint NOT NULL COMMENT 'ID', - `access_key` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT 'accessKey', - `bucket` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'Bucket 识别符', - `host` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '外链域名', - `secret_key` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT 'secretKey', - `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '空间类型', - `zone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '机房', - PRIMARY KEY (`config_id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '七牛云配置' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of tool_qiniu_config --- ---------------------------- - --- ---------------------------- --- Table structure for tool_qiniu_content --- ---------------------------- -DROP TABLE IF EXISTS `tool_qiniu_content`; -CREATE TABLE `tool_qiniu_content` ( - `content_id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', - `bucket` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT 'Bucket 识别符', - `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件名称', - `size` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件大小', - `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件类型:私有或公开', - `url` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件url', - `suffix` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '文件后缀', - `update_time` datetime NULL DEFAULT NULL COMMENT '上传或同步的时间', - PRIMARY KEY (`content_id`) USING BTREE, - UNIQUE INDEX `uniq_name`(`name`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '七牛云文件存储' ROW_FORMAT = COMPACT; - --- ---------------------------- --- Records of tool_qiniu_content --- ---------------------------- - --- ---------------------------- --- View structure for view_account_info --- ---------------------------- --- DROP VIEW IF EXISTS `view_account_info`; --- CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `view_account_info` AS select `a`.`id` AS `id`,`a`.`user_id` AS `user_id`,`a`.`frozen_balance` AS `frozen_balance`,`a`.`balance` AS `balance`,`a`.`lock_status` AS `lock_status`,`a`.`version` AS `version`,`a`.`create_time` AS `create_time`,`a`.`update_time` AS `update_time`,`u`.`address` AS `address` from (`app_user_account` `a` left join `app_user` `u` on((`a`.`user_id` = `u`.`id`))); - --- ---------------------------- --- View structure for view_box_account --- ---------------------------- --- DROP VIEW IF EXISTS `view_box_account`; --- CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `view_box_account` AS select `f`.`id` AS `id`,`f`.`user_id` AS `user_id`,`f`.`box_number` AS `box_number`,`f`.`pay_miner_total` AS `pay_miner_total`,`f`.`pay_miner_already` AS `pay_miner_already`,`f`.`pay_miner_already_rate` AS `pay_miner_already_rate`,`f`.`lock_status` AS `lock_status`,`f`.`miner_status` AS `miner_status`,`f`.`pay_miner_jing_total` AS `pay_miner_jing_total`,`f`.`pay_miner_dong_total` AS `pay_miner_dong_total`,`f`.`pay_miner_guan_total` AS `pay_miner_guan_total`,`f`.`pay_miner_jied_total` AS `pay_miner_jied_total`,`f`.`remark` AS `remark`,`f`.`version` AS `version`,`f`.`create_time` AS `create_time`,`f`.`update_time` AS `update_time`,`u`.`address` AS `address` from (`app_user_box_miner_account` `f` left join `app_user` `u` on((`f`.`user_id` = `u`.`id`))); - --- ---------------------------- --- View structure for view_box_order --- ---------------------------- --- DROP VIEW IF EXISTS `view_box_order`; --- CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `view_box_order` AS select `f`.`id` AS `id`,`f`.`user_id` AS `user_id`,`f`.`box_price` AS `box_price`,`f`.`box_number` AS `box_number`,`f`.`pay_coin_name` AS `pay_coin_name`,`f`.`pay_coin_price` AS `pay_coin_price`,`f`.`pay_coin_total` AS `pay_coin_total`,`f`.`pay_miner_total` AS `pay_miner_total`,`f`.`tx_hash` AS `tx_hash`,`f`.`from_address` AS `from_address`,`f`.`to_address` AS `to_address`,`f`.`confirm_status` AS `confirm_status`,`f`.`remark` AS `remark`,`f`.`create_time` AS `create_time`,`f`.`update_time` AS `update_time`,`u`.`address` AS `address` from (`app_buy_box_order` `f` left join `app_user` `u` on((`f`.`user_id` = `u`.`id`))); - --- ---------------------------- --- View structure for view_wallet_flow --- ---------------------------- --- DROP VIEW IF EXISTS `view_wallet_flow`; --- CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `view_wallet_flow` AS select `f`.`id` AS `id`,`f`.`user_id` AS `user_id`,`f`.`user_account_id` AS `user_account_id`,`f`.`out_fee` AS `out_fee`,`f`.`amount_usdt` AS `amount_usdt`,`f`.`amount_petk` AS `amount_petk`,`f`.`price_petk` AS `price_petk`,`f`.`tx_hash` AS `tx_hash`,`f`.`from_address` AS `from_address`,`f`.`to_address` AS `to_address`,`f`.`status` AS `status`,`f`.`send_status` AS `send_status`,`f`.`create_time` AS `create_time`,`f`.`update_time` AS `update_time`,`u`.`address` AS `address` from (`app_wallet_flow` `f` left join `app_user` `u` on((`f`.`user_id` = `u`.`id`))); - -SET FOREIGN_KEY_CHECKS = 1; diff --git a/sql/tool_picture.sql b/sql/tool_picture.sql deleted file mode 100644 index 6b36d0db..00000000 --- a/sql/tool_picture.sql +++ /dev/null @@ -1,2 +0,0 @@ --- 删除免费图床表 -DROP TABLE tool_picture; \ No newline at end of file diff --git a/sql/脚本如何选择.md b/sql/脚本如何选择.md deleted file mode 100644 index 633c8642..00000000 --- a/sql/脚本如何选择.md +++ /dev/null @@ -1,11 +0,0 @@ -## 脚本指南 -项目根目录的 sql 文件夹内提供了本次数据库变更的脚本,脚本如何选择,以及执行的顺序如下 - -::: tip 注意 -操作数据库属于危险行为,请勿用于生产库,请事先做好备份!!! -::: - -### 初次使用 -eladmin.sql 为 eladmin 项目完整的 sql 脚本,适合于初次使用的用户 - -### 更新迭代