zhangqian
2024-04-30 7dd6097d42d6d6f254a84ab0111bac70f0358660
controllers/attendance_controller.go
@@ -114,6 +114,7 @@
      for _, worker := range workers {
         if attendance.WorkerId == worker.ID {
            attendance.WorkTypeId = worker.WorkTypeId
            attendance.PhoneNum = worker.PhoneNum
            break
         }
      }