Sfoglia il codice sorgente

成衣推送增加小po

huxy 2 anni fa
parent
commit
6851d55222

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splfi/entity/SyPackingListFabricItem.java

@@ -447,6 +447,7 @@ public class SyPackingListFabricItem implements Serializable {
 		treatmentMethod=strs[23+1];//处理方式
 		containerNumber=strs[24+1];//柜号
 		remarks2=strs[25+1];//备注
+		System.out.println("remarks2\t"+remarks2);
 		BigDecimal width1=new BigDecimal("0");
 		BigDecimal gramWeight2=new BigDecimal("0");
 		if(isNumeric(width)){

+ 1 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splt/mapper/xml/syPackingListTailoringItemMapper.xml

@@ -295,6 +295,7 @@
 		ompo_Account,
 		ompo_Id,
 		spur_Or_Sub_Order,
+		small_Po,
 		inventory_Code,
 		(select declaration_Name from sy_declaration_elements
 		where id=sy_packing_list_tailoring_item.elements_Id limit 1) declaration_Name,

+ 6 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splt/service/impl/SyPackingListTailoringServiceImpl.java

@@ -1189,6 +1189,12 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
 				JSONObject mapItem5=new JSONObject();
 				JSONObject mapItem6=new JSONObject();
 
+				mapItem.put("CDEFINE28",item.getSmallPo());
+				mapItem3.put("CDEFINE28",item.getSmallPo());
+				mapItem4.put("CDEFINE28",item.getSmallPo());
+				mapItem5.put("CDEFINE28",item.getSmallPo());
+				mapItem6.put("CDEFINE28",item.getSmallPo());
+
 				map.put("CACCID",mapt.get("account"));//账套号
 				map3.put("CACCID",mapt.get("account"));//账套号
 				map4.put("CACCID",mapt.get("account"));//账套号