Commit bb09fa67 by 徐高华

sql

parent dc5a1369
......@@ -94,7 +94,7 @@
and wx_enterprise_id = #{wxEnterpriseId}
</if>
<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 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