|
@@ -1570,7 +1570,7 @@ public class WarehousingOrderServiceImpl extends ServiceImpl<WarehousingOrderMap
|
|
|
pageView.put("batchId", warehousingOrder.getBatchId());
|
|
|
pageView.put("appFlag", "1");
|
|
|
// 查询入库单总数
|
|
|
- List<WarehousingOrder> dataList = baseMapper.getListByCondition(pageView);
|
|
|
+ List<WarehousingOrder> dataList = baseMapper.getListByConditionHis(pageView);
|
|
|
|
|
|
Double requestFundsTotal = 0d;//请款合计
|
|
|
Double inWarehouseWeightTotal = 0d;//重量合计
|