|
|
@@ -553,6 +553,7 @@ function getGljSummaryReportPages(user_id, prjIds, rpt_id, pageSize, orientation
|
|
|
let rptDataUtil = new rptDataExtractor();
|
|
|
rptDataUtil.initialize((rptTpl._doc)?rptTpl._doc:rptTpl);
|
|
|
try {
|
|
|
+ // fsUtil.writeObjToFile(summaryRawDataRst, "D:/GitHome/temp/summaryRawDataRstRawData.jsp");
|
|
|
let tplData = rptDataUtil.assembleData(summaryRawDataRst);
|
|
|
let printCom = JpcEx.createNew();
|
|
|
if (pageSize) rptTpl[JV.NODE_MAIN_INFO][JV.NODE_PAGE_INFO][JV.PROP_PAGE_SIZE] = pageSize;
|
|
|
@@ -576,7 +577,7 @@ function getGljSummaryReportPages(user_id, prjIds, rpt_id, pageSize, orientation
|
|
|
cb('Have errors while on going...', null);
|
|
|
}
|
|
|
} catch (ex) {
|
|
|
- console.log("报表数据异常: userId " + user_id + ", project id: " + prj_id);
|
|
|
+ // console.log("报表数据异常: userId " + user_id + ", project id: " + prj_id);
|
|
|
console.log(ex);
|
|
|
cb('Exception occurs while on going...', null);
|
|
|
}
|