Browse Source

医生签名

xiaochan 1 year ago
parent
commit
842a9b151d

+ 0 - 3
src/main/java/thyyxxk/webserver/service/settings/SettingsService.java

@@ -390,11 +390,8 @@ public class SettingsService {
             Files.copy(file.getInputStream(), filePath, StandardCopyOption.REPLACE_EXISTING);
             log.info("文件:{}, code:{}", file.getName(), code);
             String url = "http://172.16.32.167:8077/doctorSignatureImage/" + fileName;
-            dao.putAutographImage(code, url);
-
             js.put("url", url);
             js.put("name", fileName);
-
             return ResultVoUtil.success(js);
         } catch (IOException e) {
             log.error("上传错误:{}", e.getMessage());