Commit 7d4f7a68 by huangfusuper

修正查询工作流状态SQLBUG

parent 78dccf3b
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
<if test="flowStatusCoreDtos != null"> <if test="flowStatusCoreDtos != null">
( (
<foreach collection="flowStatusCoreDtos.flowEntityCoreDtos" item="flowEntityCoreDto" separator=" or " open="(" close=")"> <foreach collection="flowStatusCoreDtos.flowEntityCoreDtos" item="flowEntityCoreDto" separator=" or " open="(" close=")">
flow_name = #{flowEntityCoreDto.flowName} and schedule_type = #{scheduleType} flow_name = #{flowEntityCoreDto.flowName} and schedule_type = #{flowEntityCoreDto.scheduleType}
</foreach> </foreach>
) )
and workspace_id = #{flowStatusCoreDtos.workspaceId} and workspace_id = #{flowStatusCoreDtos.workspaceId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment