Commit 9a60c827 by 梅存智

增加上架条件

parent fc811fc1
......@@ -424,7 +424,7 @@
from research tb
where
-- 状态、站点
tb.deleted = 0 and tb.site_id = #{siteId}
tb.deleted = 0 and tb.site_id = #{siteId} and tb.state = 1
-- 可见范围
and (tb.visible_range = 1
<if test="idsInRange != null and idsInRange.size > 0">
......
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