Files
ruoyi-java/sql/jd_order_extra_cost.sql
2026-05-16 22:03:59 +08:00

3 lines
259 B
SQL
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.
-- JD 订单:额外成本(计入 F/H-TF 自动利润:利润 = 对客实收 (付款−后返) extra_cost
ALTER TABLE jd_order ADD COLUMN extra_cost DOUBLE NOT NULL DEFAULT 0 COMMENT '额外成本手动录入默认0' AFTER profit_manual;