소스 검색

自动下架任务逻辑

mengshunguo 3 달 전
부모
커밋
739ba573ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
                 {
-                    endLine1 = 2;
+                    endLine1 = 2; 
                 }
                 else if ((Convert.ToInt32(sourceLocation[1]) == 01 || Convert.ToInt32(sourceLocation[1]) == 02) && endLine1 == 2)
                 {