|  | @@ -653,6 +653,20 @@ public class Task {
 | 
	
		
			
				|  |  |              qwUserService.syncQwUserName(company.getCorpId());
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +    @Autowired
 | 
	
		
			
				|  |  | +    IFsStorePaymentService fsStorePaymentService;
 | 
	
		
			
				|  |  | +    public void payment(){
 | 
	
		
			
				|  |  | +        List<FsStorePayment> fsStorePayments = fsStorePaymentService.selectAllPayment();
 | 
	
		
			
				|  |  | +        for (FsStorePayment fsStorePayment : fsStorePayments) {
 | 
	
		
			
				|  |  | +            try{
 | 
	
		
			
				|  |  | +                fsStorePaymentService.updateFsStorePaymentByDecryptForm(fsStorePayment.getPaymentId());
 | 
	
		
			
				|  |  | +            }catch (Exception e){
 | 
	
		
			
				|  |  | +                logger.error("同步支付失败:"+fsStorePayment.getPaymentId());
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public void videoTranscode() throws Exception
 | 
	
		
			
				|  |  |      {
 |