派生自 development/c++

miyanhui
2019-02-19 87baff1f74bc17dc7a664b3176288a235bd024f6
QiaoJiaSystem/StructureApp/FaceExtractElement.cpp
@@ -227,7 +227,7 @@
                    if (!server)
                    {
                        ERR("server is null");
                        return;
                        //return;
                    }
                    INFO("Record Video "<<strImageKey);
                    server->recordVideo(strImageKey);
@@ -235,7 +235,7 @@
                catch (std::exception &e)
                {
                    ERR("Record Video Err: "<<strImageKey <<"   Message: "<<e.what());
                    return;
                    //return;
                }
                auto faceSearchServer = faceSearchRpcClient.getServer();
                if (!faceSearchServer) {