- 在 Constants 中添加 HUNDRED 常量,用于成本计算 - 在 ITenantPlatformService 中添加 findTenantPlatform 方法,用于获取租户平台信息 - 修改 TenantGameQuotaFlowMapper,增加 platform_code 字段查询 - 更新 TenantGameQuotaServiceImpl 中的 balanceChanges 方法,加入平台成本计算逻辑 - 在 TenantPlatformMapper 中添加 findTenantPlatform 方法的 SQL 查询- 更新 TenantPlatformServiceImpl,实现 findTenantPlatform 方法 - 修改 TenantQuotaTask 中的 updateBalance 方法,考虑平台成本因素 |
||
---|---|---|
.. | ||
src/main | ||
pom.xml |