wk 2019-05-06 16:18:17 +08:00
commit f87efe8200
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);