提交 cb43bd83 编写于 作者: Mosher's avatar Mosher

还原 --- 调整动态代码表过期时间

上级 a7909228
......@@ -27,7 +27,7 @@ export default class ${srfclassname('${item.getCodeName()}')} {
* @type any
* @memberof ${srfclassname('${item.getCodeName()}')}
*/
public expirationTime:any = <#if item.getCacheTimeout?? && item.getCacheTimeout()?? && item.getCacheTimeout() != "-1">new Date().getTime() + ${item.getCacheTimeout()?c}<#else>0</#if>;
public expirationTime:any;
/**
* 预定义类型
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册