Browse Source

Merge branch 'yantai_zhengwu_master'

dev
曲树通 2 years ago
parent
commit
3c433bb37a
  1. 5
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/StaffLoginLogDao.xml

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

@ -92,7 +92,10 @@
COUNT(DISTINCT(l.STAFF_ID)) accountActivityCount,
COUNT(DISTINCT(ag.USER_ID)) accountCount,
a.ID agencyId,
CONCAT(a.ALL_PARENT_NAME,a.ORGANIZATION_NAME) agencyName
CONCAT(
a.ALL_PARENT_NAME,'-',
a.ORGANIZATION_NAME
) agencyName
FROM
customer_agency a
LEFT JOIN staff_login_log l ON a.ID = l.AGENCY_ID

Loading…
Cancel
Save