Parcourir la source

重置文件题名

cr il y a 1 semaine
Parent
commit
ae03dd27e9

+ 1 - 1
blade-service/blade-business/src/main/java/org/springblade/business/controller/InformationWriteQueryController.java

@@ -272,7 +272,7 @@ public class InformationWriteQueryController extends BladeController {
             vo.setNameId(wbsParam.getNameId());
             vo.setNameVaule(wbsParam.getV());
         }
-        if(vo!=null&&StringUtils.isNotEmpty(vo.getNameRule())){
+        if(vo!=null&&StringUtils.isNotEmpty(vo.getNameVaule())){
             List<String> list = Arrays.asList(vo.getNameVaule().split("-"));
             return list;
         }else {