|
|
@ -83,7 +83,7 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
// 判断当前是否是白班时间段
|
|
|
|
// 判断当前是否是白班时间段
|
|
|
|
if (now.Hour >= 8 && now.Hour < 20)
|
|
|
|
if (now.Hour >= 8 && now.Hour < 20)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
List<BoxFoamPlan> list = _boxFoamPlanServices.QueryAsync(d => d.ShiftType == 1).Result;
|
|
|
|
List<BoxFoamPlan> list = _boxFoamPlanServices.QueryAsync(d => d.StationCode == "1105" && d.ShiftType == 1).Result;
|
|
|
|
if (list == null) return;
|
|
|
|
if (list == null) return;
|
|
|
|
foreach (BoxFoamPlan item in list)
|
|
|
|
foreach (BoxFoamPlan item in list)
|
|
|
|
{
|
|
|
|
{
|
|
|
|