Sfoglia il codice sorgente

his_location siteid no change

researchman 5 anni fa
parent
commit
fd7ea02643
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      his_location.cpp

+ 1 - 0
his_location.cpp

@@ -212,6 +212,7 @@ void location_card::push(uint64_t timestamp,const point & p,int32_t areaid,int32
         update(p,timestamp,iflag);
         //set_invalid();
         if(iflag>1){
+            m_siteid = siteid;
             set(p,timestamp);
             insert();
         }