|
func (s *InboundService) DelClientIPs(tx *gorm.DB, email string) error {
|
|
func (s *InboundService) DelClientIPs(tx *gorm.DB, email string) error {
|
|
return tx.Where("client_email = ?", email).Delete(model.InboundClientIps{}).Error
|
|
return tx.Where("client_email = ?", email).Delete(model.InboundClientIps{}).Error
|