Commit dfdf9c08 by 缪晖

Update OrderSdkAdapter.java

parent 6512f931
...@@ -212,7 +212,7 @@ public class OrderSdkAdapter { ...@@ -212,7 +212,7 @@ public class OrderSdkAdapter {
request.setBarCounter(requestVO.getBarCounter()); request.setBarCounter(requestVO.getBarCounter());
//订单market类型 //订单market类型
if (requestVO.getMarketingType() == null) { if (requestVO.getMarketingType() != null) {
request.setMarketingType(ClassUtils.toInteger(requestVO.getMarketingType())); request.setMarketingType(ClassUtils.toInteger(requestVO.getMarketingType()));
}; };
......
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