| | |
| | | StringUtils.isEmpty(ivrLibaTemplateScriptVO.getIvrLibaScriptTargetoptionList().get(j).getTargetregex2()) && |
| | | StringUtils.isNotEmpty(ivrLibaTemplateScriptVO.getIvrLibaScriptTargetoptionList().get(j).getTargetregex()) && |
| | | matcher.matches()) { |
| | | log.error("匹配正确了"); |
| | | log.info("匹配正确了"); |
| | | //说明匹配正确了 |
| | | ivrLibaTemplateScriptVO.getIvrLibaScriptTargetoptionList().get(j).setIsUserOperation(1); |
| | | List<IvrLibaTemplateScriptVO> backQuset = redisCache.getCacheObject(userId + "backQuset"); |
| | |
| | | break; |
| | | } |
| | | } else { |
| | | log.error("无匹配"); |
| | | log.info("无匹配"); |
| | | //没有匹配到 |
| | | Integer mateNum = redisCache.getCacheObject(userId + "mateNum"); |
| | | |