|  | @@ -1485,8 +1485,8 @@ function printDetailHtml(dataArr, flag) {
 | 
	
		
			
				|  |  |              $(".kfmxtd").show();
 | 
	
		
			
				|  |  |              $(".yjmxtd").hide();
 | 
	
		
			
				|  |  |              $(".gyfs").hide();
 | 
	
		
			
				|  |  | -            if (minOccTime == '' || minOccTime > data.occTime) {
 | 
	
		
			
				|  |  | -                minOccTime = data.occTime
 | 
	
		
			
				|  |  | +            if (minOccTime == '' || minOccTime > format(data.performanceTime, "yyyy-MM-dd HH:mm:ss")) {
 | 
	
		
			
				|  |  | +                minOccTime = format(data.performanceTime, "yyyy-MM-dd HH:mm:ss")
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              html += '<td class="xtd" style="text-align: center;">' + data.frequCode + '</td>';
 | 
	
		
			
				|  |  |              html += '<td class="xtd" style="text-align: center;">' + data.dose + '</td>';
 |