기능그룹 sql 정렬 추가

main
이범준 12 months ago
parent c10469242a
commit 16d80b3c7d

@ -24,6 +24,7 @@ AND GRP_ID IN (<foreach collection="groupIDs" item="groupID" separator=",">#{gro
AND ${by} LIKE CONCAT('%', #{term}, '%')
</if>
</where>
<include refid="utility.sortBy" />
<include refid="utility.paging-suffix" />
</sql>

Loading…
Cancel
Save