lishihai
2024-07-03 b3a492710afef8731d7f367247a9c811faa648ae
service/location_forms.go
@@ -46,7 +46,7 @@
}
func (slf *LocationFormsService) BuildSearch(params request.GetLocationForms) (search *models.LocationProductAmountSearch, err error) {
   ids := make([]int, 0)
   ids := params.LocationIds
   if params.LocationId != 0 {
      ids = append(ids, params.LocationId)
   } else {