liding
2 天以前 9bad4cfca9b9f51f433bf0caf5b5d166d1fc55a7
src/main/java/com/ruoyi/stock/service/impl/StockInventoryServiceImpl.java
@@ -399,6 +399,8 @@
        String customer = StringUtils.isBlank(stock.getCustomer()) ? "无客户" : stock.getCustomer();
        customerNode.setCustomer(customer);
        customerNode.setLabel(customer);
        customerNode.setProductionDate(stock.getProductionDate());
        customerNode.setValidityPeriod(stock.getValidityPeriod());
        customerNode.setNodeType("customer");
        customerNode.setChildren(new ArrayList<>());