Browse Source

urgent fix

TonyKang 5 years ago
parent
commit
3961c170eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -192,7 +192,7 @@ async function getAllPagesCommon(ctx, rptTpl, params, option, outputType) {
             pageRst = printCom.outputAsPreviewPage(rptTpl, defProperties);
             pageRst = printCom.outputAsPreviewPage(rptTpl, defProperties);
         }
         }
         if (pageRst) {
         if (pageRst) {
-            fsUtil.writeObjToFile(pageRst, 'D:/GitHome/temp/testBuiltPageResult.jsp');
+            // fsUtil.writeObjToFile(pageRst, 'D:/GitHome/temp/testBuiltPageResult.jsp');
         } else {
         } else {
             //
             //
         }
         }