曲树通 2 years ago
parent
commit
7c7ff00420
  1. 2
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml

2
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml

@ -69,7 +69,7 @@
WHERE WHERE
a.DEL_FLAG = '0' a.DEL_FLAG = '0'
a.`LEVEL` = 'community' a.`LEVEL` = 'community'
<if test="agencyId!= null and agencyId.trim() != ''"> <if test="orgId!= null and orgId.trim() != ''">
AND a.PIDS LIKE CONCAT('%',#{orgId},'%') AND a.PIDS LIKE CONCAT('%',#{orgId},'%')
</if> </if>
<if test='null != startDate'> <if test='null != startDate'>

Loading…
Cancel
Save