Commit 041f0b4e authored by liwei's avatar liwei

增加了app端的消费记录接口

parent dc7569cc
...@@ -112,7 +112,7 @@ public class MemGoldCoinFlowServiceImpl extends ServiceImpl<MemGoldCoinFlowRepos ...@@ -112,7 +112,7 @@ public class MemGoldCoinFlowServiceImpl extends ServiceImpl<MemGoldCoinFlowRepos
MemGoldCoinFlow memGoldCoinFlow,String type){ MemGoldCoinFlow memGoldCoinFlow,String type){
if (type.equals("app")){ if (type.equals("app")){
//小程序 //小程序
return baseMapper.queryMemGoldCoinFlowsPaged(paginationUtility,memGoldCoinFlow); return baseMapper.appQueryMemGoldCoinFlowsPaged(paginationUtility,memGoldCoinFlow);
} else { } else {
//管理端 //管理端
return baseMapper.queryMemGoldCoinFlowsPaged(paginationUtility,memGoldCoinFlow); return baseMapper.queryMemGoldCoinFlowsPaged(paginationUtility,memGoldCoinFlow);
......
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