派生自 development/c++

miyanhui
2019-02-12 c089626f2d9ee90364abd24ecba7ffe567cb1163
QiaoJiaSystem/StructureApp/FaceExtractElement.cpp
@@ -212,6 +212,10 @@
                t_json["indeviceid"] = appPref.getStringData("fxDevID");
                t_json["indevicename"] = appPref.getStringData("fxDevNAME");
                std::string strImageKey = faceExtractQueueTmp[i].scoredRects[j].properties["imgKey"];
                INFO("SaveImageKey To ES: "<<strImageKey);
                t_json["imgKey"] = strImageKey;
                auto faceSearchServer = faceSearchRpcClient.getServer();
                if (!faceSearchServer) {
                    ERR("faceSearchServer is null");