Explorar el Código

公出列表排序改成创建倒序

anderx hace 1 año
padre
commit
27c3d093c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -2434,6 +2434,7 @@ inner join(
 	  left join user_follow e on a.ufid =e.id
 		where b.status =2 and b.`type` in (0,1,2)
 		and a.uid = #{id}
+		order by b.create_time desc
 	</select>
 
 	<select id="selectMyUserList" resultType="com.goafanti.customer.bo.SelectMyUserOut">