Commit Graph

4 Commits (9054a6670c8b80a9f0f558163f100143be3e2334)

Author SHA1 Message Date
KN4CK3R 27d4c11ec3
Fix joins in `db.Find(AndCount)` ()
Lunny Xiao 70c4aad8e1
Move more functions to db.Find ()
Following 

This PR move more functions to use `db.Find`.

---------

Co-authored-by: delvh <dev.lh@web.de>
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object ()
For those simple objects, it's unnecessary to write the find and count
methods again and again.
Lunny Xiao a8c4f8cebc
Fix db.Find bug ()
Caused by  

Fix