提交 1dfabc5f 作者: xiaowang

修复:目录

上级 cbbb2428
......@@ -165,7 +165,7 @@
FROM `directory` d
WHERE d.is_deleted = 0
AND d.type = #{type}
or (type = 0 and `show` like CONCAT('%', #{type}, '%'))
or (d.type = 0 and d.`show` like CONCAT('%', #{type}, '%') and d.is_deleted = 0)
ORDER BY create_time DESC
</select>
<select id="selectCategoryByDirectoryId" resultType="com.mmc.pms.entity.Categories">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论