src/main/java/com/zy/asrs/entity/param/AbnormalLocDetlParam.java
@@ -175,7 +175,12 @@ */ private Integer nowTime; /** * 库龄(天),对应前端的 storeDate 字段 */ public Integer getStoreDate() { return this.nowTime; } public String getLocNo$() { LocMastService service = SpringUtils.getBean(LocMastService.class); LocMast locMast = service.selectById(this.locNo);