whyclxw
2024-07-23 12d9277646a5eeafc20f18c6bb4ea8a855d4e2c1
src/main/resources/mapper/DefectiveProductsMapper.xml
@@ -35,7 +35,7 @@
            </if>
            <if test="dto.confirmStatus!=null">
                and confirm_status=#{confirmStatus}
                and confirm_status=#{dto.confirmStatus}
            </if>
        </where>
           order by start_time desc