mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	@@ -46,6 +46,7 @@ public class TenantJobAspect {
 | 
				
			|||||||
                try {
 | 
					                try {
 | 
				
			||||||
                    joinPoint.proceed();
 | 
					                    joinPoint.proceed();
 | 
				
			||||||
                } catch (Throwable e) {
 | 
					                } catch (Throwable e) {
 | 
				
			||||||
 | 
					                    log.error("occur error while executing job with tenant {}", tenantId, e);
 | 
				
			||||||
                    results.put(tenantId, ExceptionUtil.getRootCauseMessage(e));
 | 
					                    results.put(tenantId, ExceptionUtil.getRootCauseMessage(e));
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user