lyfO_o
2021-10-22 8bf4ce108ab2406259916a62f99a397d72ead1b1
src/main/java/com/nanometer/smartlab/dao/EncodeReplaceDictMapper.xml
@@ -44,10 +44,14 @@
        and number = #{p_number}
      </if>
      <if test="type != null">
        and type = #{type,}
        and type = #{type}
      </if>
    </where>
      order by update_time desc
    <if test="first != null and pageSize != null">
      limit #{first},#{pageSize}
    </if>
  </select>
  <select id="countAll" resultType="java.lang.Integer">
    select count(1)