|
@@ -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+'@'+T(System).currentTimeMillis()/(1000*100)")
|
|
|
+ @Cacheable(cacheNames = "file_title", key = "#wbsTreeContract.pKeyId+'@'+T(System).currentTimeMillis()/(1000*100)")
|
|
|
public String createFileTitle(Long nodeId,Long contractId,WbsTreeContract wbsTreeContract) {
|
|
|
if(BaseUtils.isNotNull(nodeId,contractId)){
|
|
|
StaticLog.info("获取节点{}文件题名",nodeId);
|