@ -521,7 +521,7 @@
dbo.get_properties_codeDesc(site, function_type, properties_code_no) properties_code_desc
FROM plm_bm_model_header
<where>
site = #{query.site}
and site = #{query.site} and delflag='N'
<if test="query.codeNo != null and query.codeNo != ''">
AND code_no like '%' + #{query.codeNo} + '%'
</if>