檀树岗雨情数据同步修复

master
cxw 2024-09-24 12:56:47 +08:00
parent f5498b934e
commit 85cecfb8d5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import java.util.stream.Collectors;
@EnableScheduling//开启定时任务
@Component
@Slf4j
@Profile("dev")
@Profile("prod")
public class DataTaskTSG {
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");