未验证 提交 ab2d535e 编写于 作者: W WangJPLeo 提交者: GitHub

The node ID under serial is greater than the current ID. (#9820)

Co-authored-by: NWangJPLeo <wangjipeng@whaleops.com>
上级 828034f8
......@@ -250,8 +250,8 @@
from t_ds_process_instance
where process_definition_code=#{processDefinitionCode}
and state = #{state}
and id <![CDATA[ < ]]> #{id}
order by id desc limit 1
and id <![CDATA[ > ]]> #{id}
order by id asc limit 1
</select>
<update id="updateGlobalParamsById">
update t_ds_process_instance
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册