|  | @@ -769,9 +769,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |              const maxId = await this._getMaxLid(this.ctx.tender.id);
 | 
	
		
			
				|  |  |              const select = await this.getDataById(lid);
 | 
	
		
			
				|  |  |              const sumLoad = new SumLoad(this.ctx);
 | 
	
		
			
				|  |  | -            const loadTree = await sumLoad.loadGatherGcl(select, maxId, tenders, {
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -            });
 | 
	
		
			
				|  |  | +            const loadTree = await sumLoad.loadGatherGcl(select, maxId, tenders, {});
 | 
	
		
			
				|  |  |              const result = loadTree.getUpdateData();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              const conn = await this.db.beginTransaction();
 |