Commit 6512f931 by 缪晖

marketingType byte空指针判断

parent e90b6b39
......@@ -212,7 +212,9 @@ public class OrderSdkAdapter {
request.setBarCounter(requestVO.getBarCounter());
//订单market类型
if (requestVO.getMarketingType() == null) {
request.setMarketingType(ClassUtils.toInteger(requestVO.getMarketingType()));
};
//商品信息转换
List<OrderItemCreateReq> orderItemList = new ArrayList<>();
......
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