소스 검색

[公众号会员][新增]:查询处理

release
Stormeye Wu 7 년 전
부모
커밋
37e2720180
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. +2
    -6
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 2
- 6
mallinkService/src/main/resources/mapper/WxCUserMapper.xml 파일 보기

@@ -69,11 +69,11 @@
</if>

<if test=" null != openId ">
and `open_id` like concat('%', #{openId},'%')
and `open_id` = #{openId}
</if>

<if test=" null != unionId ">
and `union_id` like concat('%', #{unionId},'%')
and `union_id` = #{unionId}
</if>

<if test=" null != nickName ">
@@ -176,10 +176,6 @@
and `extra_info` = #{extraInfo}
</if>

<if test=" null != isSubscribe ">
and `is_subscribe` = #{isSubscribe}
</if>

<if test=" null != openAppId ">
and `open_app_id` = #{openAppId}
</if>


불러오는 중...
취소
저장