huminmin
8 天以前 5db7e1a59b3c70bda8b65e8f0665ea9f9ec604a7
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>