OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-12-28 ed804c897be0a634116665bb073eb6bbedbc031b
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>