添加部分退款接口

This commit is contained in:
韩鹏辉
2023-08-16 17:20:20 +08:00
parent 2e0ef00ce0
commit 751e723b71
13 changed files with 390 additions and 65 deletions

View File

@@ -635,10 +635,12 @@ public class DateUtils {
return stringBuilder.toString();
}
public static void main(String[] args) throws ParseException {
System.out.println(DateUtils.convertString("20380306"));
System.out.println(DateUtils.parse("20230707172528","yyyyMMddHHmmss"));
//List<String> last6Months = getLast6Months();
// List<String> last6Months = new ArrayList<>();
// last6Months.add("2019-11");