|
|
@@ -56,7 +56,7 @@ public class WbsParamServiceImpl extends BaseServiceImpl<WbsParamMapper, WbsPara
|
|
|
|
|
|
|
|
|
@Override
|
|
|
- @Cacheable(cacheNames = "file_title", key = "#wtc.pKeyId+'@'+T(System).currentTimeMillis()/(1000*100)")
|
|
|
+// @Cacheable(cacheNames = "file_title", key = "#wtc.pKeyId+'@'+T(System).currentTimeMillis()/(1000*100)")
|
|
|
public String createFileTitle(WbsTreeContract wtc) {
|
|
|
if(wtc!=null&&wtc.getPKeyId()!=null){
|
|
|
List<WbsTreeContract> nodes = tracing(wtc.getPKeyId());
|