| @@ -69,11 +69,11 @@ | |||||
| </if> | </if> | ||||
| <if test=" null != openId "> | <if test=" null != openId "> | ||||
| and `open_id` like concat('%', #{openId},'%') | |||||
| and `open_id` = #{openId} | |||||
| </if> | </if> | ||||
| <if test=" null != unionId "> | <if test=" null != unionId "> | ||||
| and `union_id` like concat('%', #{unionId},'%') | |||||
| and `union_id` = #{unionId} | |||||
| </if> | </if> | ||||
| <if test=" null != nickName "> | <if test=" null != nickName "> | ||||
| @@ -176,10 +176,6 @@ | |||||
| and `extra_info` = #{extraInfo} | and `extra_info` = #{extraInfo} | ||||
| </if> | </if> | ||||
| <if test=" null != isSubscribe "> | |||||
| and `is_subscribe` = #{isSubscribe} | |||||
| </if> | |||||
| <if test=" null != openAppId "> | <if test=" null != openAppId "> | ||||
| and `open_app_id` = #{openAppId} | and `open_app_id` = #{openAppId} | ||||
| </if> | </if> | ||||