记得上下班打卡 | git大法好,push需谨慎

Commit 0e3206a1 authored by 姜秀龙's avatar 姜秀龙

Merge branch 'dev_fudai_20250418' into 'master'

bug修复

See merge request !385
parents 8680d874 8622eae7
......@@ -78,9 +78,15 @@ public class KylinLuckyBagServiceImpl implements IKylinLuckyBagService {
//3. 再查询满足的权益
List<KylinLuckyBagVo.LuckyBagVo> luckyBagVos = getLuckyBagVos(vo);
if (activityVos.isEmpty()) {
return KylinLuckyBagVo.of(luckyBagVos, null);
}else {
return KylinLuckyBagVo.of(luckyBagVos, activityVos.get(0));
}
}
/**
* 获取福袋列表
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment