gushoubang 9 ماه پیش
والد
کامیت
1ceb1a9ee2

+ 1 - 2
onemap-modules/onemap-analyse/src/main/resources/mapper/oracle/vector/CreateUtilsDBMapper.xml

@@ -44,8 +44,7 @@
             <foreach collection="tableIdsA" item="tableId" open="(" close=")" separator=",">
                 #{tableId}
             </foreach>
-        </if>
-        ;
+        </if>;
 
         DROP TABLE IF EXISTS "${temporaryTable}";
     </insert>