|
@@ -219,7 +219,7 @@ public class AppGameLotteryController extends BaseController{
|
|
|
AppGameLottery updateAppGameLottery = new AppGameLottery();
|
|
|
updateAppGameLottery.setId(dbAppGameLottery.getId());
|
|
|
updateAppGameLottery.setIsLottery(1);
|
|
|
- updateAppGameLottery.setGameRecordDate(new Date());
|
|
|
+ updateAppGameLottery.setGameRecordDate(appGameLottery.getGameRecordDate());
|
|
|
updateAppGameLottery.setGameLotterySucc(appGameLottery.getGameLotterySucc());
|
|
|
flg =appGameLotteryService.updateById(updateAppGameLottery);
|
|
|
}
|