jinlin
2023-12-15 0a2013ac0a8356c4bdbc44ba05e622b54d9bebed
modules/mainPart/src/main/resources/mapper/project/SoftwareTestOrderDao.xml
@@ -16,6 +16,17 @@
        <if test="orderBySql!=null">
            ORDER BY ${orderBySql}
        </if>
    </select>
    <select id="selectOrderId" resultType="java.lang.String">
        SELECT code
        FROM software_test_order
        <where>
            is_delete = 0
            <if test="projectId != null and projectId != ''">
                and project_id = ${projectId}
            </if>
        </where>
    </select>
    <select id="dictList" resultType="com.zt.core.sys.dto.DictIstance">