Merge remote-tracking branch 'origin/master'

This commit is contained in:
2023-04-11 15:35:39 +08:00
3 changed files with 81 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ public class PublicUtil {
if(month>=10 && i>=10){
date = year +"-"+month+"-"+i;
}
date = date + " 00:00:00";
list.add(date);
}
return list;