gongchunyi
4 天以前 cdf97cbb3d3ccdd34b04296b920e42eab03f29c1
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>