|
@@ -425,7 +425,7 @@ public class InformationWriteQueryController extends BladeController {
|
|
|
WbsTreeContract contract = jdbcTemplate.queryForObject(sql, new BeanPropertyRowMapper<>(WbsTreeContract.class));
|
|
|
String result="";
|
|
|
if(nameRules!=null){
|
|
|
- result= createFileTitle(contract, String.join("-", nameRules));
|
|
|
+ result = nodeBaseInfoServiceClient.getNameRuleByRule(String.join("-", nameRules), contract.getPKeyId() + "");
|
|
|
}
|
|
|
list.add(new PreviewNodeNameVO(dto.getWbsId(),result,nameRules));
|
|
|
}
|