QiaoJiaSystem/DataManagerServer/http_configserver.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
QiaoJiaSystem/FaceSearchServer/FaceFeatureSearchServerI.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
QiaoJiaSystem/build/DataWebServer | 补丁 | 查看 | 原始文档 | blame | 历史 |
QiaoJiaSystem/DataManagerServer/http_configserver.cpp
@@ -2418,10 +2418,9 @@ string str_serIp = GET_STR_CONFIG("mainServerIp"); string str_serPort = GET_STR_CONFIG("mainServerPort"); // string sendUrl = "192.168.1.203:3697/addPerson/uploadToTemporary"; // string sendUrl = "192.168.1.203:3697/addPerson/uploadToTemporary"; string sendUrl = str_serIp; sendUrl.append(":").append(str_serPort).append("/addPerson/uploadToTemporary"); Json::Value perInfos; Json::Value perInfo; @@ -2433,7 +2432,6 @@ auto rec = db_c.searchConfigTableWithinServerInfo(); perInfo["deviceId"] = rec.dev_id.toStdString(); perInfo["photos"] = img_url; // perInfo["featureBase"] = feature_base64; perInfo["featureBase64"] = feature_base64; perInfo["cardId"] = idcard;//图片描述 perInfos.append(perInfo); QiaoJiaSystem/FaceSearchServer/FaceFeatureSearchServerI.cpp
@@ -115,8 +115,6 @@ << t_faceCR.confidence); results.insert(itTR, t_faceCR); } //#todo send message return results; QiaoJiaSystem/LocalDBTool/SqliteToolkit.hpp
@@ -100,7 +100,7 @@ } std::string getTableInfosSql(std::string tableName) { std::string sql = "select * from '" + tableName+"';";// + " where del_flag = 0"; std::string sql = "select * from '" + tableName + "';";// + " where del_flag = 0"; return sql; } QiaoJiaSystem/build/DataWebServerBinary files differ