过滤 已参团的
This commit is contained in:
@@ -79,7 +79,7 @@ public class GbWare implements Serializable {
|
||||
private BigDecimal groupPrice;
|
||||
|
||||
/**
|
||||
* 拼团库存
|
||||
* 拼团累计数
|
||||
*/
|
||||
private Integer groupedNum;
|
||||
|
||||
|
||||
@@ -25,4 +25,7 @@ public interface GbWareService extends IService<GbWare> {
|
||||
|
||||
//删除 下架状态可删除
|
||||
boolean deleteGbWare(Long id);
|
||||
|
||||
// 累计拼团数+1
|
||||
void upGbWareGroupedNum(Long id);
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ public interface GbOrderService extends IService<GbOrder> {
|
||||
GbOrderDetailVO getGoodsRecordDetail(Long shopId, Long detailId);
|
||||
|
||||
//商品详情
|
||||
GbWareVO getWareDetail(Long shopId, Long wareId);
|
||||
GbWareVO getWareDetail(Long shopId, Long wareId, Long userId);
|
||||
|
||||
//成团/参团 支付
|
||||
CzgResult<Map<String, Object>> groupJoin(GroupJoinDTO param);
|
||||
|
||||
Reference in New Issue
Block a user