feat(1.4.0-beta1): 修复sqlserver执行失败的问题
This commit is contained in:
parent
2ee3cc88a9
commit
fdc2f251df
@ -32,7 +32,7 @@
|
|||||||
UPDATE sj_retry
|
UPDATE sj_retry
|
||||||
SET next_trigger_at = src.next_trigger_at,
|
SET next_trigger_at = src.next_trigger_at,
|
||||||
update_dt = CURRENT_TIMESTAMP
|
update_dt = CURRENT_TIMESTAMP
|
||||||
FROM sj_retry_task_${partition} AS target
|
FROM sj_retry AS target
|
||||||
JOIN (
|
JOIN (
|
||||||
<foreach collection="list" item="item" index="index" separator="UNION ALL">
|
<foreach collection="list" item="item" index="index" separator="UNION ALL">
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
Reference in New Issue
Block a user