小程序登录
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
where partner_id = #{partnerId}
|
||||
</select>
|
||||
|
||||
<select id="selectByMobile" resultMap="BaseResultMap" >
|
||||
select
|
||||
<include refid="Base_Column_List"></include>
|
||||
from hy_partner_user_info
|
||||
where mobile = #{mobile}
|
||||
</select>
|
||||
|
||||
|
||||
<select id="selectByPartnerIds" resultMap="BaseResultMap" >
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user