Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 5b66f24

Browse files
committed
修正日期格式错误的问题
1 parent 3383a43 commit 5b66f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/suren/autotest/web/framework/data/SimpleDynamicData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public class SimpleDynamicData implements DynamicData
2929

3030
public SimpleDynamicData()
3131
{
32-
formatList.add("yyyy-MM-DD");
33-
formatList.add("yyyy-MM-DD HH:mm:ss");
32+
formatList.add("yyyy-MM-dd");
33+
formatList.add("yyyy-MM-dd HH:mm:ss");
3434
}
3535

3636
@Override

0 commit comments

Comments
 (0)