Commit d6c3400e authored by clone's avatar clone

bug

parent cf5cb1fd
......@@ -105,7 +105,7 @@ class FollowUpLogModel extends Model
return Db::table($this->table)
->field($field)
->alias("a")
->join("a_agents b","a.agent_id = c.id","left")
->join("a_agents b","a.agent_id = b.id","left")
->join("a_store c","b.store_id = c.id","left")
->where($where_)
->select();
......
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