Pārlūkot izejas kodu

更新快跑者订单来源参数

liu 10 mēneši atpakaļ
vecāks
revīzija
f4229a4b90

+ 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());