Browse Source

统计修改

anderx 2 years ago
parent
commit
dffc30abdf

+ 0 - 1
src/main/java/com/goafanti/expenseAccount/service/impl/ExpenseAccountServiceImpl.java

@@ -402,7 +402,6 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
                 list2.add(e);
             }
         }
-
         for (String s : map.keySet()) {
             List<OutExpenseAccountStatistics> list3 = (List<OutExpenseAccountStatistics>) map.get(s);
             if (!list3.isEmpty()){