MaiXinRong 3 月之前
父節點
當前提交
28f47eb482
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/report_controller.js

+ 1 - 0
app/controller/report_controller.js

@@ -126,6 +126,7 @@ module.exports = app => {
 
         async _getInvolveAcc(ctx, tId) {
             // 获取所有项目参与者
+            // todo 目前4个模块共用,待支付审批确定后统一修改
             const accountList = await ctx.service.projectAccount.getAllDataByCondition({
                 where: { project_id: ctx.session.sessionProject.id, enable: 1 },
                 columns: ['id', 'name', 'company', 'role', 'enable', 'is_admin', 'account_group', 'mobile'],