!710 update 使用新版数据权限

* update 使用新版数据权限
This commit is contained in:
AprilWind
2025-06-30 01:42:51 +00:00
committed by 疯狂的狮子Li
parent 5baf342478
commit 60aca2eef3
9 changed files with 31 additions and 88 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>