Browse Source

修改 bug

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

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

Loading…
Cancel
Save