耗材管理
This commit is contained in:
@@ -202,4 +202,10 @@ public class ConsStockFlowServiceImpl extends ServiceImpl<ConsStockFlowMapper, C
|
||||
consInfoMapper.update(consInfo);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Page<ConsStockFlowDTO> findConsStockFlowPage(Long conId) {
|
||||
Long shopId = StpKit.USER.getShopId(0L);
|
||||
return pageAs(PageUtil.buildPage(), query().eq(ConsStockFlow::getShopId, shopId).eq(ConsStockFlow::getConId, conId).orderBy(ConsStockFlow::getId, false), ConsStockFlowDTO.class);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user