提交代码
This commit is contained in:
parent
b130869c23
commit
b54d122bae
|
|
@ -30,7 +30,7 @@
|
||||||
<if test="roleId != null and roleId != ''"> and AT.role_id = #{roleId}</if>
|
<if test="roleId != null and roleId != ''"> and AT.role_id = #{roleId}</if>
|
||||||
<if test="sex != null and sex != ''"> and su.sex = #{sex}</if>
|
<if test="sex != null and sex != ''"> and su.sex = #{sex}</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY at.create_time DESC
|
ORDER BY AT.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
<select id="selectTeamMemberByMemberId" parameterType="Long" resultType="com.bonus.ai.domain.DataSetTeamMemberEntity">
|
<select id="selectTeamMemberByMemberId" parameterType="Long" resultType="com.bonus.ai.domain.DataSetTeamMemberEntity">
|
||||||
<include refid="selectTeamMemberVo"/>
|
<include refid="selectTeamMemberVo"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue