change ufutx_s2_shop_order

This commit is contained in:
tian 2025-11-10 14:26:24 +08:00
parent fd4e065043
commit 061f289a85

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_shop_order` CHANGE `supplier_settlement_enable` `supplier_settlement_enable` TINYINT NOT NULL DEFAULT '1' COMMENT '是否可结算,1=不可,2=可以,3=结算流程中';