verou
2025-03-11 8c2c1c08526015c310a4687e9afc876c6c550ff0
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/StockItem.java
@@ -354,8 +354,8 @@
    }
    public String getShipperId$(){
        ShipperService service = SpringUtils.getBean(ShipperService.class);
        Shipper shipper = service.getById(this.shipperId);
        CompanysService service = SpringUtils.getBean(CompanysService.class);
        Companys shipper = service.getById(this.shipperId);
        if (!Cools.isEmpty(shipper)){
            return String.valueOf(shipper.getName());
        }