|
|
@@ -16,7 +16,8 @@ import lombok.Setter;
|
|
|
@Setter
|
|
|
@SearchBean(tables = "form_fields_data fd",
|
|
|
where = "promotion_id = 4",
|
|
|
- groupBy = "user_id")
|
|
|
+ groupBy = "user_id",
|
|
|
+ orderBy = "max(fd.id) desc")
|
|
|
public class WholesaleUserRequirementView {
|
|
|
@DbField("fd.user_id")
|
|
|
private Long userId;
|