Authored by 陈峰

commit

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -30,4 +30,5 @@ schedule.scheduleJob('0 59 23 * * *', () => {
schedule.scheduleJob('0 0 */2 * * *', () => {
logger.info('[process]task start priceTask');
priceTask();
});
\ No newline at end of file
});
priceTask();
... ...