提交 73c4afcf 作者: xiaowang

修复:子分类被删除不搜索出数据

上级 ac00ac7b
...@@ -234,6 +234,7 @@ ...@@ -234,6 +234,7 @@
create_time create_time
from categories from categories
where parent_id = #{id} where parent_id = #{id}
and is_deleted = 0
</select> </select>
<select id="listCategoryByInsurance" resultType="com.mmc.pms.entity.Categories"> <select id="listCategoryByInsurance" resultType="com.mmc.pms.entity.Categories">
SELECT id, SELECT id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论