Browse Source

预算导入

lfx 1 month ago
parent
commit
f9a7956e87

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

@@ -125,7 +125,7 @@ public class BudgetListenerForProject extends AnalysisEventListener<Budget> {
             if(type1.equals("0")&&type2.equals("0")&&type3.equals("0")&&type4.equals("0")&&type5.equals("0")){
             if(type1.equals("0")&&type2.equals("0")&&type3.equals("0")&&type4.equals("0")&&type5.equals("0")){
                 continue;
                 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));
+            resultdata.add(UtilMap.map("yearMonth, yearMonthStr, type1, type2, type3, type4, type5, type6",yearMonth,yearMonthStr,NumberUtil.mul(type1,"1.06").toString(),type2,NumberUtil.mul(type3,"1.13"),type4,type5,type6));
         }
         }
         saveData(resultdata);
         saveData(resultdata);
 //        System.out.println("存储数据库成功!");
 //        System.out.println("存储数据库成功!");