소스 검색

Enrich DeviceList tables

Sasan Torabkheslat 5 년 전
부모
커밋
9d5656d178
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      main.cpp

+ 0 - 1
main.cpp

@@ -585,7 +585,6 @@ int cwmpService::Inform(struct _cwmp__Inform *cwmp__Inform, struct _cwmp__Inform
          * tr069["CellId"];
          * tr069["PeriodicInformInterval"]
          */
-
         query <<
               "replace into Device_List (IP,IMSI,`datetime`,update_interval,enodeb_id,cell_id,softwareversion,pcilock) values ('" +
               std::string(ip) + "','" + imsi + "',NOW()" + "," + tr069["PeriodicInformInterval"] + "," +