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 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>
|
||||
|
||||
<update id="update" parameterType="com.xxl.job.admin.business.model.XxlJobGroup" >
|
||||
@ -88,4 +88,4 @@
|
||||
</trim>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
#{triggerStatus},
|
||||
#{triggerLastTime},
|
||||
#{triggerNextTime}
|
||||
);
|
||||
)
|
||||
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
|
||||
SELECT LAST_INSERT_ID()
|
||||
/*SELECT @@IDENTITY AS id*/
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
#{glueRemark},
|
||||
#{addTime},
|
||||
#{updateTime}
|
||||
);
|
||||
)
|
||||
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
|
||||
SELECT LAST_INSERT_ID()
|
||||
</selectKey>-->
|
||||
@ -68,4 +68,4 @@
|
||||
WHERE `job_id` = #{jobId}
|
||||
</delete>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
@ -130,7 +130,7 @@
|
||||
#{triggerTime},
|
||||
#{triggerCode},
|
||||
#{handleCode}
|
||||
);
|
||||
)
|
||||
<!--<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
|
||||
SELECT LAST_INSERT_ID()
|
||||
</selectKey>-->
|
||||
@ -256,7 +256,7 @@
|
||||
t.trigger_code = 200
|
||||
AND t.handle_code = 0
|
||||
AND t.trigger_time <![CDATA[ <= ]]> #{losedTime}
|
||||
AND t2.id IS NULL;
|
||||
AND t2.id IS NULL
|
||||
</select>
|
||||
<!--
|
||||
SELECT t.id
|
||||
@ -270,4 +270,4 @@
|
||||
)
|
||||
-->
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#{runningCount},
|
||||
#{sucCount},
|
||||
#{failCount}
|
||||
);
|
||||
)
|
||||
<!–<selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
|
||||
SELECT LAST_INSERT_ID()
|
||||
</selectKey>–>
|
||||
@ -82,4 +82,4 @@
|
||||
FROM xxl_job_log_report AS t
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
#{password},
|
||||
#{role},
|
||||
#{permission}
|
||||
);
|
||||
)
|
||||
</insert>
|
||||
|
||||
<update id="update" parameterType="com.xxl.job.admin.framework.model.XxlJobUser" >
|
||||
@ -98,4 +98,4 @@
|
||||
WHERE id = #{id}
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user