代码调整

This commit is contained in:
2023-04-11 15:56:41 +08:00
parent e7d4fc8979
commit 826778a2b8
4 changed files with 5 additions and 4 deletions

View File

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