Commit 5cf5726e by chongfu.liang

Merge branch 'feature/1.9.32-加料商品开发' into develop

parents e9a9c3ef efa50943
......@@ -2463,6 +2463,7 @@ public class OrderSdkAdapter {
index++;
material.setOpid(index);
material.setSpecification(material.getProductId());
material.setSpecificationName(material.getProductName());
updateOrderItemAndSettlement(orderItemList, orderSettlementCreateReqList, material, partnerId, partnerProductId, true);
}
}
......
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