@@ -28,7 +28,7 @@
it.business_people,it.garment_sales_order,material,it.quality_control,finance_remark
from incident_ticket it
join incident_ticket_children its on it.id=its.incident_ticket_id
- where its.plan_number = #{code}
+ where its.plan_number = #{code} and (accident_classify is null or accident_classify<>'财务织染调整')
GROUP BY its.incident_ticket_id,accident_type
</select>
<!--