RtspFace/demo/src/db/DBuntil.cpp
@@ -43,7 +43,7 @@ return p; } int DBuntil::db_select(int f_id,person* per) bool DBuntil::db_select(int f_id,person* per) { sprintf( sql, "select a.p_id,b.`name`,b.img from face_person a,user_info b where a.face_id = %d AND a.p_id = b.pid " , f_id );