|  | @@ -397,7 +397,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                      stage_order = payment.order;
 | 
	
		
			
				|  |  |                      sorder = stage_order;
 | 
	
		
			
				|  |  |                      stage_times = payment.times;
 | 
	
		
			
				|  |  | -                    stageList.push({ user_id: payment.uid, status: payment.status });
 | 
	
		
			
				|  |  | +                    stageList.push({ id: stage_id, user_id: payment.uid, status: payment.status });
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  for (const prjAcc of prjAccList) {
 |