瀏覽代碼

预算导入

lfx 1 月之前
父節點
當前提交
f9a7956e87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mjava-lanyun/src/main/java/com/malk/lanyun/listener/BudgetListenerForProject.java

+ 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")){
                 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);
 //        System.out.println("存储数据库成功!");