正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -182,7 +182,7 @@ func (productAttendanceRecord *ProductAttendanceRecord) AttendanceBreakTime(prod | @@ -182,7 +182,7 @@ func (productAttendanceRecord *ProductAttendanceRecord) AttendanceBreakTime(prod | ||
182 | checkSignIn, checkSignOut time.Time | 182 | checkSignIn, checkSignOut time.Time |
183 | ) | 183 | ) |
184 | checkSignIn = v.GetCheckBeginTime(signIn.Local()) | 184 | checkSignIn = v.GetCheckBeginTime(signIn.Local()) |
185 | - checkSignOut = v.GetCheckEndTime(signIn.Local()) | 185 | + checkSignOut = checkSignIn //v.GetCheckEndTime(signIn.Local()) |
186 | if xtime.BeforeEqual(signIn.Local(), checkSignIn) && xtime.AfterEqual(signOut.Local(), checkSignOut) { | 186 | if xtime.BeforeEqual(signIn.Local(), checkSignIn) && xtime.AfterEqual(signOut.Local(), checkSignOut) { |
187 | bt += v.BreakTime | 187 | bt += v.BreakTime |
188 | } | 188 | } |
-
请 注册 或 登录 后发表评论