فهرست منبع

查看人员班次出勤天数。

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