src/main/java/com/nanometer/smartlab/dao/DangerousEncodeMapper.xml
@@ -249,6 +249,9 @@ </if> </where> order by update_time <if test="offset !=null and pageSize != null"> limit #{offset},#{pageSize} </if> </select> <select id="countAll" parameterType="java.util.Map" resultType="java.lang.Integer">