feat: sale add create user
This commit is contained in:
@@ -63,7 +63,7 @@ func fetchRegionNames(ctx context.Context, choreSvcName string, ids ...int64) (m
|
||||
|
||||
func querySaleNames(req validator.NamesValidator) ([]dao.SaleNameItem, error) {
|
||||
w := modelbase.Params{
|
||||
Eq: map[string]string{"status": strconv.Itoa(int(dao.SaleStatusApproved))},
|
||||
Eq: map[string]string{"status": strconv.Itoa(int(dao.SaleStatusEnabled))},
|
||||
Order: "id desc",
|
||||
Like: map[string]string{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user