mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
update order change process
This commit is contained in:
@ -158,4 +158,4 @@ ALTER TABLE `v2_user`
|
||||
ADD `discount` int(11) NULL AFTER `balance`;
|
||||
|
||||
ALTER TABLE `v2_order`
|
||||
ADD `diff_amount` int(11) NULL COMMENT '差价' AFTER `discount_amount`;
|
||||
ADD `surplus_amount` int(11) NULL COMMENT '剩余价值' AFTER `discount_amount`;
|
||||
|
Reference in New Issue
Block a user