yuhongqi hai 4 semanas
pai
achega
d430321fd9

+ 1 - 0
fs-service-system/src/main/java/com/fs/store/service/impl/FsStoreOrderServiceImpl.java

@@ -2136,6 +2136,7 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService
         }
 
         erpOrder.setSeller_memo(order.getMark());
+        erpOrder.setBuyer_memo(order.getRemark());
         List<ErpOrderPayment> payments=new ArrayList<>();
         ErpOrderPayment payment=new ErpOrderPayment();
         payment.setPay_type_code("weixin");