Commit 5d081d6a authored by liwei's avatar liwei

修改了app动态查询,关注、最近、动态只能查询没被拉黑人的动态并且为审核通过的

parent 870b8d1b
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
WHERE 1=1 WHERE 1=1
and opa.del_flag = '0' and opa.del_flag = '0'
and opa.flag = '1' and opa.flag = '1'
and opa.exam_status = '1'
and opa.create_by not in ( and opa.create_by not in (
select obl.target_id select obl.target_id
from opm_black_list obl from opm_black_list obl
......
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