This commit is contained in:
牛叉闪闪
2024-09-05 15:45:12 +08:00
parent 13fedb841b
commit d13d16238e

View File

@@ -167,7 +167,7 @@ public class BalanceConsumer {
public static String convertDate(Date date){
SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年MM月dd HH:mm:ss");
SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy年MM月dd HH:mm:ss");
return sdf4.format(new Date());
}