|  | @@ -854,9 +854,9 @@ public class SyShippingOrderController extends JeecgController<SyShippingOrder,
 | 
											
												
													
														|  |  								 int m = 1;
 |  |  								 int m = 1;
 | 
											
												
													
														|  |  								 for (SyDeclarationElementsItem li1 : itemList1) {
 |  |  								 for (SyDeclarationElementsItem li1 : itemList1) {
 | 
											
												
													
														|  |  									 Map<String, Object> map2 = new HashMap<String, Object>();
 |  |  									 Map<String, Object> map2 = new HashMap<String, Object>();
 | 
											
												
													
														|  | -									 if (li1.getTypeValue().equals("品名")) {
 |  | 
 | 
											
												
													
														|  | -										 li1.setDescribeText(elementEntity.getDeclarationName());
 |  | 
 | 
											
												
													
														|  | -									 }
 |  | 
 | 
											
												
													
														|  | 
 |  | +//									 if (li1.getTypeValue().equals("品名")) {
 | 
											
												
													
														|  | 
 |  | +//										 li1.setDescribeText(elementEntity.getDeclarationName());
 | 
											
												
													
														|  | 
 |  | +//									 }
 | 
											
												
													
														|  |  									 map2.put("name", m + "、" + li1.getTypeValue() + ":");
 |  |  									 map2.put("name", m + "、" + li1.getTypeValue() + ":");
 | 
											
												
													
														|  |  									 map2.put("value", li1.getDescribeText());
 |  |  									 map2.put("value", li1.getDescribeText());
 | 
											
												
													
														|  |  									 listMap.add(map2);
 |  |  									 listMap.add(map2);
 |