已领取详情
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user