已领取详情

This commit is contained in:
2026-04-28 10:32:53 +08:00
parent c507df067b
commit 1d3fce4523

View File

@@ -170,7 +170,7 @@ public class MkShopCouponRecordServiceImpl extends ServiceImpl<MkShopCouponRecor
key -> tempMap.getOrDefault(key, 0L)
));
resultmap.put("categoryMap", categoryMap);
Map<String, Long> resultCountMap = RESULT_COUNT_MAP;
Map<String, Long> resultCountMap = new HashMap<>(RESULT_COUNT_MAP);
if (CollUtil.isNotEmpty(recordCountVO)) {
for (CouponRecordCountVO record : recordCountVO) {