ZengTao
2025-09-05 17d23216d139c20ba4615bcd7731776520e5b5dc
hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowGlassRelationInfoMapper.xml
@@ -141,7 +141,7 @@
                        order_number      as order_sort,
                        count(1)          as damage_count
                 from damage
                 where process_id = #{flowCardId} and type in (8,9) and status < 3
                 where process_id = #{flowCardId} and type in (8,9) and status &lt; 3
                 group by process_id, technology_number, order_number
             ),
             result_count as (