正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -29,7 +29,7 @@ class OrderpageController extends WeChatBaseController{ | @@ -29,7 +29,7 @@ class OrderpageController extends WeChatBaseController{ | ||
29 | $indet_data = Db::name('indent') -> where("id",$indet_id['indet_id']) -> find(); | 29 | $indet_data = Db::name('indent') -> where("id",$indet_id['indet_id']) -> find(); |
30 | if($indet_data['state'] == 4){ | 30 | if($indet_data['state'] == 4){ |
31 | $indet_data_update['id'] = $indet_id['indet_id']; | 31 | $indet_data_update['id'] = $indet_id['indet_id']; |
32 | - $indet_data_update['indent_address'] = $address['']; | 32 | + $indet_data_update['indent_address'] = $address['id']; |
33 | $indet_data_update['name'] = $address['name']; | 33 | $indet_data_update['name'] = $address['name']; |
34 | $indet_data_update['phone'] = $address['phone']; | 34 | $indet_data_update['phone'] = $address['phone']; |
35 | Db::name('indent') -> update($indet_data_update); | 35 | Db::name('indent') -> update($indet_data_update); |
-
请 注册 或 登录 后发表评论