|
|
@ -208,7 +208,7 @@ namespace Aucma.Core.OldBoxFoam.Business
|
|
|
|
log.Warn("班组切换小时数据记录保存失败");
|
|
|
|
log.Warn("班组切换小时数据记录保存失败");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//当班计划,班组计划设为0
|
|
|
|
//当班计划,班组计划设为0
|
|
|
|
var planInfoList = _boxFoamPlanServices.QueryAsync(x => x.ProductLineCode == "CX_01" && x.StationCode == "1105").Result;
|
|
|
|
var planInfoList = _boxFoamPlanServices.QueryAsync(x => x.ProductLineCode == "CX_01" && x.StationCode == "1105" && x.ShiftType == 1).Result;
|
|
|
|
|
|
|
|
|
|
|
|
if (planInfoList != null)
|
|
|
|
if (planInfoList != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|