update 优化 使用新版数据权限

This commit is contained in:
疯狂的狮子Li
2025-06-30 10:52:34 +08:00
parent d37a00497d
commit c64410d0ae
9 changed files with 31 additions and 91 deletions

View File

@@ -4,8 +4,4 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.workflow.mapper.FlwCategoryMapper">
<select id="countCategoryById" resultType="Long">
select count(*) from flow_category where del_flag = '0' and category_id = #{categoryId}
</select>
</mapper>