wangwei hace 7 años
padre
commit
7b16802813
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sql/考生导入-存储过程.sql

+ 1 - 1
sql/考生导入-存储过程.sql

@@ -1,4 +1,4 @@
-CREATE DEFINER=`root`@`%` PROCEDURE `import_exam_students`(IN `batch_id` bigint)
+CREATE DEFINER = CURRENT_USER PROCEDURE `import_exam_students`(IN `batch_id` bigint)
 BEGIN
 	declare total BIGINT(20);
 	declare count BIGINT(20);