Browse Source

no message

master
weigang 5 years ago
parent
commit
ca3cea5130
  1. 2
      app/Service/v3/Implementations/MiniprogramService.php

2
app/Service/v3/Implementations/MiniprogramService.php

@ -249,7 +249,7 @@ class MiniprogramService implements MiniprogramServiceInterface
$goodsInfo = OrderGoods::query()->whereIn('order_id', $orderIds)->pluck('name'); $goodsInfo = OrderGoods::query()->whereIn('order_id', $orderIds)->pluck('name');
// 骑手信息 // 骑手信息
$horseman = Employees::query()->where(['id' => $orderMain->horseman_id, 'type' => Employee::TYPE_HORSEMAN])->first();
$horseman = Employees::query()->where(['id' => $orderMain->horseman_id])->whereJsonContains('positions', [(string)Employee::TYPE_HORSEMAN])->first();
// 发送给用户的 // 发送给用户的
// 订单编号:{{character_string6.DATA}}\n商品名称:{{thing8.DATA}}\n骑手信息:{{thing7.DATA}}\n送出时间:{{date3.DATA}}\n温馨提示:{{thing4.DATA}}\n // 订单编号:{{character_string6.DATA}}\n商品名称:{{thing8.DATA}}\n骑手信息:{{thing7.DATA}}\n送出时间:{{date3.DATA}}\n温馨提示:{{thing4.DATA}}\n

Loading…
Cancel
Save