|
func (s *InboundService) DisableInvalidInbounds() (int64, error) {
|
|
func (s *InboundService) DisableInvalidInbounds() (int64, error) {
|
|
Where("((total > 0 and up + down >= total) or (expiry_time > 0 and expiry_time <= ?)) and enable = ?", now, true).
|
|
Where("((total > 0 and up + down >= total) or (expiry_time > 0 and expiry_time <= ?)) and enable = ?", now, true).
|