Merge remote-tracking branch 'origin/tsg' into tsg

master
wany 2024-09-24 13:33:55 +08:00
commit 12e6931811
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");