|  | @@ -307,7 +307,7 @@ public class YfWardPrescriptionController {
 | 
	
		
			
				|  |  |                      if(null == yfWardVo.getOccTime()){
 | 
	
		
			
				|  |  |                          continue;
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  | -                    Date performanceDate = DateUtil.pase(yfWardVo.getOccTime(), "yyyy-MM-dd");
 | 
	
		
			
				|  |  | +                    Date performanceDate = DateUtil.pase(yfWardVo.getPerformanceTime(), "yyyy-MM-dd");
 | 
	
		
			
				|  |  |                      if (h >= 12) {
 | 
	
		
			
				|  |  |                          if (h >= 13) {
 | 
	
		
			
				|  |  |                              if (d.getTime() == performanceDate.getTime()) {
 |