廖井涛
2025-02-12 2714dc5aea04b08954384bcd90d364b3c5316daf
north-glass-erp/src/main/java/com/example/erp/service/sd/BasicDateService.java
@@ -41,6 +41,7 @@
        orderBasicDataMap.put("customer",orderBasicDataList);
        List<Customer> customerList = customerMapper.getCustomerList();
        for (Customer customer : customerList){
            customer.setProjectList(customerMapper.getProjectList(customer.getId()));
            orderBasicDataMap.get("customer").add(customer);
        }