正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
@@ -174,12 +174,12 @@ class OrderSalesmanController extends WeChatBaseController | @@ -174,12 +174,12 @@ class OrderSalesmanController extends WeChatBaseController | ||
174 | // $data['end_time'] = $param['end_time2']; | 174 | // $data['end_time'] = $param['end_time2']; |
175 | $data['state'] = 5; | 175 | $data['state'] = 5; |
176 | $indentModel = new IndentModel(); | 176 | $indentModel = new IndentModel(); |
177 | -// $result = $indentModel->updateData(['id'=>['in',$indent_ids]],$data); | ||
178 | -// if(empty($result)){ | ||
179 | -// $this->error('更新失败'); | ||
180 | -// }else{ | 177 | + $result = $indentModel->updateData(['id'=>['in',$indent_ids]],$data); |
178 | + if(empty($result)){ | ||
179 | + $this->error('更新失败'); | ||
180 | + }else{ | ||
181 | $this->success('发货成功'); | 181 | $this->success('发货成功'); |
182 | -// } | 182 | + } |
183 | } | 183 | } |
184 | public function get_one(){ | 184 | public function get_one(){ |
185 | $id = $this->request->param('id',0,'intval'); | 185 | $id = $this->request->param('id',0,'intval'); |
-
请 注册 或 登录 后发表评论