src/main/java/com/zy/asrs/entity/TaskWrk.java
@@ -110,7 +110,7 @@ */ @ApiModelProperty(value= "重量") @TableField("SC_WEIGHT") private Integer scWeight; private Integer scWeight = 0; /** * 修改人员 @@ -376,4 +376,21 @@ } } public Integer getStatusWms(){ return status; } public String getPut(String point){ String[] split = point.split("-"); if (split.length == 5){ // String locNo = String.format("%02d", ) + // String.format("%03d", split[3]) + // String.format("%02d", split[4]); return split[2]+"0"+split[3]+split[4]; } else { return point; } } }