guoyuji
2024-02-21 e4d55b12053c4da904adeef2c05c36fb4135cdb3
north-glass-erp/src/main/resources/mapper/sd/BasicData.xml
@@ -8,14 +8,14 @@
            *
        from
            basic_data as a
        where a.basic_type='order'
        where a.basic_type=#{type}
    </select>
    <select id="getOrderBasicDataType">
        select
            a.basic_category
        from
            basic_data as a
        where a.basic_type='order'
        where a.basic_type=#{type}
        group by  a.basic_category
    </select>