lrf402788946 hace 4 años
padre
commit
73da7ce1e3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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') {