liurunyu
2023-11-12 49266bf7b1a94f69f4eee7951e747db0da9bb869
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaBlockMapper.xml
@@ -63,8 +63,8 @@
    </trim>
    order by id DESC
    <trim prefix="limit " >
      <if test="queryStart != null and queryCount != null">
        #{queryStart}, #{queryCount}
      <if test="start != null and count != null">
        #{start}, #{count}
      </if>
    </trim>
  </select>