performance-server/src/main/resources/mapper/AuxiliaryOriginalHoursMapper.xml
@@ -6,7 +6,7 @@ from (select C.name, C.month, C.manHours + D.manHours as total from (select A.name, A.month, FORMAT(SUM(manHour), 2) as manHours FORMAT(SUM(manHour), 4) as manHours from ( select user.name, case @@ -35,7 +35,7 @@ from ( select user.name, date_time as month, FORMAT(SUM(output_work_time), 2) as manHours FORMAT(SUM(output_work_time), 4) as manHours from auxiliary_output_working_hours aowh left join user on user.id = aowh.`check` left join department_lims dl on depart_lims_id = dl.id