|  | @@ -1016,7 +1016,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |                                  maxTimes = material.times;
 | 
	
		
			
				|  |  |                                  if (material.order === 1) {
 | 
	
		
			
				|  |  |                                      // orgTime = material.begin_time;
 | 
	
		
			
				|  |  | -                                    stgAudit[0].end_time = material.begin_time;
 | 
	
		
			
				|  |  | +                                    stgAudit[0].end_time = material.begin_time || stgAudit[0].end_time; // 如果是待上报,没有begin_time,则保留时间
 | 
	
		
			
				|  |  |                                  }
 | 
	
		
			
				|  |  |                              }
 | 
	
		
			
				|  |  |                          }
 |