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