@@ -148,6 +148,7 @@ public class ErpProdIODetailServiceImpl implements ErpProdIODetailService {
List<ErpProdIODetail> detailList = covertApCheckToErpIo(apCheckList);
erpProdIo.getDetails().addAll(detailList);
}
+ erpProdIo.getDetails().removeIf(detail -> detail.getThischeckqty() != null && detail.getThischeckqty().equals(0.0));
groupByOrderCode(erpProdIo);
return erpProdIo;