Commit aba5d311 authored by clone's avatar clone

bug

parent 16675217
......@@ -568,7 +568,7 @@ class OReportModel extends Model
LEFT JOIN g_houses b ON a.house_id = b.id
WHERE
a.user_id = $user_id
and a.agent_id IS NULL
and a.agents_id IS NULL
and a.status in (0,1)
) ) as aaa limit $start_index,$pageSize";
......
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