Browse Source

urgent fix

TonyKang 5 năm trước cách đây
mục cha
commit
3961c170eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
         }
         if (pageRst) {
-            fsUtil.writeObjToFile(pageRst, 'D:/GitHome/temp/testBuiltPageResult.jsp');
+            // fsUtil.writeObjToFile(pageRst, 'D:/GitHome/temp/testBuiltPageResult.jsp');
         } else {
             //
         }