曲树通 2 years ago
parent
commit
75d0c88306
  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

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

Loading…
Cancel
Save