Browse Source

Merge branch 'dev_grid_platform' of http://git.elinkit.com.cn:7070/r/epmet-cloud into develop

dev_shibei_match
jianjun 4 years ago
parent
commit
22d45b99db
  1. 6
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

6
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

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

Loading…
Cancel
Save