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">