refactor(mapper): 移除 MemberMapper 中未使用的查询方法- 删除了 selectMemberByMemberAccount 方法
- 保留了 selectMemberByGameAccount 方法
parent
73d24986e6
commit
fcead27b39
Binary file not shown.
Binary file not shown.
|
@ -90,10 +90,7 @@
|
||||||
</foreach>
|
</foreach>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<select id="selectMemberByMemberAccount" parameterType="String" resultMap="MemberResult">
|
|
||||||
<include refid="selectMemberVo"/>
|
|
||||||
where member_account = #{memberAccount}
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<select id="selectMemberByGameAccount" parameterType="String" resultMap="MemberResult">
|
<select id="selectMemberByGameAccount" parameterType="String" resultMap="MemberResult">
|
||||||
<include refid="selectMemberVo"/>
|
<include refid="selectMemberVo"/>
|
||||||
|
|
Loading…
Reference in New Issue