更新查询
This commit is contained in:
parent
2941a39035
commit
1986b6a1cc
@ -145,7 +145,7 @@ class StoreOrderBehalf extends BaseController
|
||||
// $find = Db::name('store_order_other')->where('uid', $uid)->where('order_id', $id)->find();
|
||||
// $find_two = Db::name('store_order')->where('order_sn', $find['order_sn'])->find();
|
||||
if($res){
|
||||
$order = StoreOrder::where('order_sn', $orderOther['order_sn'])->field('user_phone,order_type,logistics_code,logistics_phone')->find()->toArray();
|
||||
$order = StoreOrder::where('order_sn', $orderOther['order_sn'])->find()->toArray();
|
||||
if($status==3 && $order['order_type'] == 1){
|
||||
SmsService::create()->send($order['user_phone'], 'RECEIVE_NOTICE', ['code' => $order['logistics_code'], 'name' => $merchant['mer_name']]);
|
||||
} elseif($status==3 && $order['order_type'] != 1){
|
||||
|
Loading…
x
Reference in New Issue
Block a user