Commit 178bbbfe by 徐高华

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

好办错误日志

See merge request !851
parents 0771496d 2e7c34b2
......@@ -94,13 +94,7 @@
and wx_enterprise_id = #{wxEnterpriseId}
</if>
<if test="scenario != null and scenario != ''">
and scenario like CONCAT('%',#{scenario},'%')
</if>
<if test="memberId != null and memberId != ''">
and member_id = #{memberId}
</if>
<if test="externalUserId != null and externalUserId != ''">
and external_user_id = #{externalUserId}
and ( member_id = #{memberId} or external_user_id = #{externalUserId} )
</if>
<if test="qywxErrorType != null">
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