正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
@@ -319,6 +319,10 @@ class AesController extends HomeBaseController{ | @@ -319,6 +319,10 @@ class AesController extends HomeBaseController{ | ||
319 | public function addFault(){ | 319 | public function addFault(){ |
320 | $param=$this->request->param(); | 320 | $param=$this->request->param(); |
321 | $param['create_time']=time(); | 321 | $param['create_time']=time(); |
322 | + $re=Db::name('fault')->where('order_no',$param['order_no'])->find(); | ||
323 | + if ($re){ | ||
324 | + $this->apiResponse(302,'您已提交该设备报修'); | ||
325 | + } | ||
322 | try{ | 326 | try{ |
323 | Db::name('fault')->insert($param); | 327 | Db::name('fault')->insert($param); |
324 | }catch (\Exception $exception){ | 328 | }catch (\Exception $exception){ |
-
请 注册 或 登录 后发表评论