yuan
3 天以前 3c8fa3452ed9fb41ce9d3f68c81bcc4b38d19612
src/main/java/com/ruoyi/sales/service/impl/SalesLedgerServiceImpl.java
@@ -344,7 +344,6 @@
            if (CollectionUtils.isEmpty(salesLedgerProductImportDtoList)) return AjaxResult.error("销售产品数据为空!");
            // 客户数据 - 参考 listPage 查询私海客户(type = 0)
            // type = 0(私海客户)或者 type = 1(公海客户)且已被分配,并且是自己领用、自己创建或者共享给自己的客户
            // 客户不存在时自动新增并挂到自己名下,公海客户自动领用/共享给自己
            Long loginUserId = loginUser.getUser().getUserId();
            Map<String, Customer> customerCache = new HashMap<>();
            // 产品大类、规格型号缓存,key = 产品大类 + | + 规格型号,不存在时自动新增