dashboard
repositories
filestore
activity
search
login
2024
/
2024/mall4j/hxsl
基于mall4j产品的二开项目后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
lee
2024-12-19
4430976976c28e14a86b58887a42b9b871b3d980
[2024/2024/mall4j/hxsl.git]
/
db
/
2023-01-09-分销提现记录添加字段.sql
1
2
3
USE yami_bbc;
ALTER TABLE `tz_distribution_withdraw_cash`
ADD COLUMN `biz_user_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '第三方系统userid' AFTER `state`;