Commit 78bdebb8 authored by libin's avatar libin

Merge branch 'luck_draw_feature' into dev

parents 319aae48 fa13c379
......@@ -114,7 +114,7 @@ public class ActivityPrizeBiz extends BaseBiz<ActivityPrizeMapper, ActivityPrize
if (Objects.nonNull(activityPrize.getGoodsId())){
activityPrize.setName(couponMap==null?"":couponMap.get(activityPrize.getGoodsId()));
}
mapper.updateByPrimaryKeySelective(activityPrize);
mapper.updateByPrimaryKey(activityPrize);
}
}
}
......
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