修改会员添加报错
This commit is contained in:
@@ -383,4 +383,11 @@
|
||||
<select id="selectByShopIdAndDdynamicCode" resultMap="BaseResultMap">
|
||||
select * from tb_shop_user where shop_id=#{shopId} and dynamic_code=#{memberAccount}
|
||||
</select>
|
||||
|
||||
<select id="selectByShopIdAndPhone" resultMap="BaseResultMap">
|
||||
|
||||
select * from tb_shop_user where shop_id=#{shopId} and telephone = #{phone}
|
||||
order by id desc
|
||||
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user