liurunyu
10 小时以前 90c02e0ad08c054e1f44476a3e9e16b947c1fd8c
修改用水户年用水量统计查询中的bug
1个文件已修改
2 ■■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml
@@ -218,11 +218,13 @@
      </if>
    </trim>
    order by ctb.id DESC
    <!-- 2025-07-14 因为有clientIdsJson限制的数量,所以不再用limit了
    <trim prefix="limit " >
      <if test="start != null and count != null">
        #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}
      </if>
    </trim>
    -->
  </select>
  <!-- ////////////////////////////////// -->