bugfix 查询挂起状态占桩订单

This commit is contained in:
Lemon
2023-09-23 18:17:27 +08:00
parent 5e5d36b47d
commit 72c37c7a62
2 changed files with 4 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ public class CommonController {
log.info("图片上传成功 url:{}", url);
return ajax;
}catch (Exception e){
log.error("上传到阿里云oss error, ", e);
return AjaxResult.error(e.getMessage());
}
}