廖井涛
2025-02-27 1e685c19317c73c86ae0901742b54b51eeaa26ea
north-glass-erp/src/main/resources/mapper/sd/CustomerMapper.xml
@@ -142,7 +142,7 @@
    </select>
    <select id="getProjectList">
        select * from(select project,salesman_id,salesman,contacts,contact_number,id from sd.`order`
        select * from(select project,salesman_id as salesmanId,salesman,contacts,contact_number as contactNumber,id from sd.`order`
                       where customer_id = #{id}
                      group by project
                       ) as a