Commit 7703347b by 吕明尚

优化订单查询接口

parent 0b7108a3
......@@ -311,6 +311,7 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme
return baseMapper.updateSOrder(sOrder);
}
@Override
public TableDataInfoVo pageList(TableDataInfo dataTable, SOrder sOrder) {
List<SOrder> list = (List<SOrder>) dataTable.getRows();
TableDataInfoVo tableDataInfo = new TableDataInfoVo();
......
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