|
|
@ -1016,10 +1016,10 @@ |
|
|
|
</if> |
|
|
|
and CUSTOMER_ID = #{customerId} |
|
|
|
AND DEL_FLAG = '0' |
|
|
|
order by created_time |
|
|
|
<if test="isPage != null and isPage"> |
|
|
|
LIMIT #{offset},#{pageSize} |
|
|
|
</if> |
|
|
|
order by created_time |
|
|
|
</select> |
|
|
|
<select id="getPatrolDetailList" resultType="com.epmet.dto.user.result.MidPatrolDetailResult"> |
|
|
|
select |
|
|
@ -1032,12 +1032,10 @@ |
|
|
|
</if> |
|
|
|
and CUSTOMER_ID = #{customerId} |
|
|
|
AND DEL_FLAG = '0' |
|
|
|
order by created_time |
|
|
|
<if test="isPage != null and isPage"> |
|
|
|
LIMIT #{offset},#{pageSize} |
|
|
|
</if> |
|
|
|
|
|
|
|
order by created_time |
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |
|
|
|