yuan
2026-08-15 a473bf206912b61eb30554e90a5cea4ad2eac642
src/main/resources/mapper/quality/QualityTestStandardMapper.xml
@@ -19,7 +19,6 @@
        <if test="c.inspectType != null ">
            AND inspect_type =#{c.inspectType}
        </if>
        order by create_time desc
    </select>
    <select id="getQualityTestStandardByProductId" resultType="com.ruoyi.quality.pojo.QualityTestStandard">
        SELECT qts.*