医生二维码保存地址修改

master
gongzhenkun 2 years ago
parent 61c7f34bbd
commit 766635c976

@ -296,6 +296,6 @@ public class FileUploadUtils
logger.error("code IOException:", e); logger.error("code IOException:", e);
e.printStackTrace(); e.printStackTrace();
} }
return picPath; return path + picPath;
} }
} }

@ -308,7 +308,7 @@ public class FileUtils
b[i] += 256; b[i] += 256;
} }
} }
return FileUtils.writeImportBytes(b); return writeImportBytes(b);
} }
catch (Exception e) catch (Exception e)

Loading…
Cancel
Save