|
|
@@ -67,7 +67,7 @@ public class LuckyDrawServiceImpl implements LuckyDrawService {
|
|
|
throw BusinessRuntimeException.getInstance("该奖品已不存在");
|
|
|
}
|
|
|
if (entity.getStatus()) {
|
|
|
- changeLuckyDrawIndex(entity);
|
|
|
+ changeLuckyDrawIndex(luckyDraw);
|
|
|
}
|
|
|
BeanUtil.copyProperties(luckyDraw, entity);
|
|
|
//校验参数
|