2 Commits c1f88d59a3 ... 1f6bd9e1a8

Author SHA1 Message Date
  Yi 1f6bd9e1a8 system: userDepth update 4 days ago
  Yi c1f88d59a3 system: userDepth update 4 days ago
1 changed files with 0 additions and 1 deletions
  1. 0 1
      module/backend/system_service.go

+ 0 - 1
module/backend/system_service.go

@@ -101,7 +101,6 @@ func (s *StoreEntry) SearchSystemUserList(ctx context.Context, req *pasturePb.Se
 
 	systemUserList := make([]*model.SystemUser, 0)
 	var count int64 = 0
-
 	pref := s.DB.Model(new(model.SystemUser)).
 		Where("is_delete = ?", operationPb.IsShow_OK).
 		Where("FIND_IN_SET(?, pasture_ids) > ?", userModel.AppPasture.Id, 0)