作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

当年保费支出

... ... @@ -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(){
... ...