zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/TaskDetlLog.java
@@ -107,6 +107,12 @@ private Long matId; /** * 商品编号 */ @ApiModelProperty(value= "商品编号") private String matnr; /** * 所属机构 */ @ApiModelProperty(value= "所属机构") @@ -246,6 +252,15 @@ return null; } public TaskLog getTask$(){ TaskLogService service = SpringUtils.getBean(TaskLogService.class); TaskLog taskLog = service.getById(this.getTaskId()); if (!Cools.isEmpty(taskLog)){ return taskLog; } return null; } public String getHostId$(){ HostService service = SpringUtils.getBean(HostService.class); Host host = service.getById(this.hostId);