...
|
...
|
@@ -312,11 +312,9 @@ class FormController extends WeChatBaseController |
|
|
}
|
|
|
$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;
|
|
|
// $arr['msg'] = '更新成功!';
|
|
|
// return json_encode($arr);
|
|
|
$arr['code'] = 20000;
|
|
|
$arr['msg'] = '更新成功!';
|
|
|
return json_encode($arr);
|
|
|
}
|
|
|
//保单详情页
|
|
|
public function info(){
|
...
|
...
|
|