代码调整

This commit is contained in:
2023-04-11 15:28:39 +08:00
parent f0a6a3f647
commit b85b20aa76
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;