|  | @@ -1552,7 +1552,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |              await transaction.delete(this.ctx.service.stageChange.tableName, { sid, stimes: times });
 | 
	
		
			
				|  |  |              await transaction.delete(this.ctx.service.stagePay.tableName, { sid, stimes: times });
 | 
	
		
			
				|  |  |              await transaction.delete(this.ctx.service.pay.tableName, { csid: sid, cstimes: times });
 | 
	
		
			
				|  |  | -            await transaction.delete(this.ctx.serivce.stageAuditAss.tableName, { sid, times });
 | 
	
		
			
				|  |  | +            await transaction.delete(this.ctx.service.stageAuditAss.tableName, { sid, times });
 | 
	
		
			
				|  |  |              // 其他台账
 | 
	
		
			
				|  |  |              await this.ctx.service.stageJgcl.deleteStageTimesData(sid, times, transaction);
 | 
	
		
			
				|  |  |              await this.ctx.service.stageOther.deleteStageTimesData(sid, times, transaction);
 |