This commit is contained in:
parent
be4e488fce
commit
acd5dcb6f5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue