|
@@ -84,10 +84,10 @@ public class OrderDrawAction implements IMINAction{
|
|
|
String orderAmt = orderInf.getOrderAmt();
|
|
|
String detailsAmt = CommonUtil.divide(orderAmt,String.valueOf(list.size()),2);
|
|
|
|
|
|
- if(gameType.equals("10")){ //游戏购
|
|
|
+ if(gameType.equals("01")){ //游戏购
|
|
|
drawDtoList2 = drawService.orderDrawGame( orderInf, vmProEquRel, vmOrderDetails,detailsAmt);
|
|
|
|
|
|
- }else if(gameType.equals("20")){ //幸运购
|
|
|
+ }else if(gameType.equals("02")){ //幸运购
|
|
|
List<DrawDto> drawDtoList = new ArrayList<>();
|
|
|
DrawDto drawDto = new DrawDto();
|
|
|
drawDto.setOrderId(vmOrderDetails.getOrderId());
|