Ver código fonte

fix_condition

Administrator 3 anos atrás
pai
commit
6595e89b9c

+ 1 - 1
Projects/永冠OPP/WCS.Service/Works/Station/涂布入库.cs

@@ -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;