## 测试环境月结奖衔取当前期间;

This commit is contained in:
cabbage 2025-06-23 14:23:04 +08:00
parent 4a376e936b
commit 0854376e90
1 changed files with 2 additions and 0 deletions

View File

@ -1835,6 +1835,8 @@ public class BonusSettleRangeHandle extends BonusSettleHandle {
Date endDate = DateUtils.afterDate(1, ChronoUnit.DAYS, settleDate);
List<SaOrder> currentMonthOrderList = iBonusOrderService.listSaOrderByTime(settleDate, endDate, orderType);
totalMonthOrderList.addAll(currentMonthOrderList);
// 测试环境奖衔取当前结算期
rangeTableName = TableNameConstants.CU_MEMBER_RETAIL_RANGE + period;
} else {
// 非测试环境
while (!DateUtils.compareDateEqual(currentMonthFirstDate, nextMonthFirstDate)) {