浏览代码

退回bug

laiguoran 2 年之前
父节点
当前提交
f14f59719d
共有 1 个文件被更改,包括 8 次插入0 次删除
  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);