You've already forked FrameTour-BE
地址问题,时间判断问题
This commit is contained in:
@@ -40,7 +40,7 @@ public class StorageUtil {
|
||||
}
|
||||
|
||||
public static String getRelativePath(String fullPath, String relativeOn) {
|
||||
if (StringUtils.isBlank(relativeOn)) {
|
||||
if (StringUtils.isNotBlank(relativeOn)) {
|
||||
fullPath = fullPath.replace(relativeOn, "");
|
||||
}
|
||||
if (fullPath.startsWith("/")) {
|
||||
|
Reference in New Issue
Block a user