Explorar o código

签单客户列表修改

anderx %!s(int64=7) %!d(string=hai) anos
pai
achega
791cd6ae0b
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

@@ -642,7 +642,7 @@
 		from
 			(select uid,aid,max(lock_time) as update_time
 		from user_lock_release
-		where type=1 and  aid= #{aid,jdbcType=VARCHAR} 
+		where type=1 and status=0 and  aid= #{aid,jdbcType=VARCHAR} 
 		group by uid)t0
 		inner join
 			(select id,aid,share_type,society_tag,identify_name,transfer_time from user where type = 1)t2