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-02-01 order表新增索引.sql
1
2
3
4
USE yami_bbc;
ALTER TABLE `tz_order`
ADD INDEX `data_statistics_idx`(`shop_id`, `order_number`, `is_payed`, `create_time`) USING BTREE COMMENT '数据统计索引';