|
@@ -143,7 +143,7 @@ namespace WCS.Service.Works.Station
|
|
|
var judge = Device.Find("1435").Device<IStation520,IStation521,IStation523>();
|
|
|
if (obj.Entity.CODE == "G1394")
|
|
|
{
|
|
|
- if (judge.Data3.Status.HasFlag(StationStatus.自动))
|
|
|
+ if (!judge.Data3.Status.HasFlag(StationStatus.自动))
|
|
|
{
|
|
|
InfoLog.INFO_INFO("不在自动状态1435");
|
|
|
continue;
|