north-glass-erp/src/main/resources/mapper/pp/ReportingWork.xml
@@ -552,7 +552,8 @@ and o.order_id regexp #{reportingWork.orderId} </if> <if test="reportingWork.processId != null and reportingWork.processId != ''"> and rw.process_id regexp #{reportingWork.processId} and CONCAT(rw.process_id,'/',rwd.goup) LIKE CONCAT('%', #{reportingWork.processId}, '%') </if> <if test="reportingWork.order.project != null and reportingWork.order.project != ''"> and o.project regexp #{reportingWork.order.project}