1.公众号订阅新增type类型
This commit is contained in:
@@ -26,8 +26,7 @@ public interface TbShopOpenIdMapper {
|
||||
|
||||
int updateByPrimaryKey(TbShopOpenId record);
|
||||
|
||||
@Select("select * from tb_shop_open_id where open_id=#{openId} and shop_id=#{shopId} limit 1")
|
||||
TbShopOpenId countByOpenId(@Param("openId") String openId, @Param("shopId") Integer shopId);
|
||||
TbShopOpenId countByOpenId(@Param("openId") String openId, @Param("shopId") Integer shopId, @Param("type") Integer type);
|
||||
|
||||
@Select("select * from tb_shop_open_id where shop_id=#{shopId} and status=1")
|
||||
List<TbShopOpenId> selectByShopId(@Param("shopId") Integer shopId);
|
||||
|
||||
Reference in New Issue
Block a user