查询逻辑 联查name和code
This commit is contained in:
@@ -46,7 +46,7 @@ public class WmsStockServiceImpl implements IWmsStockService {
|
||||
@Override
|
||||
public TableDataInfo<WmsStockVo> queryPageList(WmsStockBo bo, PageQuery pageQuery) {
|
||||
LambdaQueryWrapper<WmsStock> lqw = buildQueryWrapper(bo);
|
||||
Page<WmsStockVo> result = baseMapper.selectVoPage(pageQuery.build(), lqw);
|
||||
Page<WmsStockVo> result = baseMapper.selectVoPagePlus(pageQuery.build(), lqw);
|
||||
return TableDataInfo.build(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user