管理端获取商品详情接口
This commit is contained in:
@@ -151,7 +151,9 @@ public class GbOrderServiceImpl extends ServiceImpl<GbOrderMapper, GbOrder> impl
|
||||
q.eq(GbOrderDetail::getStatus, "待成团").or(GbOrderDetail::getStatus).eq("退款中");
|
||||
});
|
||||
queryWrapper1.eq(GbOrderDetail::getGroupOrderNo, ing.getGroupOrderNo());
|
||||
queryWrapper1.eq(GbOrderDetail::getUserId, userId);
|
||||
if (userId != null) {
|
||||
queryWrapper1.eq(GbOrderDetail::getUserId, userId);
|
||||
}
|
||||
boolean exists = detailService.exists(queryWrapper1);
|
||||
if (exists) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user