|
@@ -214,7 +214,7 @@ public class AppGameLotteryTask {
|
|
|
finTranRecord.setTranType2(FinTranType2.GAME_REWARD.getType());
|
|
|
finTranRecord.setTranType3(FinTranType3.CHARGE_WIN_GAME.getType());
|
|
|
|
|
|
- finTranRecord.setRemarks("游戏中奖");
|
|
|
+ finTranRecord.setRemarks(appGameLottery.getGameDate() + "期,游戏中奖");
|
|
|
|
|
|
finTranRecord.setConsumptionCoin(appGameBetting.getBettingAmount());
|
|
|
finTranRecord.setConsumptionMoney(0.00);
|