|  | @@ -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);
 | 
	
		
			
				|  |  |  
 |