|
@@ -37,7 +37,7 @@ public class WbsParamServiceImpl extends BaseServiceImpl<WbsParamMapper, WbsPara
|
|
|
* 文件题名*/
|
|
|
public static final String FILE_TITLE="FILE_TITLE";
|
|
|
@Override
|
|
|
- @Cacheable(cacheNames = "file_title", key = "#nodeId+'@'+#contractId+T(System).currentTimeMillis()/(1000*60)")
|
|
|
+ @Cacheable(cacheNames = "file_title", key = "#nodeId+'@'+T(System).currentTimeMillis()/(1000*100)")
|
|
|
public String createFileTitle(Long nodeId,Long contractId) {
|
|
|
if(BaseUtils.isNotNull(nodeId,contractId)){
|
|
|
StaticLog.info("获取节点{}文件题名",nodeId);
|
|
@@ -52,4 +52,8 @@ public class WbsParamServiceImpl extends BaseServiceImpl<WbsParamMapper, WbsPara
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
+
|