yujian
2019-09-20 28cd97d04c68bd8c5fd4adf7780200f61da13654
fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
@@ -91,8 +91,8 @@
      <include refid="Base_Column_List" />
      from yeshi_ec_user where id = #{id,jdbcType=BIGINT}
   </select>
      <!-- 不能查询缓存 -->
   <!-- 不能查询缓存 -->
   <select id="selectAvailableByPrimaryKey" resultMap="BaseResultMap"
      parameterType="java.lang.Long" flushCache="true" useCache="false">
      select
@@ -250,7 +250,8 @@
      from yeshi_ec_user where appid=#{appId} and identifycode=#{openId}
   </select>
   <!-- 根据AppId与电话号码获取用户 -->
   <select id="listByAppIdAndPhone" resultMap="BaseResultMap">
   <select id="listByAppIdAndPhone" resultMap="BaseResultMap"
      useCache="false" flushCache="true">
      select
      <include refid="Base_Column_List" />
      from yeshi_ec_user where appid=#{appId} and phone=#{phone}
@@ -686,8 +687,8 @@
      uf.`uie_invite_code` = #{inviteCode})
      LIMIT 1
   </select>
   <select id="countAvaiableUser" resultType="java.lang.Long">
      SELECT count(*) FROM
      yeshi_ec_user u