feat(1.4.0-beta1): 修复dm8执行失败的问题
This commit is contained in:
parent
a4ef9cba95
commit
0a9f6dc367
@ -5,7 +5,7 @@
|
||||
<insert id="insertBatch" parameterType="java.util.List" useGeneratedKeys="true" keyProperty="id">
|
||||
INSERT INTO sj_retry (namespace_id, group_name, scene_name, idempotent_id, biz_no,
|
||||
executor_name, args_str, ext_attrs, next_trigger_at, task_type, retry_status, create_dt,
|
||||
, bucket_index, parent_id, deleted)
|
||||
bucket_index, parent_id, deleted)
|
||||
VALUES
|
||||
<foreach collection="list" item="item" separator=",">
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user