From b469ab33391a3c2c0a031e17eea5de7a069f0c67 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 19 九月 2019 18:34:26 +0800
Subject: [PATCH] 抖音广告监测

---
 fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml b/fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
index 644470a..c6fda79 100644
--- a/fanli/src/main/java/com/yeshi/fanli/mapping/UserInfoMapper.xml
+++ b/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

--
Gitblit v1.8.0