add
wangpengfei
2023-08-17 08d858716ad674ebe81e9c11c62c9ec4b6ce8d87
model/quotation.go
@@ -147,3 +147,7 @@
   slf.SearchMap = searchMap
   return slf
}
func (slf *QuotationSearch) SetIds(ids []int) *QuotationSearch {
   slf.Orm = slf.Orm.Where("id in (?)", ids)
   return slf
}