巴河新磅调试修改

dev
wany 2026-03-12 17:28:18 +08:00
parent 8d715678dd
commit 4a65aa26ca
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public class InController extends Controller implements Runnable {
} }
// 巴河进料需要减两吨 // 巴河进料需要减两吨
if (CliCacheData.SUP.getId() == 4 && weight > 35){ if ((CliCacheData.SUP.getId() == 4 || CliCacheData.SUP.getId() == 5) && weight > 35){
weight -= 2; weight -= 2;
} }