fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
@@ -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}