This commit is contained in:
Your Name
2026-05-19 10:18:00 +08:00
parent 4f9494db0b
commit 0fb51e12d1
7 changed files with 231 additions and 9 deletions
@@ -0,0 +1,7 @@
-- 业务订单:发货药方(甘草 / 洛阳),与确认发货 ship_mode 一致
-- 执行前确认表前缀为 zyt_;若列已存在可跳过。
ALTER TABLE `zyt_tcm_prescription_order`
ADD COLUMN `ship_mode` varchar(16) NOT NULL DEFAULT 'gancao'
COMMENT '发货药方:gancao=甘草药房 direct=洛阳药房'
AFTER `express_company`;