ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibaTemplateController.java
@@ -102,7 +102,7 @@ } /** * 新增或修改问题详情 * 新增或修改随访模板库详情 */ @ApiOperation("新增或修改随访模板库详情") @PreAuthorize("@ss.hasPermi('smartor:script:list')") @@ -119,7 +119,7 @@ */ @ApiOperation("查询模板详情根据条件") @PostMapping("/selectInfoByCondition") public AjaxResult selectInfoByCondition(IvrLibaTemplateVO ivrLibaTemplateVO) { public AjaxResult selectInfoByCondition(@RequestBody IvrLibaTemplateVO ivrLibaTemplateVO) { if (ObjectUtils.isEmpty(ivrLibaTemplateVO)) { throw new BaseException("查询模板详情入参为空,请检查入参"); }