只有货架区区分大小件

main
霸王龙 2025-02-27 17:13:12 +08:00
parent 947c440423
commit 8c964a1529
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
bean.kwh = getValueString(list.get(i), 9);
bean.rwzt = getValueInt(list.get(i), 10);
String wllx_str = getValueString(list.get(i), 11);
if ("大件".equals(wllx_str)) {
if ("大件".equals(wllx_str)&&bean.kuqu.equals(NewWaveFlag.HJQ)) {
wllx_str = "big";
} else {
wllx_str = "small";