|
@@ -417,7 +417,7 @@ module.exports = app => {
|
|
|
}
|
|
|
const auditIdList = ctx.helper._.map(ctx.detail.auditors, 'aid');
|
|
|
const rptAuditIdList = ctx.helper._.map(ctx.detail.rptAudits, 'uid');
|
|
|
- const uidList = ctx.helper._.uniq([...auditIdList, ...rptAuditIdList]);
|
|
|
+ const uidList = ctx.helper._.uniq([ctx.detail.uid, ...auditIdList, ...rptAuditIdList]);
|
|
|
|
|
|
// 获取附件列表
|
|
|
const attList = await ctx.service.paymentDetailAtt.getPaymentDetailAttachment(ctx.detail.id, 'desc');
|