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

Commit 4278ca25 authored by 胡佳晨's avatar 胡佳晨

post

parent 6271615d
......@@ -42,7 +42,7 @@ public class StoneItemController extends BaseController {
@Log(title = "积分商品:列表")
@ApiOperation(value = "积分商品:列表")
@GetMapping("list")
@PostMapping("list")
@ResponseBody
public TableDataInfo list(StoneListParam listParam) {
PageInfo<StoneScoreItems> result = iItemService.itemList(listParam.getTitle(), listParam.getState(), listParam.getType());
......
......@@ -45,7 +45,7 @@ public class StoneLogsController extends BaseController {
@Log(title = "积分明细:列表")
@ApiOperation(value = "积分明细:列表",position = 2)
@GetMapping("list")
@PostMapping("list")
@ResponseBody
public TableDataInfo list(StoneScoreListParam listParam) {
PageInfo<StoneScoreListDto> result = iScoreService.list(listParam);
......
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