分包
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m17s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 6m17s
This commit is contained in:
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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-->
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user