陈昶聿
2 天以前 04fa1170edc2f47e9ad87ec5c7181ff7fc2ca501
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrTaskTemplateController.java
@@ -129,7 +129,7 @@
    @PostMapping("/selectInfoByCondition")
    public AjaxResult selectInfoByCondition(@RequestBody IvrTaskTemplateVO vo) {
        if (ObjectUtils.isEmpty(vo)) {
            throw new BaseException("查询模板详情入参为空,请检查入参");
            throw new BaseException("查询语音任务模板详情入参为空,请检查入参");
        }
        return success(ivrTaskTemplateService.selectInfoByCondition(vo));
    }