。。。

This commit is contained in:
wangliwen 2022-06-28 13:53:29 +08:00
parent 1d5567d493
commit ed81a9807a
1 changed files with 0 additions and 2 deletions

View File

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