|  | @@ -658,7 +658,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                      newIds.push(qd.id);
 | 
	
		
			
				|  |  |                      if (data[i].pos.length > 0) {
 | 
	
		
			
				|  |  |                          await this.ctx.service.pos.insertLedgerPosData(this.transaction, tenderId, qd, data[i].pos);
 | 
	
		
			
				|  |  | -                        await this._calcNode(qd, this.transaction);
 | 
	
		
			
				|  |  | +                        await this.calcNode(qd, this.transaction);
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  this._cacheMaxLid(tenderId, maxId + data.length);
 |