Commit 041f0b4e authored by liwei's avatar liwei

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

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