| | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String language; |
| | | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${note}", readConverterExp = "$column.readConverterExp()") |
| | | private String note; |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private Long version; |
| | |
| | | public String getLanguage() |
| | | { |
| | | return language; |
| | | } |
| | | public void setNote(String note) |
| | | { |
| | | this.note = note; |
| | | } |
| | | |
| | | public String getNote() |
| | | { |
| | | return note; |
| | | } |
| | | public void setVersion(Long version) |
| | | { |
| | |
| | | .append("subModuleID", getSubModuleID()) |
| | | .append("subModuleName", getSubModuleName()) |
| | | .append("language", getLanguage()) |
| | | .append("description", getDescription()) |
| | | .append("note", getNote()) |
| | | .append("version", getVersion()) |
| | | .append("isEnable", getIsEnable()) |
| | | .append("isDel", getIsDel()) |
| | |
| | | /** */ |
| | | @Excel(name = " ") |
| | | private String language; |
| | | /** */ |
| | | @Excel(name = " ") |
| | | private String note; |
| | | |
| | | /** */ |
| | | @Excel(name = " ") |
| | |
| | | { |
| | | return language; |
| | | } |
| | | public void setNote(String note) |
| | | { |
| | | this.note = note; |
| | | } |
| | | |
| | | public String getNote() |
| | | { |
| | | return note; |
| | | } |
| | | public void setVersion(Long version) |
| | | { |
| | | this.version = version; |
| | |
| | | return orgid; |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |
| | |
| | | .append("categoryname", getCategoryname()) |
| | | .append("targetoptions", getTargetoptions()) |
| | | .append("language", getLanguage()) |
| | | .append("description", getDescription()) |
| | | .append("note", getNote()) |
| | | .append("version", getVersion()) |
| | | .append("isenable", getIsenable()) |
| | | .append("isdel", getIsdel()) |
| | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String targetRegex; |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${note}", readConverterExp = "$column.readConverterExp()") |
| | | private String note; |
| | | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | |
| | | public String getTargetRegex() |
| | | { |
| | | return targetRegex; |
| | | } |
| | | public void setNote(String note) |
| | | { |
| | | this.note = note; |
| | | } |
| | | |
| | | public String getNote() |
| | | { |
| | | return note; |
| | | } |
| | | public void setLanguage(String language) |
| | | { |
| | |
| | | .append("categoryName", getCategoryName()) |
| | | .append("targetValue", getTargetValue()) |
| | | .append("targetRegex", getTargetRegex()) |
| | | .append("description", getDescription()) |
| | | .append("note", getNote()) |
| | | .append("language", getLanguage()) |
| | | .append("version", getVersion()) |
| | | .append("isEnable", getIsEnable()) |
| | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String language; |
| | | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${note}", readConverterExp = "$column.readConverterExp()") |
| | | private String note; |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private Long isEnable; |
| | |
| | | public void setLanguage(String language) |
| | | { |
| | | this.language = language; |
| | | } |
| | | |
| | | public String getNote() |
| | | { |
| | | return note; |
| | | } |
| | | public void setNote(String note) |
| | | { |
| | | this.note = note; |
| | | } |
| | | |
| | | public String getLanguage() |
| | |
| | | .append("firstQuestionNum", getFirstQuestionNum()) |
| | | .append("submodule", getSubmodule()) |
| | | .append("language", getLanguage()) |
| | | .append("description", getDescription()) |
| | | .append("note", getNote()) |
| | | .append("isEnable", getIsEnable()) |
| | | .append("isDel", getIsDel()) |
| | | .append("addUserID", getAddUserID()) |
| | |
| | | <result property="subModuleID" column="subModuleID" /> |
| | | <result property="subModuleName" column="subModuleName" /> |
| | | <result property="language" column="language" /> |
| | | <result property="description" column="description" /> |
| | | <result property="note" column="note" /> |
| | | <result property="version" column="version" /> |
| | | <result property="isEnable" column="isEnable" /> |
| | | <result property="isDel" column="isDel" /> |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectIvrLibaExtemplateVo"> |
| | | select subModuleID, subModuleName, language, description, version, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, GroupID, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_extemplate |
| | | select subModuleID, subModuleName, language, note, version, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, GroupID, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_extemplate |
| | | </sql> |
| | | |
| | | <select id="selectIvrLibaExtemplateList" parameterType="IvrLibaExtemplate" resultMap="IvrLibaExtemplateResult"> |
| | |
| | | <where> |
| | | <if test="subModuleName != null and subModuleName != ''"> and subModuleName like concat('%', #{subModuleName}, '%')</if> |
| | | <if test="language != null and language != ''"> and language = #{language}</if> |
| | | <if test="description != null and description != ''"> and description = #{description}</if> |
| | | <if test="note != null and note != ''"> and note = #{note}</if> |
| | | <if test="version != null "> and version = #{version}</if> |
| | | <if test="isEnable != null "> and isEnable = #{isEnable}</if> |
| | | <if test="isDel != null "> and isDel = #{isDel}</if> |
| | |
| | | <if test="subModuleID != null">subModuleID,</if> |
| | | <if test="subModuleName != null and subModuleName != ''">subModuleName,</if> |
| | | <if test="language != null and language != ''">language,</if> |
| | | <if test="description != null">description,</if> |
| | | <if test="note != null">note,</if> |
| | | <if test="version != null">version,</if> |
| | | <if test="isEnable != null">isEnable,</if> |
| | | <if test="isDel != null">isDel,</if> |
| | |
| | | <if test="subModuleID != null">#{subModuleID},</if> |
| | | <if test="subModuleName != null and subModuleName != ''">#{subModuleName},</if> |
| | | <if test="language != null and language != ''">#{language},</if> |
| | | <if test="description != null">#{description},</if> |
| | | <if test="note != null">#{note},</if> |
| | | <if test="version != null">#{version},</if> |
| | | <if test="isEnable != null">#{isEnable},</if> |
| | | <if test="isDel != null">#{isDel},</if> |
| | |
| | | <trim prefix="SET" suffixOverrides=","> |
| | | <if test="subModuleName != null and subModuleName != ''">subModuleName = #{subModuleName},</if> |
| | | <if test="language != null and language != ''">language = #{language},</if> |
| | | <if test="description != null">description = #{description},</if> |
| | | <if test="note != null">note = #{note},</if> |
| | | <if test="version != null">version = #{version},</if> |
| | | <if test="isEnable != null">isEnable = #{isEnable},</if> |
| | | <if test="isDel != null">isDel = #{isDel},</if> |
| | |
| | | <result property="categoryname" column="categoryname" /> |
| | | <result property="targetoptions" column="targetoptions" /> |
| | | <result property="language" column="language" /> |
| | | <result property="description" column="description" /> |
| | | <result property="note" column="note" /> |
| | | <result property="version" column="version" /> |
| | | <result property="isenable" column="isenable" /> |
| | | <result property="isdel" column="isdel" /> |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectIvrLibaScriptVo"> |
| | | select questionid, questionpoint, questiontext, questionvoice, nomatchtext, nomatchvoice, sliencetext, sliencevoice, submoduletext, submodulevoice, noclearlytext, noclearlyvoice, questiontype, categoryname, targetoptions, language, description, version, isenable, isdel, adduserid, addtime, modifyuserid, modifytime, groupid, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_script |
| | | select questionid, questionpoint, questiontext, questionvoice, nomatchtext, nomatchvoice, sliencetext, sliencevoice, submoduletext, submodulevoice, noclearlytext, noclearlyvoice, questiontype, categoryname, targetoptions, language, note, version, isenable, isdel, adduserid, addtime, modifyuserid, modifytime, groupid, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_script |
| | | </sql> |
| | | |
| | | <select id="selectIvrLibaScriptList" parameterType="IvrLibaScript" resultMap="IvrLibaScriptResult"> |
| | |
| | | <if test="categoryname != null and categoryname != ''"> and categoryname like concat('%', #{categoryname}, '%')</if> |
| | | <if test="targetoptions != null and targetoptions != ''"> and targetoptions = #{targetoptions}</if> |
| | | <if test="language != null and language != ''"> and language = #{language}</if> |
| | | |
| | | <if test="note != null and note != ''"> and note = #{note}</if> |
| | | <if test="version != null "> and version = #{version}</if> |
| | | <if test="isenable != null "> and isenable = #{isenable}</if> |
| | | <if test="isdel != null "> and isdel = #{isdel}</if> |
| | |
| | | <if test="categoryname != null">categoryname,</if> |
| | | <if test="targetoptions != null">targetoptions,</if> |
| | | <if test="language != null">language,</if> |
| | | <if test="description != null">description,</if> |
| | | <if test="note != null">note,</if> |
| | | <if test="version != null">version,</if> |
| | | <if test="isenable != null">isenable,</if> |
| | | <if test="isdel != null">isdel,</if> |
| | |
| | | <if test="categoryname != null">#{categoryname},</if> |
| | | <if test="targetoptions != null">#{targetoptions},</if> |
| | | <if test="language != null">#{language},</if> |
| | | <if test="description != null">#{description},</if> |
| | | <if test="note != null">#{note},</if> |
| | | <if test="version != null">#{version},</if> |
| | | <if test="isenable != null">#{isenable},</if> |
| | | <if test="isdel != null">#{isdel},</if> |
| | |
| | | <if test="categoryname != null">categoryname = #{categoryname},</if> |
| | | <if test="targetoptions != null">targetoptions = #{targetoptions},</if> |
| | | <if test="language != null">language = #{language},</if> |
| | | <if test="description != null">description = #{description},</if> |
| | | <if test="note != null">note = #{note},</if> |
| | | <if test="version != null">version = #{version},</if> |
| | | <if test="isenable != null">isenable = #{isenable},</if> |
| | | <if test="isdel != null">isdel = #{isdel},</if> |
| | |
| | | <result property="categoryName" column="categoryName" /> |
| | | <result property="targetValue" column="targetValue" /> |
| | | <result property="targetRegex" column="targetRegex" /> |
| | | <result property="description" column="description" /> |
| | | <result property="note" column="note" /> |
| | | <result property="language" column="language" /> |
| | | <result property="version" column="version" /> |
| | | <result property="isEnable" column="isEnable" /> |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectIvrLibaTargetVo"> |
| | | select targetID, targetType, categoryName, targetValue, targetRegex, description, language, version, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, groupID, isAbnormal, WarnUp, WarnDown, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_target |
| | | select targetID, targetType, categoryName, targetValue, targetRegex, note, language, version, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, groupID, isAbnormal, WarnUp, WarnDown, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_target |
| | | </sql> |
| | | |
| | | <select id="selectIvrLibaTargetList" parameterType="IvrLibaTarget" resultMap="IvrLibaTargetResult"> |
| | |
| | | <if test="categoryName != null and categoryName != ''"> and categoryName like concat('%', #{categoryName}, '%')</if> |
| | | <if test="targetValue != null and targetValue != ''"> and targetValue = #{targetValue}</if> |
| | | <if test="targetRegex != null and targetRegex != ''"> and targetRegex = #{targetRegex}</if> |
| | | <if test="description != null and description != ''"> and description = #{description}</if> |
| | | <if test="note != null and note != ''"> and note = #{note}</if> |
| | | <if test="language != null and language != ''"> and language = #{language}</if> |
| | | <if test="version != null "> and version = #{version}</if> |
| | | <if test="isEnable != null "> and isEnable = #{isEnable}</if> |
| | |
| | | <if test="categoryName != null and categoryName != ''">categoryName,</if> |
| | | <if test="targetValue != null">targetValue,</if> |
| | | <if test="targetRegex != null">targetRegex,</if> |
| | | <if test="description != null">description,</if> |
| | | <if test="note != null">note,</if> |
| | | <if test="language != null and language != ''">language,</if> |
| | | <if test="version != null">version,</if> |
| | | <if test="isEnable != null">isEnable,</if> |
| | |
| | | <if test="categoryName != null and categoryName != ''">#{categoryName},</if> |
| | | <if test="targetValue != null">#{targetValue},</if> |
| | | <if test="targetRegex != null">#{targetRegex},</if> |
| | | <if test="description != null">#{description},</if> |
| | | <if test="note != null">#{note},</if> |
| | | <if test="language != null and language != ''">#{language},</if> |
| | | <if test="version != null">#{version},</if> |
| | | <if test="isEnable != null">#{isEnable},</if> |
| | |
| | | <if test="categoryName != null and categoryName != ''">categoryName = #{categoryName},</if> |
| | | <if test="targetValue != null">targetValue = #{targetValue},</if> |
| | | <if test="targetRegex != null">targetRegex = #{targetRegex},</if> |
| | | <if test="description != null">description = #{description},</if> |
| | | <if test="note != null">note = #{note},</if> |
| | | <if test="language != null and language != ''">language = #{language},</if> |
| | | <if test="version != null">version = #{version},</if> |
| | | <if test="isEnable != null">isEnable = #{isEnable},</if> |
| | |
| | | <result property="firstQuestionNum" column="firstQuestionNum" /> |
| | | <result property="submodule" column="submodule" /> |
| | | <result property="language" column="language" /> |
| | | <result property="description" column="description" /> |
| | | <result property="note" column="note" /> |
| | | <result property="isEnable" column="isEnable" /> |
| | | <result property="isDel" column="isDel" /> |
| | | <result property="addUserID" column="addUserID" /> |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectIvrLibaTemplateVo"> |
| | | select templateID, templateName, silencetime, slienceRepeatTimes, nomatchRepeatTimes, firstQuestionNum, submodule, language, description, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, groupID, labelInfo, submoduleID, playType, icd10code, icd10codename, atuoTaskDayOffset, DeptIds, DeptNames, F_KSDM, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_template |
| | | select templateID, templateName, silencetime, slienceRepeatTimes, nomatchRepeatTimes, firstQuestionNum, submodule, language, note, isEnable, isDel, addUserID, addTime, modifyUserID, modifyTime, groupID, labelInfo, submoduleID, playType, icd10code, icd10codename, atuoTaskDayOffset, DeptIds, DeptNames, F_KSDM, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_template |
| | | </sql> |
| | | |
| | | <select id="selectIvrLibaTemplateList" parameterType="IvrLibaTemplate" resultMap="IvrLibaTemplateResult"> |
| | |
| | | <if test="firstQuestionNum != null "> and firstQuestionNum = #{firstQuestionNum}</if> |
| | | <if test="submodule != null and submodule != ''"> and submodule = #{submodule}</if> |
| | | <if test="language != null and language != ''"> and language = #{language}</if> |
| | | <if test="description != null and description != ''"> and description = #{description}</if> |
| | | <if test="note != null and note != ''"> and note = #{note}</if> |
| | | <if test="isEnable != null "> and isEnable = #{isEnable}</if> |
| | | <if test="isDel != null "> and isDel = #{isDel}</if> |
| | | <if test="addUserID != null and addUserID != ''"> and addUserID = #{addUserID}</if> |
| | |
| | | <if test="firstQuestionNum != null">firstQuestionNum,</if> |
| | | <if test="submodule != null">submodule,</if> |
| | | <if test="language != null and language != ''">language,</if> |
| | | <if test="description != null">description,</if> |
| | | <if test="note != null">note,</if> |
| | | <if test="isEnable != null">isEnable,</if> |
| | | <if test="isDel != null">isDel,</if> |
| | | <if test="addUserID != null">addUserID,</if> |
| | |
| | | <if test="firstQuestionNum != null">#{firstQuestionNum},</if> |
| | | <if test="submodule != null">#{submodule},</if> |
| | | <if test="language != null and language != ''">#{language},</if> |
| | | <if test="description != null">#{description},</if> |
| | | <if test="note != null">#{note},</if> |
| | | <if test="isEnable != null">#{isEnable},</if> |
| | | <if test="isDel != null">#{isDel},</if> |
| | | <if test="addUserID != null">#{addUserID},</if> |
| | |
| | | <if test="firstQuestionNum != null">firstQuestionNum = #{firstQuestionNum},</if> |
| | | <if test="submodule != null">submodule = #{submodule},</if> |
| | | <if test="language != null and language != ''">language = #{language},</if> |
| | | <if test="description != null">description = #{description},</if> |
| | | <if test="note != null">note = #{note},</if> |
| | | <if test="isEnable != null">isEnable = #{isEnable},</if> |
| | | <if test="isDel != null">isDel = #{isDel},</if> |
| | | <if test="addUserID != null">addUserID = #{addUserID},</if> |