yuan
15 小时以前 b9b1a775a9633a34130944d7fdbe9b9ba860aa8e
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.*