mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #13156 from dataease/pr@dev-v2@perf_share_exp_require
perf(仪表板): 分享-设置有效期必填后分享链接关闭有效期链接依然有效
This commit is contained in:
@@ -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
Submodule de-xpack updated: 9a630a5137...75e1765cbe
Reference in New Issue
Block a user