Commit 8190347a by jiawei.su

someupate

parent 00ef47b4
......@@ -379,17 +379,13 @@ namespace Siger.ApiACC.Controllers
}
}
////上料中
//if (sectionProperty.upload != 0)
//{
// sectionProperty.upload += 1;
// _automationSectionProperty.Update(sectionProperty);
//}
//if (sectionProperty.down != 0)
//{
// sectionProperty.down += 1;
// _automationSectionProperty.Update(sectionProperty);
//}
////准备下料 不经过抽检台
if (sectionProperty.down != 0)
{
sectionProperty.down += 1;
_automationSectionProperty.Update(sectionProperty);
}
}
// CNC 设备
......@@ -466,7 +462,7 @@ namespace Siger.ApiACC.Controllers
Logger.WriteLineInfo($"PlCfeeback 未找到该工装储位信息");
throw new BadRequestException(AccEnum.MachineDisable);
}
//下料料
//准备下料,经过抽检台
if (_Property.down != 0)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment