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); }