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}