林豪 左 vor 10 Monaten
Ursprung
Commit
4d9bf1ab4a

+ 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",