Parcourir la source

:zap: user list

shc il y a 9 mois
Parent
commit
81a69dd937

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysUserAreaTmepMapper.xml

@@ -20,6 +20,6 @@
   </insert>
 
 	<delete id="dropTempTable">
-		DROP GLOBAL TEMPORARY TABLE  ${tableName}
+		DROP TABLE  ${tableName}
 	</delete>
 </mapper>