Ver Fonte

:zap: user list

shc há 9 meses atrás
pai
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>