OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-17 10548f5f981a06351b7eef8efdb2bec143e7d758
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