陈昶聿
6 小时以前 087ae4b87b9a57c11797605fc21a43b4587d1a32
【丽水】问题模板增加categoryids搜索
已修改2个文件
7 ■■■■■ 文件已修改
smartor/src/main/java/com/smartor/domain/SvyLibScript.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/java/com/smartor/domain/SvyLibScript.java
@@ -187,6 +187,12 @@
    private List<String> icd10NameList;
    /**
     * 问券题目分类ID集合
     */
    @ApiModelProperty("分类ID集合")
    private String categoryids;
    /**
     * pageNum
     */
    @ApiModelProperty(value = "pageNum")
smartor/src/main/resources/mapper/smartor/SvyLibScriptMapper.xml
@@ -101,6 +101,7 @@
            <if test="targetname != null  and targetname != ''">and targetname = #{targetname}</if>
            <if test="targettype != null  and targettype != ''">and targettype = #{targettype}</if>
            <if test="targetoptions != null  and targetoptions != ''">and targetoptions = #{targetoptions}</if>
            <if test="categoryids != null and categoryids != ''">and categoryid in (#{categoryids})</if>
        order by id desc
    </select>