只有货架区区分大小件
							parent
							
								
									947c440423
								
							
						
					
					
						commit
						8c964a1529
					
				| 
						 | 
					@ -180,7 +180,7 @@ public class DefaultNewWaveManager extends DefaultBaseManager implements
 | 
				
			||||||
			bean.kwh = getValueString(list.get(i), 9);
 | 
								bean.kwh = getValueString(list.get(i), 9);
 | 
				
			||||||
			bean.rwzt = getValueInt(list.get(i), 10);
 | 
								bean.rwzt = getValueInt(list.get(i), 10);
 | 
				
			||||||
			String wllx_str = getValueString(list.get(i), 11);
 | 
								String wllx_str = getValueString(list.get(i), 11);
 | 
				
			||||||
			if ("大件".equals(wllx_str)) {
 | 
								if ("大件".equals(wllx_str)&&bean.kuqu.equals(NewWaveFlag.HJQ)) {
 | 
				
			||||||
				wllx_str = "big";
 | 
									wllx_str = "big";
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				wllx_str = "small";
 | 
									wllx_str = "small";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue