Commit f3630610 by guojx

Merge branch 'feature-2023-11-cloud' into 'developer'

企业id

See merge request !1568
parents 96e5c1dd d6a631f3
......@@ -29,7 +29,7 @@ public class DateFillUtils {
String temp = df.format(calendar.getTime());
while (temp.compareTo(date) <= 0) {
dateList.add(temp);
dateList.add(temp.substring(5));
calendar.add(Calendar.DATE, 1);
temp = df.format(calendar.getTime());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment