Only if they have a custom logic and if your services' tests are not directly covering that custom logic you already implemented in those DAOs
And I recommend that you install a test coverage analysis tool in order to check if the code is covered to a certain percentage
Up to you