|
|
@@ -249,7 +249,7 @@ public class ErpProdIODetail implements Serializable {
|
|
|
this.prodtitle = item.getProdTitle();
|
|
|
this.produnit = item.getProdUnit();
|
|
|
this.ordercode = item.getOrderCode();
|
|
|
- this.qty = item.getCheckQty();
|
|
|
+ this.thischeckqty = item.getCheckQty();
|
|
|
}
|
|
|
|
|
|
@Id
|