|
@@ -363,7 +363,7 @@ module.exports = app => {
|
|
|
const uidList = ctx.helper._.uniq([...auditIdList, ...rptAuditIdList]);
|
|
|
|
|
|
// 获取附件列表
|
|
|
- const attList = await ctx.service.paymentDetailAtt.getPaymentDetailAttachment(ctx.detail.id);
|
|
|
+ const attList = await ctx.service.paymentDetailAtt.getPaymentDetailAttachment(ctx.detail.id, 'desc');
|
|
|
const renderData = {
|
|
|
trInfo: ctx.trInfo,
|
|
|
paymentConst,
|