瀏覽代碼

签单客户列表显示修改

anderx 7 年之前
父節點
當前提交
d8ccda749d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -593,7 +593,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  status=0 and  aid= #{aid,jdbcType=VARCHAR} 
 		group by uid)t0
 		left join 
 			(select uid,aid,max(create_time) as last_follow_time from user_follow where aid = #{aid,jdbcType=VARCHAR} group by uid)t1