拼团商品 新增
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user