liurunyu
2025-08-20 9a7978c3a82ce66c87be2a42ca15beeb4617a096
pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeLossMapper.xml
@@ -182,8 +182,10 @@
      </if>
    </where>
    ORDER BY loss.operateDt DESC
    <if test="pageCurr != null and pageSize != null">
      LIMIT ${pageCurr}, ${pageSize}
    </if>
    <trim prefix="limit " >
      <if test="start != null and count != null">
        #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}
      </if>
    </trim>
  </select>
</mapper>