da_ky_sys_job
This commit is contained in:
parent
cae0cd692f
commit
ad1dc39d42
|
|
@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
WHERE id = #{id}
|
WHERE id = #{id}
|
||||||
</update>
|
</update>
|
||||||
<update id="updatecronExpression">
|
<update id="updatecronExpression">
|
||||||
UPDATE da_ky_sys_job
|
UPDATE record_da_ky_sys_job
|
||||||
SET cron_expression = #{cronStr}
|
SET cron_expression = #{cronStr}
|
||||||
where
|
where
|
||||||
invoke_target = CASE
|
invoke_target = CASE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue