|  | @@ -47,7 +47,7 @@ public class OrderTask {
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 未支付的现场商品且已人脸识别通过的订单(发送微信模版消息提醒用户)
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    @Scheduled(cron = "0/5 * * * * ?")
 | 
	
		
			
				|  |  | +//    @Scheduled(cron = "0/5 * * * * ?")
 | 
	
		
			
				|  |  |      public void unPayAndFaceSuccessOrder() {
 | 
	
		
			
				|  |  |          logger.info(">>>>>>>>>>>>>>>>>>>>unPayAndFaceSuccessOrder is start ");
 | 
	
		
			
				|  |  |          qzOrderService.unPayAndFaceSuccessOrder();
 | 
	
	
		
			
				|  | @@ -234,7 +234,7 @@ public class OrderTask {
 | 
	
		
			
				|  |  |          logger.info(">>>>>>>>>>>>>>>>>>>>updateCampTopicStatByRefundSuccess is end ");
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @Scheduled(fixedRate = 1000 * 60 * 1)
 | 
	
		
			
				|  |  | +//    @Scheduled(fixedRate = 1000 * 60 * 1)
 | 
	
		
			
				|  |  |      public void updateSellVolume() {
 | 
	
		
			
				|  |  |          logger.info(">>>>>>>>>>>>>>>>>>>>updateSellVolume is start ");
 | 
	
		
			
				|  |  |          qzOrderService.updateSellVolume();
 |