删除末尾多余;不兼容oracle

This commit is contained in:
JEECG 2026-08-20 18:18:07 +08:00
parent c63277eaf1
commit 6f90858bcb
6 changed files with 12 additions and 12 deletions

View File

@ -36,7 +36,7 @@
<insert id="save" parameterType="com.xxl.job.admin.business.model.XxlJobGroup" useGeneratedKeys="true" keyProperty="id" > <insert id="save" parameterType="com.xxl.job.admin.business.model.XxlJobGroup" useGeneratedKeys="true" keyProperty="id" >
INSERT INTO xxl_job_group ( `app_name`, `title`, `address_type`, `address_list`, `update_time`) INSERT INTO xxl_job_group ( `app_name`, `title`, `address_type`, `address_list`, `update_time`)
values ( #{appname}, #{title}, #{addressType}, #{addressList}, #{updateTime} ); values ( #{appname}, #{title}, #{addressType}, #{addressList}, #{updateTime} )
</insert> </insert>
<update id="update" parameterType="com.xxl.job.admin.business.model.XxlJobGroup" > <update id="update" parameterType="com.xxl.job.admin.business.model.XxlJobGroup" >

View File

@ -160,7 +160,7 @@
#{triggerStatus}, #{triggerStatus},
#{triggerLastTime}, #{triggerLastTime},
#{triggerNextTime} #{triggerNextTime}
); )
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id"> <!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
SELECT LAST_INSERT_ID() SELECT LAST_INSERT_ID()
/*SELECT @@IDENTITY AS id*/ /*SELECT @@IDENTITY AS id*/

View File

@ -38,7 +38,7 @@
#{glueRemark}, #{glueRemark},
#{addTime}, #{addTime},
#{updateTime} #{updateTime}
); )
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id"> <!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
SELECT LAST_INSERT_ID() SELECT LAST_INSERT_ID()
</selectKey>--> </selectKey>-->

View File

@ -130,7 +130,7 @@
#{triggerTime}, #{triggerTime},
#{triggerCode}, #{triggerCode},
#{handleCode} #{handleCode}
); )
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id"> <!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
SELECT LAST_INSERT_ID() SELECT LAST_INSERT_ID()
</selectKey>--> </selectKey>-->
@ -256,7 +256,7 @@
t.trigger_code = 200 t.trigger_code = 200
AND t.handle_code = 0 AND t.handle_code = 0
AND t.trigger_time <![CDATA[ <= ]]> #{losedTime} AND t.trigger_time <![CDATA[ <= ]]> #{losedTime}
AND t2.id IS NULL; AND t2.id IS NULL
</select> </select>
<!-- <!--
SELECT t.id SELECT t.id

View File

@ -32,7 +32,7 @@
#{runningCount}, #{runningCount},
#{sucCount}, #{sucCount},
#{failCount} #{failCount}
); )
&lt;!&ndash;<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id"> &lt;!&ndash;<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
SELECT LAST_INSERT_ID() SELECT LAST_INSERT_ID()
</selectKey>&ndash;&gt; </selectKey>&ndash;&gt;

View File

@ -72,7 +72,7 @@
#{password}, #{password},
#{role}, #{role},
#{permission} #{permission}
); )
</insert> </insert>
<update id="update" parameterType="com.xxl.job.admin.framework.model.XxlJobUser" > <update id="update" parameterType="com.xxl.job.admin.framework.model.XxlJobUser" >