|
@@ -298,7 +298,8 @@ public class WarehousingOrderServiceImpl extends ServiceImpl<WarehousingOrderMap
|
|
|
}
|
|
|
}
|
|
|
List<ExpenseAllocationInfo> expenseAllocationInfos = expenseAllocationInfoService.selectList(new EntityWrapper<ExpenseAllocationInfo>()
|
|
|
- .eq("order_id", warehousingOrder2.getId()));
|
|
|
+ .eq("order_id", warehousingOrder2.getId())
|
|
|
+ .ne("status","已驳回"));
|
|
|
if (!CollectionUtils.isEmpty(expenseAllocationInfos)) {
|
|
|
for (ExpenseAllocationInfo expenseAllocationInfo : expenseAllocationInfos) {
|
|
|
ExpenseInfo expenseInfo = expenseInfoService.selectById(expenseAllocationInfo.getInfoId());
|