派生自 development/c++

chenshijun
2019-02-28 1f16245b4b4fc36c519e7afc9fd9cf828f25199d
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) {