数据同步修复
parent
f25e0946ac
commit
c8079f6ad3
|
|
@ -56,7 +56,7 @@ import java.util.stream.Collectors;
|
||||||
@EnableScheduling//开启定时任务
|
@EnableScheduling//开启定时任务
|
||||||
@Component
|
@Component
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Profile("dev")
|
@Profile("prod")
|
||||||
public class DataTaskTSG {
|
public class DataTaskTSG {
|
||||||
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue