Commit aa649072 by 徐高华

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

sql

See merge request !861
parents 8773212f 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