@@ -118,6 +118,9 @@ public class BudgetListenerForProject extends AnalysisEventListener<Budget> {
}
+ if(type1.equals("0")&&type2.equals("0")&&type3.equals("0")&&type4.equals("0")&&type5.equals("0")){
+ continue;
+ }
resultdata.add(UtilMap.map("yearMonth, yearMonthStr, type1, type2, type3, type4, type5",yearMonth,yearMonthStr,NumberUtil.mul(type1,"1.06").toString(),type2,NumberUtil.mul(type3,"1.13"),type4,type5));
saveData(resultdata);