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