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)