|
@@ -330,7 +330,7 @@ public class SettingsService {
|
|
|
JSONObject js = new JSONObject();
|
|
|
String name = FileNameUtil.extName(file.getOriginalFilename());
|
|
|
String fileName = code + "." + name;
|
|
|
- js.put("url", StrUtil.format("/doctorSignatureImage/{}.png", "archive", code));
|
|
|
+ js.put("url", StrUtil.format("/doctorSignatureImage/{}.png", code));
|
|
|
js.put("name", fileName);
|
|
|
return ResultVoUtil.success(js);
|
|
|
}
|