公会-后台-公会钻石薪资流水-实时根据diamond_static计算
This commit is contained in:
@@ -88,6 +88,11 @@ public class GuildSettleRecordAdminService {
|
|||||||
String curCycleDate = FullMonthCycleTimeUtil.getCurCycleDateByZoneId(partitionInfo.getZoneId());
|
String curCycleDate = FullMonthCycleTimeUtil.getCurCycleDateByZoneId(partitionInfo.getZoneId());
|
||||||
if (curCycleDate.equals(basePageParams.getDateCycle()) || basePageParams.getDateCycle().equals("2025-09-01")){
|
if (curCycleDate.equals(basePageParams.getDateCycle()) || basePageParams.getDateCycle().equals("2025-09-01")){
|
||||||
String endDate = FullMonthCycleTimeUtil.getCurCycleEndDateByZoneId(partitionInfo.getZoneId());
|
String endDate = FullMonthCycleTimeUtil.getCurCycleEndDateByZoneId(partitionInfo.getZoneId());
|
||||||
|
if (!curCycleDate.equals(basePageParams.getDateCycle())){
|
||||||
|
curCycleDate = basePageParams.getDateCycle();
|
||||||
|
endDate = "2025-09-30";
|
||||||
|
}
|
||||||
|
|
||||||
List<GuildSettleRecord> poList = guildSettleService.cal(basePageParams.getPartitionId(), curCycleDate, endDate, gId, basePageParams.getRegionId());
|
List<GuildSettleRecord> poList = guildSettleService.cal(basePageParams.getPartitionId(), curCycleDate, endDate, gId, basePageParams.getRegionId());
|
||||||
if (CollectionUtils.isEmpty(poList)){
|
if (CollectionUtils.isEmpty(poList)){
|
||||||
return voPage;
|
return voPage;
|
||||||
|
Reference in New Issue
Block a user