chenlu
2025-07-25 c1fc00d00df3fc637cb38da33ad1ca3f233b6aee
north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -2113,7 +2113,7 @@
        WHERE
            rw.reporting_work_time >= #{selectTime1}
          AND rw.reporting_work_time <  #{selectTime2}
          AND dd.available = 0
          AND dd.available = 0 and rw.reviewed_state>=0
        <if test="damageReportDTO.orderId != null and damageReportDTO.orderId != ''">
            and o.order_id regexp #{damageReportDTO.orderId}
        </if>