src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -47,8 +47,8 @@ @ExcelProperty("规格") private String specs; @ApiModelProperty(value= "货品特征") @ExcelProperty("货品特征") @ApiModelProperty(value= "批号") @ExcelProperty("批号") private String batch; @ApiModelProperty(value= "单据编号") @@ -251,7 +251,7 @@ public long getStoreDate(){ long timeNow = new Date().getTime(); long timeCreate = this.appeTime.getTime(); long timeCreate = (this.appeTime != null) ? this.appeTime.getTime() : 0L; return (timeNow - timeCreate) /24/60/60/1000; }