fix
wangpengfei
2023-08-03 b90ad3946fdf84ccf9ad4d5d2e493e0e6c00b96a
model/serviceFollowup.go
@@ -121,4 +121,8 @@
func (slf *ServiceFollowupSearch) SetOrder(order string) *ServiceFollowupSearch {
   slf.OrderBy = order
   return slf
}
}
func (slf *ServiceFollowupSearch) SetIds(ids []int) *ServiceFollowupSearch {
   slf.Orm = slf.Orm.Where("id in (?)", ids)
   return slf
}