ソースを参照

20190805提交2

xs 5 年 前
コミット
ad0a15eaec

+ 6 - 6
src/main/java/com/jeeplus/modules/sg/overheadline/service/SettlementService.java

@@ -42,12 +42,12 @@ public class SettlementService {
      获取结算数据
     */
     public List<Settlement> getSettlement(MultipartFile file, String id) throws  Exception{
-        ImportExcel completion = new ImportExcel(file,1, BashInfo.SHEET_HZB);
-        ImportExcel built = new ImportExcel(file,1,BashInfo.SHEET_GCHZ);
-        ImportExcel division = new ImportExcel(file,1,BashInfo.SHEET_FBFXJJ);
-        ImportExcel wordFirst = new ImportExcel(file,1,BashInfo.SHEET_CSB);
-        ImportExcel otherProject = new ImportExcel(file,1,BashInfo.SHEET_QTFY);
-        ImportExcel feesProject  = new ImportExcel(file,1,BashInfo.SHEET_GFQD);
+        ImportExcel completion = new ImportExcel(file,1, BashInfo.SHEET_HZB);//工程项目竣工结算汇总表
+        ImportExcel built = new ImportExcel(file,1,BashInfo.SHEET_GCHZ);//架空线路工程汇总表
+        ImportExcel division = new ImportExcel(file,1,BashInfo.SHEET_FBFXJJ);//分部分项工程量清单计价表
+        ImportExcel wordFirst = new ImportExcel(file,1,BashInfo.SHEET_CSB);//措施项目清单计价表(一)
+        ImportExcel otherProject = new ImportExcel(file,1,BashInfo.SHEET_QTFY);//其他项目清单计价表
+        ImportExcel feesProject  = new ImportExcel(file,1,BashInfo.SHEET_GFQD);//规费项目清单计价表
         Map<String,Object[]> builtMap = getCompletionWorks(completion);
         double builtTotal = ExcelUtil.getDouble(built,BashInfo.QT_HJ,0,2);//获取架空线路工程费用汇总表 分部分项 合计