liurunyu
13 小时以前 bdb2f52b04d53f4e0faaa384238244f253b5334f
pipIrr-platform/pipIrr-global/src/main/resources/mapper/StClientAmountYearMapper.xml
@@ -166,9 +166,10 @@
    LEFT JOIN
    (
      select *
      from st_client_amount_year cayTb_
      from st_client_amount_year
      <where>
        <if test="year != null">(cayTb_.`year` = #{year,jdbcType=INTEGER})
        <if test="year != null">
          `year` = #{year,jdbcType=INTEGER}
        </if>
      </where>
    ) as cayTb
@@ -182,7 +183,7 @@
       -->
    </trim>
    order by ctb.id DESC
    <!-- 2025-07-14 因为有clientIdsJson限制的数量,所以不再用limit了
    <!-- 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}