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()); }