mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-24 21:58:41 +00:00
删除末尾多余;不兼容oracle
This commit is contained in:
parent
c63277eaf1
commit
6f90858bcb
@ -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" >
|
||||||
@ -88,4 +88,4 @@
|
|||||||
</trim>
|
</trim>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
@ -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*/
|
||||||
|
|||||||
@ -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>-->
|
||||||
@ -68,4 +68,4 @@
|
|||||||
WHERE `job_id` = #{jobId}
|
WHERE `job_id` = #{jobId}
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
@ -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
|
||||||
@ -270,4 +270,4 @@
|
|||||||
)
|
)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
#{runningCount},
|
#{runningCount},
|
||||||
#{sucCount},
|
#{sucCount},
|
||||||
#{failCount}
|
#{failCount}
|
||||||
);
|
)
|
||||||
<!–<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>–>
|
||||||
@ -82,4 +82,4 @@
|
|||||||
FROM xxl_job_log_report AS t
|
FROM xxl_job_log_report AS t
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
@ -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" >
|
||||||
@ -98,4 +98,4 @@
|
|||||||
WHERE id = #{id}
|
WHERE id = #{id}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user