派生自 development/c++

pansen
2019-02-22 9186da86847cf954341d1bf58b0c4079a3ab5ac5
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) {