| | |
| | | private IvrLibaTemplateTagMapper ivrLibaTemplateTagMapper; |
| | | |
| | | @Autowired |
| | | private IvrLibaTemplateTargetMapper ivrLibaTemplateTargetMapper; |
| | | |
| | | @Autowired |
| | | private IvrLibaTemplateTargetoptionMapper ivrLibaTemplateTargetOptionMapper; |
| | | |
| | | @Autowired |
| | |
| | | log.info("提供的条件,查询模板详情数据为空:{}", ivrLibaTemplates); |
| | | throw new BaseException("提供的条件,查询模板详情数据为空"); |
| | | } |
| | | |
| | | log.info("ivrLibaTemplates的查询结果为:{},数量为 : {}", ivrLibaTemplates.get(0), ivrLibaTemplates.size()); |
| | | //定义IvrLibaTemplateVO 用于返参 |
| | | IvrLibaTemplateVO templateVO = DtoConversionUtils.sourceToTarget(ivrLibaTemplates.get(0), IvrLibaTemplateVO.class); |
| | | |