TonyKang 5 年 前
コミット
c6738c1e07
1 ファイル変更1 行追加1 行削除
  1. 1 1
      modules/reports/controllers/rpt_controller.js

+ 1 - 1
modules/reports/controllers/rpt_controller.js

@@ -455,7 +455,7 @@ function getBillsSummaryReportPages(req, user_id, prjIds, rpt_id, pageSize, orie
                     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: " + JSON.stringify(prjIds));
                 console.log(ex);
                 cb('Exception occurs while on going...', null);
             }