征求意见-(代码修改)

This commit is contained in:
cuijiaming
2022-12-07 17:30:39 +08:00
parent 372408ac30
commit 89106c2bab
3 changed files with 2 additions and 15 deletions
@@ -116,7 +116,7 @@ public class DateUtil {
Calendar theCa = Calendar.getInstance();
theCa.setTime(today);
theCa.add(Calendar.MONTH, 0);
theCa.set(Calendar.DAY_OF_MONTH, 1);
theCa.set(Calendar.DAY_OF_MONTH, +1);
Date start = theCa.getTime();
startDate = sdf.format(start);
} catch (ParseException e) {