@@ -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'],