dashboard
repositories
filestore
activity
search
login
gp
/
A-stock
A股代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
zj
8 hours ago
d615fc515fc52d6ed970c11d59a017e48de4be32
[gp/A-stock.git]
/
sql
/
update_buy_fee.sql
1
2
-- 开仓(买入)手续费改为 0.0035
UPDATE `site_setting` SET `buy_fee` = 0.0035 WHERE `id` = 1;