正在显示
1 个修改的文件
包含
3 行增加
和
5 行删除
@@ -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(){ |
-
请 注册 或 登录 后发表评论