提交 0bba086b 作者: panda

web显示上架

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