过滤 已参团的
This commit is contained in:
@@ -57,11 +57,11 @@ public class UGbOrderController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 拼团订单详情
|
||||
* 拼团商品详情
|
||||
*/
|
||||
@GetMapping("/ware/detail")
|
||||
public CzgResult<GbWareVO> getWareDetail(@RequestParam Long shopId, @RequestParam Long wareId) {
|
||||
return CzgResult.success(orderService.getWareDetail(shopId, wareId));
|
||||
return CzgResult.success(orderService.getWareDetail(shopId, wareId, StpKit.USER.getLoginIdAsLong()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user