自动化立体仓库 - WMS系统
*
lsh
3 天以前 aacf537c160d210beea3c37a18f43f3183414ac0
src/main/java/com/zy/asrs/entity/WrkDetl.java
@@ -15,6 +15,7 @@
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
@Data
@TableName("asr_wrk_detl")
@@ -332,6 +333,10 @@
        }
    }
    public String getDeadTimeOther(){
        return this.deadTime;
    }
    public String getInspect$(){
        if (null == this.inspect){ return null; }
        switch (this.inspect){
@@ -392,8 +397,8 @@
    public String getBrand$(){
        BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
        BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand));
        if (!Cools.isEmpty(basBoxType)){
        List<BasBoxType> basBoxTypes = basBoxTypeService.selectList(new EntityWrapper<BasBoxType>().eq("box_type", this.brand).orderBy("id", true));
        for (BasBoxType basBoxType:basBoxTypes){
            return String.valueOf(basBoxType.getBoxSpecs());
        }
        return this.brand;