添加耗材

This commit is contained in:
韩鹏辉
2024-07-05 10:13:55 +08:00
parent 09bfa5bdec
commit fd465c9fe7
4 changed files with 45 additions and 24 deletions

View File

@@ -32,5 +32,7 @@ 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);
}