自动化立体仓库 - WMS系统
zyx
2024-07-04 cb1f6d4df311494908b6ca50ac9a7e1fbfd5861f
src/main/java/com/zy/asrs/entity/param/OpenOrderPakoutParam.java
@@ -49,7 +49,7 @@
    }
    public void setdDate(String dDate) throws ParseException {
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/DD hh:mm:ss");
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-DD hh:mm:ss");
        this.dDate =  sdf.parse(dDate);
    }