...
|
...
|
@@ -310,8 +310,8 @@ class FormController extends WeChatBaseController |
|
|
$data4[] = $data3;
|
|
|
}
|
|
|
}
|
|
|
$array3 = array('order_expire_time'=>$array1['expire_time'],'order_about_time'=>$data4[count($data4)-1]['time'],'order_expire_time2'=>time()+(365*24*60*60));
|
|
|
$a = Db::name('order')->where(array('collocation_id'=>$param['id'],'user_id'=>$user_id,'status'=>3))->update($array3);
|
|
|
$array3 = array('order_expire_time'=>$array1['expire_time'],'order_about_time'=>$data4[count($data4)-1]['time']);
|
|
|
$a = Db::name('order')->where(array('collocation_id'=>$param['id'],'user_id'=>$user_id))->update($array3);
|
|
|
dump($array3);
|
|
|
dump($a);
|
|
|
// $arr['code'] = 20000;
|
...
|
...
|
|