Преглед на файлове

更新快跑者订单来源参数

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