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.*