|
@@ -72,7 +72,7 @@ module.exports = app => {
|
|
|
const newDetail = {
|
|
|
tender_id: this.ctx.paymentTender.id,
|
|
|
tr_id: trInfo.id,
|
|
|
- order: preDetail.order ? preDetail.order + 1 : 1,
|
|
|
+ order: preDetail && preDetail.order ? preDetail.order + 1 : 1,
|
|
|
times: 1,
|
|
|
status: auditConst.status.uncheck,
|
|
|
uid: this.ctx.session.sessionUser.accountId,
|