|
@@ -412,10 +412,17 @@ public class AppGameBettingController extends BaseController{
|
|
finTranRecord.setSceneType(0L);
|
|
finTranRecord.setSceneType(0L);
|
|
|
|
|
|
finTranRecord.setTranGroupId(gameBetting.getId());
|
|
finTranRecord.setTranGroupId(gameBetting.getId());
|
|
- finTranRecord.setTranType1(FinTranType1.U_Outcome_Balance.getType());
|
|
|
|
|
|
+
|
|
|
|
+ if(gameBetting.getBettingType() == 0){
|
|
|
|
+ finTranRecord.setTranType1(FinTranType1.U_Outcome_Balance.getType());
|
|
|
|
+ }else{
|
|
|
|
+ finTranRecord.setTranType1(FinTranType1.U_Outcome_Coin.getType());
|
|
|
|
+ }
|
|
|
|
+
|
|
finTranRecord.setTranType2(FinTranType2.CONSUM_GAME.getType());
|
|
finTranRecord.setTranType2(FinTranType2.CONSUM_GAME.getType());
|
|
finTranRecord.setTranType3(FinTranType3.CONSUM_GAME_ANCHOR_ZHUANPAN.getType());
|
|
finTranRecord.setTranType3(FinTranType3.CONSUM_GAME_ANCHOR_ZHUANPAN.getType());
|
|
|
|
|
|
|
|
+
|
|
finTranRecord.setRemarks("游戏下注");
|
|
finTranRecord.setRemarks("游戏下注");
|
|
|
|
|
|
finTranRecord.setConsumptionCoin(gameBetting.getBettingAmount());
|
|
finTranRecord.setConsumptionCoin(gameBetting.getBettingAmount());
|