update 解析ua

This commit is contained in:
Guoqs
2024-06-13 10:20:55 +08:00
parent e5cf312996
commit ae9aa49540
2 changed files with 31 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ public class CommonController {
ajax.put("originalFilename", file.getOriginalFilename());
return ajax;
} catch (Exception e) {
log.error("上传固件error", e);
return AjaxResult.error(e.getMessage());
}
}