自动化立体仓库 - WMS系统
pjb
2024-12-31 c4e8e814d2c9e0d03f6449860b70e58657fd7dc2
src/main/java/com/zy/asrs/entity/param/PakOutDTO.java
@@ -25,7 +25,7 @@
        if (Cools.isEmpty(this.update_time)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.create_time);
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.update_time);
    }
    public String getStatus$(){