新增时间工具,前端显示的时间不要秒
This commit is contained in:
parent
08d3daf192
commit
234ea11731
|
@ -35,12 +35,12 @@ public class ScheduledTasksUtil {
|
|||
try {
|
||||
run(()-> {
|
||||
logger.info("start to find IPO");
|
||||
|
||||
try {
|
||||
dataService.saveIPOs(HttpUtils.findIPOsFromHKEX());
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
//
|
||||
// try {
|
||||
// dataService.saveIPOs(HttpUtils.findIPOsFromHKEX());
|
||||
// } catch (Exception e) {
|
||||
// e.printStackTrace();
|
||||
// }
|
||||
});
|
||||
|
||||
logger.info("over");
|
||||
|
|
Loading…
Reference in New Issue