فهرست منبع

更新快跑者订单来源参数

liu 10 ماه پیش
والد
کامیت
f4229a4b90
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/sqx/modules/errand/service/impl/TbIndentServiceImpl.java

+ 1 - 1
src/main/java/com/sqx/modules/errand/service/impl/TbIndentServiceImpl.java

@@ -407,7 +407,7 @@ public class TbIndentServiceImpl extends ServiceImpl<TbIndentDao, TbIndent> impl
         body.put("order_content", stringBuilder.toString());
         body.put("order_note", tbOrder.getRemark());
         body.put("order_mark", tbOrder.getOrderSequence());
-        body.put("order_from", tbOrder.getShopName() + "#" + tbOrder.getOrderSequence());
+        body.put("order_from", goodsShop.getShopName() + "#" + tbOrder.getOrderSequence());
         body.put("order_time", tbOrder.getPayTime());
         body.put("customer_name", address.getUserName());
         body.put("customer_tel", address.getUserPhone());