Commit 00c37b55 authored by liwei's avatar liwei

修改了web端的消费记录接口

parent 041f0b4e
......@@ -118,7 +118,7 @@ public class MemGoldCoinFlowController extends CyPaginationController<MemGoldCoi
@Operation(summary="分页查询金币流水表集合", description="分页查询金币流水表集合")
@GetMapping(value = "/list")
public CyGridModel listByPagination(MemGoldCoinFlow memGoldCoinFlow) {
memGoldCoinFlowServiceImpl.findAllByPagination(getPaginationUtility(), memGoldCoinFlow);
memGoldCoinFlowServiceImpl.findAllByPagination(getPaginationUtility(), memGoldCoinFlow,"web");
return getGridModelResponse();
}
......
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