Ver código fonte

Merge branch 'dev' of shop/php into master

shishichen 9 meses atrás
pai
commit
a24202e1d7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/controller/api/Auth.php

+ 1 - 1
app/controller/api/Auth.php

@@ -405,7 +405,7 @@ class Auth extends BaseController
405 405
         $type = $this->request->param('type',1);
406 406
 //        $where['mer_id']=$this->merId;
407 407
         $where['type']=$type;
408
-        $data=Db::name('enterprise_agreement')->where($where)->find();
408
+        $data=Db::name('user_agreement')->where($where)->find();
409 409
         if(!$data){
410 410
             $data['title']='';
411 411
             $data['content']='';