Browse Source

fix wxcuser cache

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
544df5a02c
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 0
- 10
mallinkService/src/main/resources/mapper/WxCUserMapper.xml View File

@@ -240,16 +240,6 @@
where `open_app_id` = #{openAppId} and `union_id` = #{unionId}
</select>


<resultMap id="BaseCUserResultMap" type="com.iformall.domain.po.base.BaseCUserEntity">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="user_id" jdbcType="BIGINT" property="userId"/>
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId"/>
<result column="token" jdbcType="VARCHAR" property="token"/>
<result column="expire_time" jdbcType="TIMESTAMP" property="expireTime"/>
</resultMap>

<select id="findByToken" resultMap="BaseResultMap">
select <include refid="allColumns"/> from wx_c_user
where `token` = #{token}


Loading…
Cancel
Save