src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -332,6 +332,13 @@ @TableField("full_plt") private String fullPlt; /** * 伴生工作号 */ @ApiModelProperty(value= "伴生工作号") @TableField("work_no_other") private Integer workNoOther; public String getWrkSts$(){ BasWrkStatusMapper mapper = SpringUtils.getBean(BasWrkStatusMapper.class); BasWrkStatus entity = mapper.selectById(this.wrkSts); @@ -508,4 +515,12 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime); } public Integer getIoTypeMes$(){ if (this.ioType != 101){ return 3; } else { return 1; } } }