|
|
@@ -317,7 +317,7 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement |
|
|
|
UserName = item.UserName, |
|
|
|
Department = item.Department, |
|
|
|
ClockDate = date, |
|
|
|
BanCi = "上午上下班", |
|
|
|
BanCi = "上午", |
|
|
|
TimePeriodNo = 1, |
|
|
|
TimePeriod = string.Format("上午上下班({0}-{1})", restrictionEntity?.WorkTime, restrictionEntity?.NoonCloseTime), |
|
|
|
ADStatusWork = adtype1 != null ? adtype1.ClockStatus : "6", |
|
|
@@ -339,7 +339,7 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement |
|
|
|
UserName = item.UserName, |
|
|
|
Department = item.Department, |
|
|
|
ClockDate = date, |
|
|
|
BanCi = "下午上下班", |
|
|
|
BanCi = "下午", |
|
|
|
TimePeriodNo = 2, |
|
|
|
TimePeriod = string.Format("下午上下班({0}-{1})", restrictionEntity?.NoonWorkTime, restrictionEntity?.CloseTime), |
|
|
|
ADStatusWork = adtype7 != null ? adtype7.ClockStatus : "6", |
|
|
|