Browse Source

自动下架任务逻辑

mengshunguo 3 months ago
parent
commit
739ba573ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SCADA_DAQ/Customer/Service/Wcs_WmsService.cs

+ 1 - 1
SCADA_DAQ/Customer/Service/Wcs_WmsService.cs

@@ -498,7 +498,7 @@ namespace SCADA_DAQ.Customer.Service
                 });
                 });
                 if ((Convert.ToInt32(sourceLocation[1]) == 01 || Convert.ToInt32(sourceLocation[1]) == 02) && endLine1 == 1)
                 if ((Convert.ToInt32(sourceLocation[1]) == 01 || Convert.ToInt32(sourceLocation[1]) == 02) && endLine1 == 1)
                 {
                 {
-                    endLine1 = 2;
+                    endLine1 = 2; 
                 }
                 }
                 else if ((Convert.ToInt32(sourceLocation[1]) == 01 || Convert.ToInt32(sourceLocation[1]) == 02) && endLine1 == 2)
                 else if ((Convert.ToInt32(sourceLocation[1]) == 01 || Convert.ToInt32(sourceLocation[1]) == 02) && endLine1 == 2)
                 {
                 {