记得上下班打卡 | git大法好,push需谨慎

Commit 82a11660 authored by 胡佳晨's avatar 胡佳晨

积分商品 分类列表 1000分页

parent 73e11927
......@@ -49,6 +49,7 @@ public class StoneItemController extends BaseController {
@PostMapping("list")
@ResponseBody
public TableDataInfo list(StoneListParam listParam) {
startPage();
PageInfo<StoneScoreItems> result = iItemService.itemList(listParam.getTitle(), listParam.getState(), listParam.getType(), listParam.getSimpleType());
TableDataInfo rspData = new TableDataInfo();
rspData.setCode(0);
......
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