Browse Source

预算导入项目点功能调整

lfx 7 months ago
parent
commit
91a3e20864

+ 3 - 0
mjava-lanyun/src/main/java/com/malk/lanyun/listener/BudgetListenerForProject.java

@@ -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);