Browse Source

Merge branch 'dev_five_coverage' of http://git.elinkit.com.cn:7070/r/epmet-cloud

master
wangxianzhang 3 years ago
parent
commit
a79b27db38
  1. 2
      epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/govorg/IcEnterprisePatrolRecordDao.xml

2
epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/govorg/IcEnterprisePatrolRecordDao.xml

@ -42,7 +42,9 @@
e.source_type
from ic_enterprise e
where e.CUSTOMER_ID = #{customerId}
<if test="search != null and search != ''">
and e.PLACE_ORG_NAME like CONCAT('%',#{search},'%')
</if>
and (e.AGENCY_ID = #{agencyId} or e.AGENCY_PIDS like CONCAT(#{staffOrgIds}, '%'))
<if test="'enterprise_patrol_unqualified'!= categoryKey">
and e.PLACE_TYPE = #{categoryKey}

Loading…
Cancel
Save