林豪 左 10 달 전
부모
커밋
4d9bf1ab4a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      业务工程/分拣库/WCS.WorkEngineering/Systems/分拣主线/满轮主线预写入目标地址.cs

+ 2 - 2
业务工程/分拣库/WCS.WorkEngineering/Systems/分拣主线/满轮主线预写入目标地址.cs

@@ -91,7 +91,7 @@ namespace WCS.WorkEngineering.Systems
 
                     if (taskInfo.WarehouseCode.Contains("N"))
                     {
-                        next = config.Code switch
+                        next = config.SContent switch
                         {
                             "1" => "418",
                             "2" => "818",
@@ -101,7 +101,7 @@ namespace WCS.WorkEngineering.Systems
                     }
                     else if (taskInfo.WarehouseCode.Contains("S"))
                     {
-                        next = config.Code switch
+                        next = config.SContent switch
                         {
                             "1" => "618",
                             "2" => "1018",