Преглед на файлове

查看人员班次出勤天数。

tomatozq преди 3 години
родител
ревизия
eb0283e7a1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      common/src/main/resources/mapper/business/WorkScheduleAttendance.xml

+ 1 - 1
common/src/main/resources/mapper/business/WorkScheduleAttendance.xml

@@ -645,7 +645,7 @@
             select work_shift_id as workShiftId,
             count(distinct(attendance_date)) as dayCount
             from business_work_schedule_attendance
-            where person_id=47592
+            where person_id=#{personId}
             and record_time>=#{startDate}
             and record_time<=#{endDate}
             and result_<>0