chenlu
2024-03-07 ba78a4af86a2916ecec4a92bfef6bc4f5a4e6d8e
north-glass-erp/src/main/resources/mapper/sd/BasicData.xml
@@ -10,6 +10,14 @@
            basic_data as a
        where a.basic_type=#{type}
    </select>
    <select id="getOrderBasicDataByTypeAndChildType">
        select
            *
        from
            basic_data as a
        where a.basic_type=#{type} and a.basic_category = #{childType}
    </select>
    <select id="getOrderBasicDataType">
        select
            a.basic_category