退货统计

This commit is contained in:
Tankaikai 2025-03-25 14:19:21 +08:00
parent 92e3514f51
commit 4a48e272c5
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
PageHelper.startPage(PageUtil.buildPageHelp());
if(InOutItemEnum.ORDER_IN.value().equals(param.getInOutItem())){
param.setInOutType(InOutTypeEnum.OUT.value());
param.setInOutType(InOutItemEnum.ORDER_OUT.value());
param.setInOutItem(InOutItemEnum.ORDER_OUT.value());
param.setIsGreaterZero(YesNoEnum.YES.value());
}
return PageUtil.convert(new PageInfo<>(productStockFlowMapper.getProductStockFlowList(param)));