]> git.stg.codes - stg.git/commitdiff
Ticket 37. The td->tariffConf.changePolicyTimeout added in the
authorElena Mamontova <helenh463@gmail.com>
Mon, 17 Oct 2016 12:54:25 +0000 (15:54 +0300)
committerElena Mamontova <helenh463@gmail.com>
Mon, 17 Oct 2016 12:54:25 +0000 (15:54 +0300)
if (schemaVersion > 1) construction.

projects/stargazer/plugins/store/firebird/firebird_store_tariffs.cpp

index 3e82e16f9728c5600517c3212931c783db436fd0..aebfdb88f52a926255d4446295d979093f6d0fbb 100644 (file)
@@ -283,7 +283,10 @@ try
     if (schemaVersion > 0)
         td->tariffConf.period = TARIFF::StringToPeriod(Get<std::string>(st, 7));
     if (schemaVersion > 1)
     if (schemaVersion > 0)
         td->tariffConf.period = TARIFF::StringToPeriod(Get<std::string>(st, 7));
     if (schemaVersion > 1)
+        {
         td->tariffConf.changePolicy = TARIFF::StringToChangePolicy(Get<std::string>(st, 8));
         td->tariffConf.changePolicy = TARIFF::StringToChangePolicy(Get<std::string>(st, 8));
+        td->tariffConf.changePolicyTimeout = ts2time_t(Get<IBPP::Timestamp>(st, 9));
+        }
     st->Close();
     st->Prepare("select * from tb_tariffs_params where fk_tariff = ?");
     st->Set(1, id);
     st->Close();
     st->Prepare("select * from tb_tariffs_params where fk_tariff = ?");
     st->Set(1, id);