first commit

This commit is contained in:
Your Name
2026-09-08 11:40:15 +08:00
commit a5353f7eb5
9568 changed files with 1646214 additions and 0 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`;