This commit is contained in:
齐天大圣 2024-03-15 11:38:57 +08:00
parent 283a01d0a4
commit d8f1077d25

View File

@ -357,6 +357,7 @@ public class CardFavorableRecordServiceImpl extends ServiceImpl<CardFavorableRec
for (String gradeId : split) {
LJUserVo ljUserVo = new LJUserVo();
ljUserVo.setGradeId(Integer.parseInt(gradeId));
ljUserVo.setStoreId(nowAccountInfo.getStoreId());
ljUserVo.setDays(activeOneCoupon.getConditions());
List<LJUserVo> userLists = userService.getUserLists(ljUserVo);
ljUserVosList.addAll(userLists);