李宇
2021-01-12 fce41585f6c4e09c12c7e2a3150d4dfbf1f46bb0
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)