huminmin
2026-01-21 a34e2b9e407f5f6b8c5b8229cb51d24233c78ce7
src/main/resources/mapper/quality/QualityTestStandardMapper.xml
@@ -30,5 +30,6 @@
        <if test="process!='' and process!=null">
            and pp.name = #{process}
        </if>
        order by qts.id desc
    </select>
</mapper>