...
|
...
|
@@ -314,9 +314,9 @@ class FormController extends WeChatBaseController |
|
|
$a = Db::name('order')->where(array('collocation_id'=>$param['id'],'user_id'=>$user_id,'status'=>3))->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(){
|
...
|
...
|
|