liusheng
2024-05-28 500130efe30180fe635ba4482e097e848d37c7e3
smartor/src/main/java/com/smartor/service/impl/IvrLibaTargetServiceImpl.java
@@ -237,7 +237,7 @@
                matcher2 = pattern2.matcher(ivrLibaTargetVO.getContent());
            }
            if (StringUtils.isNotEmpty(ivrLibaTargetoption.getTargetregex2()) && matcher2.matches() && StringUtils.isNotEmpty(ivrLibaTargetoption.getTargetregex()) && matcher.matches() || StringUtils.isEmpty(ivrLibaTargetoption.getTargetregex2()) && StringUtils.isNotEmpty(ivrLibaTargetoption.getTargetregex()) && matcher.matches()) {
                return ivrLibaTargetoption.getOptiondesc();
                return ivrLibaTargetoption.getTargetvalue();
            }
        }