yinbentan
2024-07-16 b14305619f8d3f5ade8316c68db102ea05f60d56
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
         }
      }