com.fuyuanshen.

This commit is contained in:
2025-06-27 11:07:20 +08:00
parent b94549185c
commit 3e0b50e954
29 changed files with 29 additions and 29 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.workflow.mapper.FlwCategoryMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwCategoryMapper">
<select id="countCategoryById" resultType="Long">
select count(*) from flow_category where del_flag = '0' and category_id = #{categoryId}

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.workflow.mapper.FlwInstanceMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwInstanceMapper">
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowInstanceVo" id="FlowInstanceResult">
</resultMap>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.workflow.mapper.FlwTaskMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwTaskMapper">
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowTaskVo" id="FlowTaskResult">
</resultMap>
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowHisTaskVo" id="FlowHisTaskResult">

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.workflow.mapper.TestLeaveMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.TestLeaveMapper">
</mapper>