OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-17 5209a6ab479a858a74b5f655bb596ba05afb5da3
src/main/resources/mybatis/query-template/HostingField-template.xml
@@ -30,7 +30,7 @@
    <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.HostingFieldCondition">
        SELECT
        count(h.id)
        count(DISTINCT h.id)
        FROM
        hosting_field h
        WHERE 1=1