src/main/resources/mybatis/query-template/department-template.xml @@ -98,9 +98,6 @@ </foreach> </when> </choose> <if test="pageSize != '' and pageSize != null"> limit #{pageSize} offset #{page}; </if> </select>