game-api/ff-base/src/main/resources/mapper/system
shi b29e21816c feat(game): 添加平台成本计算功能
- 在 Constants 中添加 HUNDRED 常量,用于成本计算
- 在 ITenantPlatformService 中添加 findTenantPlatform 方法,用于获取租户平台信息
- 修改 TenantGameQuotaFlowMapper,增加 platform_code 字段查询
- 更新 TenantGameQuotaServiceImpl 中的 balanceChanges 方法,加入平台成本计算逻辑
- 在 TenantPlatformMapper 中添加 findTenantPlatform 方法的 SQL 查询- 更新 TenantPlatformServiceImpl,实现 findTenantPlatform 方法
- 修改 TenantQuotaTask 中的 updateBalance 方法,考虑平台成本因素
2025-03-01 13:31:32 +08:00
..
SysConfigMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysDatasourceMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysDeptMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysDictDataMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysDictTypeMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysLogininforMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysMenuMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysOperLogMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysPostMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysRoleDeptMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysRoleMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysRoleMenuMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysUserMapper.xml refactor(agent): 重构代理商业务 2025-02-25 10:05:13 +08:00
SysUserPostMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
SysUserRoleMapper.xml 项目初始化 2025-02-11 15:27:15 +08:00
TenantAgentMapper.xml refactor(ff-game): 重构游戏模块代码 2025-02-27 16:26:02 +08:00
TenantPlatformMapper.xml feat(game): 添加平台成本计算功能 2025-03-01 13:31:32 +08:00
TenantSecretKeyMapper.xml feat(agent): 添加代理注册功能并优化租户创建逻辑 2025-02-25 11:37:06 +08:00
TenantWhiteMapper.xml feat(tenant): 添加租户白名单功能并集成系统反馈模块- 新增租户白名单相关接口和服务实现 2025-02-27 17:48:29 +08:00