1
0
forked from erp-dev/erp

feat: added mdy stagging upload to tiia, and change outgoing_date to datetime type

This commit is contained in:
2026-01-22 17:06:23 +08:00
parent 49ac17cf37
commit 7fd44c64aa
18 changed files with 661 additions and 11 deletions

View File

@@ -47,6 +47,11 @@ Command 默认会读取/写入 checkpoint可以通过参数关闭。
但代码里确实存在 PlateOrder 的 Celery task见下文只是 **未配置到 beat schedule**
补充:**与“同步”不同**,项目已新增一条“开版暂存 → 腾讯云 TIIA 图库上传”的定时任务(用于把暂存表中的开版图入库到腾讯图库),它是单独的 beat 项,详见:
- `docs/tiia_image_gallery.md` 的 “四点五、MDY 开版暂存图片上传到图库”
- `flower/settings.py``CELERY_BEAT_SCHEDULE['daily_mdy_plate_order_staging_tiia_image_upload']`(默认 03:20
---
## 三、如何手动运行推荐management command