。。。

This commit is contained in:
wangliwen 2022-06-28 13:48:13 +08:00
parent d10367c4c6
commit 1d5567d493
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ WHERE
tb_data_resource.id = tb_data_resource_assignmark.id;
alter table `tb_resource_collection` drop index `total`;
--alter table `tb_resource_collection` drop index `total`;
alter table `tb_data_resource`ADD INDEX `total`(`total` DESC) USING BTREE;