瀏覽代碼

资料归集,授权时间问题

MaiXinRong 1 年之前
父節點
當前提交
a1ccec80ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/sub_proj_permission.js

+ 1 - 1
app/service/sub_proj_permission.js

@@ -149,7 +149,7 @@ module.exports = app => {
                 const fp = this.PermissionConst.file[p];
                 permissionConst[prefix + fp.value] = fp.title;
             }
-            const result = await this.db.query(`SELECT spp.id, p.name, p.role, p.company, p.mobile, spp.file_permission, spp.filing_type 
+            const result = await this.db.query(`SELECT spp.id, p.name, p.role, p.company, p.mobile, spp.file_permission, spp.filing_type, spp.create_time 
                 FROM ${this.tableName} spp LEFT JOIN ${this.ctx.service.projectAccount.tableName} p
                 On spp.uid = p.id WHERE spp.spid = ? and file_permission <> ''`, [subProjectId]);
             result.forEach(x => {