Pass the argument entity.table_ref() instead of just entity.

This commit is contained in:
Josh 2021-11-15 17:10:02 +08:00
parent f4008f9f7c
commit 2b87a8ba32

View File

@ -165,7 +165,7 @@ where
); );
} }
stmt.table(entity).take() stmt.table(entity.table_ref()).take()
} }
#[cfg(test)] #[cfg(test)]