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

当年保费支出

@@ -312,11 +312,9 @@ class FormController extends WeChatBaseController @@ -312,11 +312,9 @@ class FormController extends WeChatBaseController
312 } 312 }
313 $array3 = array('order_expire_time'=>$array1['expire_time'],'order_about_time'=>$data4[count($data4)-1]['time']); 313 $array3 = array('order_expire_time'=>$array1['expire_time'],'order_about_time'=>$data4[count($data4)-1]['time']);
314 $a = Db::name('order')->where(array('collocation_id'=>$param['id'],'user_id'=>$user_id))->update($array3); 314 $a = Db::name('order')->where(array('collocation_id'=>$param['id'],'user_id'=>$user_id))->update($array3);
315 - dump($array3);  
316 - dump($a);  
317 -// $arr['code'] = 20000;  
318 -// $arr['msg'] = '更新成功!';  
319 -// return json_encode($arr); 315 + $arr['code'] = 20000;
  316 + $arr['msg'] = '更新成功!';
  317 + return json_encode($arr);
320 } 318 }
321 //保单详情页 319 //保单详情页
322 public function info(){ 320 public function info(){