Преглед изворни кода

查看人员班次出勤天数。

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