OWL ITS + 탐지시스템(인터넷 진흥원)
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>