wente
2023-12-29 e2cef6c358e57c2bc63e67a05c88c52585bb96db
modules/mainPart/src/main/resources/mapper/project/SoftwareTestOrderMeasuredDao.xml
@@ -8,6 +8,9 @@
        from software_test_order_measured a
        <where>
            a.is_delete = 0
            <if test="orderId!=null">
                and order_id = ${orderId}
            </if>
            <if test="whereSql!=null">
                and ${whereSql}
            </if>
@@ -16,5 +19,4 @@
            ORDER BY ${orderBySql}
        </if>
    </select>
</mapper>