|
|
|
@ -329,7 +329,7 @@ namespace XGL.Data
|
|
|
|
//待补充班组班次
|
|
|
|
//待补充班组班次
|
|
|
|
LoginUser.ShiftCode = shiftID;
|
|
|
|
LoginUser.ShiftCode = shiftID;
|
|
|
|
LoginUser.TeamCode = teamID;
|
|
|
|
LoginUser.TeamCode = teamID;
|
|
|
|
LoginUser.WorkDate = workDate;
|
|
|
|
LoginUser.WorkDate = DateTime.Parse(workDate).ToString("yyyy-MM-dd");
|
|
|
|
LoginUser.Start_Time = startTime;
|
|
|
|
LoginUser.Start_Time = startTime;
|
|
|
|
LoginUser.End_Time = endTime;
|
|
|
|
LoginUser.End_Time = endTime;
|
|
|
|
LoginUser.CurrDeviceIP = Common.GetLocationHostAddress();
|
|
|
|
LoginUser.CurrDeviceIP = Common.GetLocationHostAddress();
|
|
|
|
|