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