@ -296,6 +296,6 @@ public class FileUploadUtils
logger.error("code IOException:", e);
e.printStackTrace();
}
return picPath;
return path + picPath;
@ -308,7 +308,7 @@ public class FileUtils
b[i] += 256;
return FileUtils.writeImportBytes(b);
return writeImportBytes(b);
catch (Exception e)