拼团商品 新增

This commit is contained in:
2025-12-16 11:22:39 +08:00
parent e9551fe3b9
commit 48f368c1b1

View File

@@ -57,6 +57,7 @@ public class GbWareServiceImpl extends ServiceImpl<GbWareMapper, GbWare> impleme
AssertUtil.isBlank(param.getUseShops(), "请配置可用门店");
}
GbWare gbWare = BeanUtil.toBean(param, GbWare.class);
gbWare.setShopId(StpKit.USER.getShopId());
return save(gbWare);
}