派生自 development/c++

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