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