Merge remote-tracking branch 'origin/tsg' into tsg
commit
12e6931811
|
|
@ -53,7 +53,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