|
|
@@ -49,6 +49,7 @@ public class GroupRelationController {
|
|
|
if (data.getGoodsId() == 1) {
|
|
|
OrderDon last = orderDonService.getOne(Wrappers.lambdaQuery(OrderDon.class)
|
|
|
.eq(OrderDon::getGoodsId, 1)
|
|
|
+ .eq(OrderDon::getUserId, data.getUserId())
|
|
|
.notIn(OrderDon::getStatus, Constant.noOrderAllStatus)
|
|
|
.orderByAsc(OrderDon::getId)
|
|
|
.select(OrderDon::getCreatedTime)
|