1
0

feat: 增加入库原始日线信息

This commit is contained in:
2025-09-06 20:32:36 +08:00
parent a1e6f314a4
commit fccf059416
11 changed files with 351 additions and 24 deletions

View File

@@ -2,6 +2,9 @@
<!DOCTYPE flow PUBLIC "liteflow" "https://liteflow.cc/liteflow.dtd">
<flow>
<chain id="update_stock_information">
CATCH(THEN(task_start, update_stock_information, task_end)).DO(task_error)
CATCH(THEN(task_start, update_stock, task_end)).DO(task_error)
</chain>
<chain id="update_daily_information">
CATCH(THEN(task_start, update_daily, task_end)).DO(task_error)
</chain>
</flow>