Commit 5e3504eb by 梅存智

Merge branch 'dev' into 'master'

增加上架条件

See merge request !7
parents 1a3aeff0 9a60c827
......@@ -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