添加耗材

This commit is contained in:
韩鹏辉
2024-07-05 10:17:03 +08:00

View File

@@ -25,7 +25,9 @@ public interface TbUserShopMsgMapper {
@Select("select * from tb_user_shop_msg where shop_id=#{shopId}")
TbUserShopMsg selectByShopId(@Param("shopId") String shopId);
TbUserShopMsg selectByShopIdAndOpenId(@Param("shopId") Integer shopId,@Param("openId") String openId);
}