|
@@ -46,8 +46,6 @@ public class DataAlarmDayJobService extends AbstractDataAlarmJobService {
|
|
|
protected DataAlarmDetailEntity getAlarmValue(DataAlarmManageEntity dataAlarmManageEntity) {
|
|
|
// 获取当前时间
|
|
|
LocalDate nowDate = DatesUtil.parseLocalDate(new Date());
|
|
|
- nowDate = nowDate.withMonth(4);
|
|
|
- nowDate = nowDate.withDayOfMonth(1);
|
|
|
MonthReportEntity monthReportEntity = new MonthReportEntity();
|
|
|
monthReportEntity.setYear(nowDate.getYear());
|
|
|
monthReportEntity.setMonth(nowDate.getMonthValue());
|