修复客户任务在详情在MYSQL8下sql报错

This commit is contained in:
2021-07-01 10:25:36 +08:00
parent fb85089b38
commit 7ffb549bc6
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `customer_task_data` ADD INDEX `idx_code`(`code`);