gongchunyi
2026-06-24 96a6f204fadc4c2516f7ca00c6f1f3874279b32b
src/main/java/com/ruoyi/quality/service/impl/QualityTestStandardServiceImpl.java
@@ -73,8 +73,8 @@
    }
    @Override
    public List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType, String process) {
        return qualityTestStandardMapper.getQualityTestStandardByProductId(productId, inspectType, process);
    public List<QualityTestStandard> getQualityTestStandardByProductId(Long productId, Integer inspectType) {
        return qualityTestStandardMapper.getQualityTestStandardByProductId(productId, inspectType);
    }
    @Override