手机号同步

This commit is contained in:
2024-05-30 11:45:05 +08:00
parent 2e1755404e
commit 00710c3ee8
5 changed files with 13 additions and 8 deletions

View File

@@ -384,6 +384,10 @@
select * from tb_shop_user where user_id=#{userId} and shop_id=#{shopId}
</select>
<select id="selectAllByUserId" resultMap="BaseResultMap">
select * from tb_shop_user where user_id=#{userId}
</select>
<select id="selectByOpenId" resultType="com.chaozhanggui.system.cashierservice.entity.TbShopUser">
select * from tb_shop_user where mini_open_id = #{openId}
</select>