Commit d96cc2b2 by haibo.jiang

恢复paychanneltype

parent 1e3c9926
......@@ -255,7 +255,7 @@ public class OrderAdapter {
activityUpdateStockRequest.setStock(stocks);
createOrderDto.setActivityUpdateStockRequest(activityUpdateStockRequest);
}
//createOrderDto.setPayChannelType(createOrderVo.getPayChannelType());
createOrderDto.setPayChannelType(createOrderVo.getPayChannelType());
return createOrderDto;
}
......
......@@ -161,7 +161,7 @@ public class CreateOrderVo {
/**
* 下单支付渠道类型
*/
//private Byte payChannelType;
private Byte payChannelType;
@Valid
private PremiumExchangeActivity premiumExchangeActivity;
......
......@@ -73,4 +73,8 @@ public class ProduceMQServiceTest {
CallbackUrlRequestDto callbackUrlRequestDto = JSON.parseObject(json, CallbackUrlRequestDto.class);
return callbackUrlRequestDto;
}
public static void main(String args[]){
System.out.println();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment