Procházet zdrojové kódy

查看人员班次出勤天数。

tomatozq před 3 roky
rodič
revize
eb0283e7a1

+ 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