src/main/java/com/zy/erp/kingdee/utils/KingDeeUtil.java @@ -18,7 +18,6 @@ String format = dateFormat.format(dateTime); return sdf.parse(format); } }