分包
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m17s

This commit is contained in:
dy
2025-08-20 23:51:53 +08:00
parent 5fb396575d
commit 5c9672dc18
118 changed files with 287 additions and 412 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="org.dromara.property.mapper.AttendanceArrangementMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceArrangementMapper">
<select id="selectArrangementList" resultType="org.dromara.property.domain.AttendanceArrangement">
<foreach collection="req.selectList" item="select">

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="org.dromara.property.mapper.AttendanceClockDateMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceClockDateMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceFixedScheduleMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceFixedScheduleMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceGroupMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceGroupMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceScheduleCycleMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceScheduleCycleMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceShiftMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceShiftMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceShiftScheduleMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceShiftScheduleMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceUserGroupMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceUserGroupMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceWeekSetMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceWeekSetMapper">
</mapper>

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="org.dromara.property.mapper.AttendanceWeeksetShiftMapper">
<mapper namespace="org.dromara.property.mapper.attendanceMapper.AttendanceWeeksetShiftMapper">
</mapper>

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="org.dromara.property.mapper.CleanMapper">
<mapper namespace="org.dromara.property.mapper.cleanOrderMapper.CleanMapper">
</mapper>

View File

@@ -2,9 +2,9 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.property.mapper.CleanOrderMapper">
<mapper namespace="org.dromara.property.mapper.cleanOrderMapper.CleanOrderMapper">
<select id="selectForPage" resultType="org.dromara.property.domain.vo.CleanOrderVo">
<select id="selectForPage" resultType="org.dromara.property.domain.vo.cleanOrderVo.CleanOrderVo">
SELECT
co.*,
c.*,
@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- </if>-->
<!-- </where>-->
</select>
<!-- <select id="selectforDetail" resultType="org.dromara.property.domain.vo.CleanOrderVo"-->
<!-- <select id="selectforDetail" resultType="org.dromara.property.domain.vo.cleanOrderVo.CleanOrderVo"-->
<!-- parameterType="java.lang.Long">-->
<!-- SELECT co.*,cso.* from clean_order co-->
<!-- LEFT JOIN cleanserver_order cso on cso.clean_server_id = co.id-->

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="org.dromara.property.mapper.CleanserverOrderMapper">
<mapper namespace="org.dromara.property.mapper.cleanOrderMapper.CleanserverOrderMapper">
</mapper>