This commit is contained in:
liang.chao 2025-08-19 17:19:43 +08:00
parent be4e488fce
commit acd5dcb6f5
1 changed files with 1 additions and 1 deletions

View File

@ -471,6 +471,6 @@
face_url faceUrl,
is_team_leader isTeamLeader
from team_person
where team_id = #{id}
where team_id = #{id} order by is_team_leader asc
</select>
</mapper>