新增时间工具,前端显示的时间不要秒

This commit is contained in:
mark 2023-04-13 14:02:50 +08:00
parent 08d3daf192
commit 234ea11731
1 changed files with 6 additions and 6 deletions

View File

@ -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");