|  | @@ -153,7 +153,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  // 在主表pos中新增数据
 | 
	
		
			
				|  |  |                  const p = {
 | 
	
		
			
				|  |  | -                    tid: this.ctx.tender.id, lid: d.lid, name: d.name,
 | 
	
		
			
				|  |  | +                    id: this.uuid.v4(), tid: this.ctx.tender.id, lid: d.lid, name: d.name,
 | 
	
		
			
				|  |  |                      add_stage: this.ctx.stage.id,
 | 
	
		
			
				|  |  |                      add_times: this.ctx.stage.curTimes,
 | 
	
		
			
				|  |  |                      add_user: this.ctx.session.sessionUser.accountId,
 |