liurunyu
2023-11-12 1ff17fd97a85cd191467b4a2ffe0e4b7b1959af5
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>