增量人脸数据查询优化
This commit is contained in:
@@ -88,4 +88,10 @@ public interface FaceDao {
|
||||
|
||||
@Query("UPDATE sqlite_sequence SET seq = 0 WHERE name ='face'")
|
||||
void resetId();
|
||||
|
||||
/**
|
||||
* @return 删除临时用户人脸
|
||||
*/
|
||||
@Query("DELETE from face WHERE user_type = '2'")
|
||||
int deleteTempUserFaceData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user