|
|
@ -124,7 +124,7 @@ |
|
|
|
<select id="gridMemberPatrol" resultType="com.epmet.dataaggre.dto.epmetuser.result.StaffListResultDTO"> |
|
|
|
SELECT |
|
|
|
staff_id staffId, |
|
|
|
IFNULL(SUM(patrol_total), 0) reportProjectCount, |
|
|
|
IFNULL(SUM(report_project_count), 0) reportProjectCount, |
|
|
|
IFNULL(SUM(total_time), 0) timeNum |
|
|
|
FROM |
|
|
|
stats_staff_patrol_record_daily |
|
|
|