wangwei 7 年之前
父节点
当前提交
7b16802813
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);