Browse Source

修复bug

ellisran 2 tháng trước cách đây
mục cha
commit
93a93728f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/tender.js

+ 1 - 1
app/service/tender.js

@@ -315,7 +315,7 @@ module.exports = app => {
                 }
 
                 // 是否加入到决策大屏中
-                if (sessionProject.page_show.addDataCollect === 0) {
+                if (this.ctx.subProject.page_show.addDataCollect === 0) {
                     await this.ctx.service.datacollectTender.add(sessionProject.id, operate.insertId);
                 }
                 return tender;