提交代码

This commit is contained in:
jiang 2024-11-20 16:39:59 +08:00
parent b130869c23
commit b54d122bae
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<if test="roleId != null and roleId != ''"> and AT.role_id = #{roleId}</if>
<if test="sex != null and sex != ''"> and su.sex = #{sex}</if>
</where>
ORDER BY at.create_time DESC
ORDER BY AT.create_time DESC
</select>
<select id="selectTeamMemberByMemberId" parameterType="Long" resultType="com.bonus.ai.domain.DataSetTeamMemberEntity">
<include refid="selectTeamMemberVo"/>