change - 班组切换取值问题处理

dev
wenjy 1 year ago
parent 0a2568fce1
commit 66a2337f11

@ -208,7 +208,7 @@ namespace Aucma.Core.OldBoxFoam.Business
log.Warn("班组切换小时数据记录保存失败");
}
//当班计划班组计划设为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)
{

Loading…
Cancel
Save