Explorar o código

签订客户显示BUG修复

anderx %!s(int64=7) %!d(string=hai) anos
pai
achega
5e9fda0085
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -248,7 +248,7 @@
 		where follow_situation=5 and aid=1
 		group by uid)t0
 		left join 
-			(select uid,aid,max(create_time) as last_follow_time from user_follow where aid ='1' group by uid)t1
+			(select uid,aid,max(create_time) as last_follow_time from user_follow where aid =#{aid,jdbcType=VARCHAR} group by uid)t1
 		on t0.uid = t1.uid
 		inner join
 			(select id,aid,share_type,society_tag,identify_name,transfer_time from user where type = 0 and status != 1)t2