jinlin
2023-11-15 ba5766f1e6de66275a01ef506f3701cfbe958724
modules/mainPart/src/main/resources/mapper/project/SoftwareTestOrderDao.xml
@@ -18,8 +18,10 @@
        </if>
    </select>
    <select id="dictList" resultType="com.zt.life.modules.project.model.DictList">
        SELECT dd.dict_label as name, '1.0.0' as identify
    <select id="dictList" resultType="com.zt.core.sys.dto.DictIstance">
        SELECT dd.dict_label as name,
        case when '${dictType}'='product_library_file' then concat(dd.REMARK,'-${projectCode}') else
        '1.0.0' end as identify
        FROM sys_dict_type dt
        JOIN sys_dict_data dd ON dt.ID = dd.DICT_TYPE_ID
        <where>