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