laiguoran %!s(int64=2) %!d(string=hai) anos
pai
achega
f14f59719d
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      app/service/payment_detail_audit.js

+ 8 - 0
app/service/payment_detail_audit.js

@@ -450,6 +450,14 @@ module.exports = app => {
                     times: times + 1,
                     report_json: JSON.stringify(report_json),
                 });
+                // 清空签名
+                await transaction.update(this.ctx.service.paymentRptAudit.tableName, {
+                    signature_msg: null,
+                }, {
+                    where: {
+                        td_id: detailId,
+                    },
+                });
                 // 拷贝新一次审核流程列表
                 await transaction.insert(this.tableName, auditors);