Commit 67ed135d authored by zhuwei's avatar zhuwei

模型名修改3

parent 21e688a2
...@@ -13,7 +13,7 @@ use app\index\extend\Basic; ...@@ -13,7 +13,7 @@ use app\index\extend\Basic;
use app\model\FollowUp; use app\model\FollowUp;
use app\model\GLabels; use app\model\GLabels;
use app\model\ULabels; use app\model\ULabels;
use app\model\UPhoneFollowPp; use app\model\UPhoneFollowUp;
use think\Session; use think\Session;
class Label extends Basic class Label extends Basic
...@@ -162,7 +162,7 @@ class Label extends Basic ...@@ -162,7 +162,7 @@ class Label extends Basic
if (empty($this->params['user_id'])) { if (empty($this->params['user_id'])) {
return $this->response(101, '没有用户信息'); return $this->response(101, '没有用户信息');
} }
$follow = new UPhoneFollowPp($this->siteId); $follow = new UPhoneFollowUp($this->siteId);
$user_status = $follow->getUserFollowKey('user_status', ['user_id'=>$this->params['user_id']], 'id DESC'); $user_status = $follow->getUserFollowKey('user_status', ['user_id'=>$this->params['user_id']], 'id DESC');
return $this->response(200, '', $user_status); return $this->response(200, '', $user_status);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment