lrf402788946 4 lat temu
rodzic
commit
73da7ce1e3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/service/attendance.js

+ 1 - 0
app/service/attendance.js

@@ -186,6 +186,7 @@ class AttendanceService extends CrudService {
 
   // 判断上课考勤是否迟到和开始
   async islate(nowdata, setting, type) {
+    console.log(nowdata, setting, type);
     nowdata = nowdata + ':00';
     let res = 0;
     if (type === '0') {