Commit d4aea4f0 by 徐高华

Merge branch 'feature/社群' into 'developer'

sql

See merge request !860
parents ada061ec bb09fa67
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
and wx_enterprise_id = #{wxEnterpriseId} and wx_enterprise_id = #{wxEnterpriseId}
</if> </if>
<if test="scenario != null and scenario != ''"> <if test="scenario != null and scenario != ''">
and ( member_id = #{memberId} or external_user_id = #{externalUserId} ) and ( member_id = #{scenario} or external_user_id = #{scenario} )
</if> </if>
<if test="qywxErrorType != null"> <if test="qywxErrorType != null">
and qywx_error_type = #{qywxErrorType} and qywx_error_type = #{qywxErrorType}
......
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