Files
openclaw-config/workspace-sql/MEMORY.md
T
2026-07-17 15:09:40 +08:00

14 lines
677 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# MEMORY.md
## SQL 日期修正脚本 — ecid='hsjm'dmp_serp 库)
**背景:** `create_time` 的日期部分与业务日期字段不一致,需要用业务日期替换日期部分,保留时分秒。
**规则:** `create_time` 取其时分秒 + 业务日期字段(如 `doc_date`)的日期部分拼接;不修改 `update_time`
**共两批:**
- 2026-07-15:第一批 15 个表(具体表名见 memory/2026-07-15.md
- 2026-07-17:补充第16表(收款单 `idb_fin_ar_collection_doc`)和第17表(付款单 `idb_fin_ap_payment_doc`),见 memory/2026-07-17.md
**数据库:** `dmp_serp`,非本地 Docker MySQL,需在对应环境执行。