Browse Source

【五大图层】企事业单位巡查,search条件没有判空

master
wangxianzhang 3 years ago
parent
commit
255e6e1e97
  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