Merge branch 'master_merge' of http://121.40.234.130:8899/root/lanzhouhailiang_one into master_merge

This commit is contained in:
2025-02-20 14:34:59 +08:00

View File

@@ -122,7 +122,7 @@ public class LogAspect {
if (ex instanceof BadRequestException){ if (ex instanceof BadRequestException){
throw ex; throw ex;
}else { }else {
throw new BadRequestException("系统繁忙,请联系管理员确认,后再试"); throw new BadRequestException("系统繁忙,请联系管理员确认,后再试");
} }
} finally { } finally {
log.info("[--response--][请求接口:{} 执行结束][耗时:{}s]", url, (System.currentTimeMillis() - comming) / 1000); log.info("[--response--][请求接口:{} 执行结束][耗时:{}s]", url, (System.currentTimeMillis() - comming) / 1000);