Commit 20f97f00 by rongkailun

【修改】物流列表查询修改

parent 7a2fec52
...@@ -31,7 +31,7 @@ public class LogisticsServiceImpl extends ServiceImpl<LogisticsDao, LogisticsEnt ...@@ -31,7 +31,7 @@ public class LogisticsServiceImpl extends ServiceImpl<LogisticsDao, LogisticsEnt
} }
IPage<LogisticsEntity> page = this.page( IPage<LogisticsEntity> page = this.page(
new Query<LogisticsEntity>().getPage(params), new Query<LogisticsEntity>().getPage(params),
new QueryWrapper<LogisticsEntity>() logisticsEntityQueryWrapper
); );
return new PageUtils(page); return new PageUtils(page);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment