mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
perf(仪表板): 分享-设置有效期必填后分享链接关闭有效期链接依然有效
This commit is contained in:
parent
fa75331be6
commit
f8bec0ae08
@ -199,7 +199,7 @@ public class XpackShareManage {
|
||||
if (ObjectUtils.isEmpty(sharedBase) || !sharedBase.isPeRequire()) return true;
|
||||
Long exp = share.getExp();
|
||||
String pwd = share.getPwd();
|
||||
return StringUtils.isNotBlank(pwd) && ObjectUtils.isNotEmpty(exp);
|
||||
return StringUtils.isNotBlank(pwd) && ObjectUtils.isNotEmpty(exp) && exp > 0L;
|
||||
}
|
||||
|
||||
public XpackShareProxyVO proxyInfo(XpackShareProxyRequest request) {
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 9a630a5137e745d74b01ca5e8551a7308feacbad
|
||||
Subproject commit 75e1765cbebf599bcb3ee609ec445a9cd062633a
|
Loading…
Reference in New Issue
Block a user