src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -440,6 +440,15 @@ } } public String getMatnr$() { if (null == this.matnr){ return null; } switch (this.matnr){ case "JL0001": return "XJ0001"; } return matnr; } public String getCreateBy$(){ UserService service = SpringUtils.getBean(UserService.class); User user = service.selectById(this.createBy);