...
|
...
|
@@ -414,6 +414,7 @@ class FormController extends WeChatBaseController |
|
|
$update['order_about_time']=$data4[count($data4)-1]['time'];
|
|
|
Db::name('order')->where('id',$result1)->update($update);
|
|
|
}
|
|
|
return $data1;
|
|
|
$orderModel->commit();
|
|
|
//推送模板消息
|
|
|
if($data1['status'] == 1 || $data1['status'] == 3){
|
...
|
...
|
|