累计购买数量
This commit is contained in:
@@ -27,5 +27,5 @@ public interface GbWareService extends IService<GbWare> {
|
||||
boolean deleteGbWare(Long id);
|
||||
|
||||
// 累计拼团数+1
|
||||
void upGbWareGroupedNum(Long id);
|
||||
void upGbWareGroupedNum(Long id, Integer num);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user