gdg
2020-12-29 b06e4004a2ff3c4562da8b6d44decffa643b686b
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)