巴河新磅调试修改
parent
8d715678dd
commit
4a65aa26ca
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue