|
@@ -535,10 +535,6 @@ public class KprAimWaterCollecationBizFun {
|
|
|
//预测比对时间如果不是今年,则变为今年的时间
|
|
|
//TODO 一天24小时
|
|
|
for (int j = 0;j<24;j++) {
|
|
|
- if(key.toString().equals("北碚红工水厂")){
|
|
|
- boolean fal = dateNow.withYear(LocalDateTime.now().getYear()).toLocalDate().format(DateTimeFormatter.ofPattern("yyyy-MM-dd")).equals("2024-06-17");
|
|
|
- System.out.println(fal);
|
|
|
- }
|
|
|
//TODO 数据库操作
|
|
|
Map<String, Object> recordAllEntity = new LinkedHashMap<>();//需要添加的实体数据,此处要用有序map
|
|
|
DateTimeFormatter formatter2 = DateTimeFormatter.ofPattern("yyyy-MM-dd");
|