提交 0bba086b 作者: panda

web显示上架

上级 e2867246
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
select count(*) select count(*)
from service from service
<where> <where>
is_deleted = 0 is_deleted = 0 and display_state = 0
<if test="categoriesIds != null"> <if test="categoriesIds != null">
<foreach collection="categoriesIds" item="item" open="and (application_id in (" close=")" separator=","> <foreach collection="categoriesIds" item="item" open="and (application_id in (" close=")" separator=",">
#{item} #{item}
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
service_introduction, create_time, update_time, account_id service_introduction, create_time, update_time, account_id
from service from service
<where> <where>
is_deleted = 0 is_deleted = 0 and display_state = 0
<if test="categoriesIds != null"> <if test="categoriesIds != null">
<foreach collection="categoriesIds" item="item" open="and (application_id in (" close=")" separator=","> <foreach collection="categoriesIds" item="item" open="and (application_id in (" close=")" separator=",">
#{item} #{item}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论