mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 21:49:37 +08:00
Merge remote-tracking branch 'origin/shoot-hand' into shoot-hand
This commit is contained in:
commit
1757467e83
@ -90,7 +90,7 @@ public class RepairAttachController extends BaseController {
|
||||
repairAttachService.insertRepairAttach(repairAttach);//插入附件数据
|
||||
return R.ok().put("id", repairAttach.getId())
|
||||
.put("originalFilename", originalFilename)
|
||||
.put("url", dfsConfig.getDomain() + url);
|
||||
.put("url",url);
|
||||
} catch (Exception e) {
|
||||
log.error("上传文件失败", e);
|
||||
return R.error(e.getMessage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user