自动化立体仓库 - WMS系统
skyouc
昨天 707d414c0e6a8baff3ce7affec820f0fc1a13c19
src/main/java/com/zy/asrs/entity/WaitPakin.java
@@ -177,7 +177,7 @@
     * 备用1
     */
    @ApiModelProperty(value= "备用1")
    private String standby1 = "";
    private String standby1;
    /**
     * 备用2
@@ -196,7 +196,7 @@
     */
    @ApiModelProperty(value= "备用1")
    @TableField("box_type1")
    private String boxType1 = "1";
    private String boxType1;
    /**
     * 备用2
@@ -252,7 +252,9 @@
    public String getTag$() {
        MatService service = SpringUtils.getBean(MatService.class);
        Mat order = service.selectOne(new EntityWrapper<Mat>().eq("matnr", this.matnr));
        Mat order = service.selectOne(new EntityWrapper<Mat>()
                .eq("supp_code", this.suppCode)
                .eq("matnr", this.matnr));
        if (Cools.isEmpty(order)){
            return null;
        }