zengtx 2 years ago
parent
commit
e62ee3ff05

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/shippingDetails/entity/SyShippingDetailsItem.java

@@ -402,7 +402,7 @@ public class SyShippingDetailsItem {
 		this.packId = orderDataVo.getPackId();
 		this.orderQuantity = orderDataVo.getQuantity();
 		this.orderRemainingQuantity = orderDataVo.getQuantity();
-		this.packSurplus = orderDataVo.getQuantity();
+		this.packSurplus = orderDataVo.getQuantity().toString();
 		this.shipmentQuantity = orderDataVo.getQuantity();
 		this.salesTypeText = orderDataVo.getSalesTypeText();