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

Commit ce72b003 authored by jiangxiulong's avatar jiangxiulong

注释掉mongo update;抽奖列表状态读redis

parent df3efbc3
...@@ -264,7 +264,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg ...@@ -264,7 +264,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg
for (IntegralActivityDrawVo drawVo : integralActivityDrawVos) { for (IntegralActivityDrawVo drawVo : integralActivityDrawVos) {
IntegralActivityDrawVo drawInfo = redisDataUtils.getIntegralActivityDrawInfo(drawVo.getDrawId()); IntegralActivityDrawVo drawInfo = redisDataUtils.getIntegralActivityDrawInfo(drawVo.getDrawId());
drawVo.setReceivingStatus(drawInfo.getReceivingStatus()); drawVo.setReceivingStatus(drawInfo.getReceivingStatus());
drawVo.setRelationId(drawInfo.getRelationId()); drawVo.setRelationId("11111");
} }
sweetIntegralActivityDrawPagedResult.setList(integralActivityDrawVos).setTotal(count, pageSize).setPageSize(pageSize).setCurrentPage(pageNum); sweetIntegralActivityDrawPagedResult.setList(integralActivityDrawVos).setTotal(count, pageSize).setPageSize(pageSize).setCurrentPage(pageNum);
if (null == integralActivityDrawList) { if (null == integralActivityDrawList) {
......
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