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