派生自 development/c++

pansen
2019-03-06 c73d6fde347cfb6e0386ab1c651e8f38f939e89e
QiaoJiaSystem/StructureApp/JudgmentRetrogradeTool.cpp
@@ -312,7 +312,7 @@
        if (!server)
        {
            ERR("server is null");
            return false;
            //return false;
        }
        INFO("Record Video "<<imgKey);
        server->recordVideo(imgKey);
@@ -320,7 +320,7 @@
    catch (std::exception &e)
    {
        ERR("Record Video Err: "<<imgKey <<"   Message: "<<e.what());
        return false;
        //return false;
    }
    bool retface = false;