lishihai
2024-07-03 baf93c1db6186ad5acb400b52f4cb521dc4ae877
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 {