添加耗材
This commit is contained in:
@@ -25,7 +25,9 @@ public interface TbUserShopMsgMapper {
|
|||||||
@Select("select * from tb_user_shop_msg where shop_id=#{shopId}")
|
@Select("select * from tb_user_shop_msg where shop_id=#{shopId}")
|
||||||
TbUserShopMsg selectByShopId(@Param("shopId") String shopId);
|
TbUserShopMsg selectByShopId(@Param("shopId") String shopId);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TbUserShopMsg selectByShopIdAndOpenId(@Param("shopId") Integer shopId,@Param("openId") String openId);
|
TbUserShopMsg selectByShopIdAndOpenId(@Param("shopId") Integer shopId,@Param("openId") String openId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user