fix 货币流水

master
gaojie 2019-05-06 15:34:57 +08:00
parent 6fdb607838
commit 17d5451f24
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class FindFlowController {
if (type ==1){
List<MoneyFlow> moneyFlowList = itemDao.findMoneyFlowInfo(serverId,startTime,endTime,userId);
map.put("moneyFlows",moneyFlowList);
return " ";
return "moneyFlows";
}else{
List<ItemFlow> itemFlowList = itemDao.findItemFlowInfo(serverId,startTime,endTime,userId);
map.put("itemFlows",itemFlowList);