The node ID under serial is greater than the current ID. (#9820)
Co-authored-by: WangJPLeo <wangjipeng@whaleops.com>
This commit is contained in:
parent
828034f8b9
commit
ab2d535e54
|
|
@ -250,8 +250,8 @@
|
||||||
from t_ds_process_instance
|
from t_ds_process_instance
|
||||||
where process_definition_code=#{processDefinitionCode}
|
where process_definition_code=#{processDefinitionCode}
|
||||||
and state = #{state}
|
and state = #{state}
|
||||||
and id <![CDATA[ < ]]> #{id}
|
and id <![CDATA[ > ]]> #{id}
|
||||||
order by id desc limit 1
|
order by id asc limit 1
|
||||||
</select>
|
</select>
|
||||||
<update id="updateGlobalParamsById">
|
<update id="updateGlobalParamsById">
|
||||||
update t_ds_process_instance
|
update t_ds_process_instance
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue