Commit 8d3502ba by yao.xiao

Merge branch 'dev_20210324_sealNew' into dev_20210330

parents 7d446797 4dcbee43
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
left join ag_acl_user uu on uu.id = s.created_by left join ag_acl_user uu on uu.id = s.created_by
<where> <where>
<if test="mdDropOptionIds != null"> <if test="mdDropOptionIds != null">
<foreach collection="mdDropOptionIds" item="mdDropOptionId" index="index" separator="and"> <foreach collection="mdDropOptionIds" item="mdDropOptionId" index="index" separator="or">
find_in_set (#{mdDropOptionId,jdbcType=BIGINT},s.md_drop_option_id) find_in_set (#{mdDropOptionId,jdbcType=BIGINT},s.md_drop_option_id)
</foreach> </foreach>
</if> </if>
......
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