liurunyu
16 小时以前 90c02e0ad08c054e1f44476a3e9e16b947c1fd8c
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>
  <!-- ////////////////////////////////// -->