hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowBigStorageCageDetailsMapper.xml
@@ -175,7 +175,7 @@
        details_sequence_count_temp as (
        SELECT flow_card_id, hollow_sequence, count(1) as max_count
        FROM hollow_big_storage_cage_details
        and state = 100
        where state = 100
        group by flow_card_id, hollow_sequence
        ),
        glass_out_temp as (
@@ -215,7 +215,7 @@
        )
        select *
        from result_detail
        order by flow_card_id, hollow_sequence
        order by flow_card_id, hollow_sequence,layer
        <if test="cell != 931">
            desc
        </if>