BUG#12487

yun-zuoyi
许心洁 5 years ago
parent 49fb55bb42
commit 2d47eeb84d

@ -268,8 +268,8 @@ dataSrc ="cn.estsh.i3plus.pojo.wms.bean.WmsZones",
this.z = z; this.z = z;
} }
public WmsLocate(Integer boxQty , Double partQty,String locateNo){ public WmsLocate(Long boxQty , Double partQty,String locateNo){
this.boxQty=boxQty; this.boxQty=boxQty.intValue();
this.partQty=partQty; this.partQty=partQty;
this.locateNo=locateNo; this.locateNo=locateNo;
} }

Loading…
Cancel
Save