Commit c18ba40a by 刘帅

增加中石化商户

parent 893345dd
...@@ -34,7 +34,7 @@ void FmControl::Start() ...@@ -34,7 +34,7 @@ void FmControl::Start()
m_appDir = QCoreApplication::applicationDirPath(); m_appDir = QCoreApplication::applicationDirPath();
m_keepTimer.start(); m_keepTimer.start();
//QTimer::singleShot(5000, this, &FmControl::onCheckUpdate); QTimer::singleShot(5000, this, &FmControl::onCheckUpdate);
} }
void FmControl::onKeepProcess() void FmControl::onKeepProcess()
......
...@@ -14,7 +14,8 @@ DEFINES += QUAZIP_STATIC ...@@ -14,7 +14,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += AI_SEN #DEFINES += AI_SEN
#DEFINES += TODAY #DEFINES += TODAY
#DEFINES += RUBY #DEFINES += RUBY
DEFINES += YOUQI #DEFINES += YOUQI
DEFINES += SINOPEC
TARGET = fmscupd TARGET = fmscupd
CONFIG += windows CONFIG += windows
......
...@@ -165,6 +165,13 @@ FmTools::FmTools() ...@@ -165,6 +165,13 @@ FmTools::FmTools()
m_keyStoreId = "storeInfo/storeId"; m_keyStoreId = "storeInfo/storeId";
m_keyPosId = "storeInfo/posId"; m_keyPosId = "storeInfo/posId";
#endif #endif
#ifdef SINOPEC
m_partnerId = "1946";
m_siIniPath = QCoreApplication::applicationDirPath() + "/bins/FreemudPOS.ini";
m_keyStoreId = "Home/StoreId";
m_keyPosId = "Home/PosId";
#endif
} }
FmTools::~FmTools() FmTools::~FmTools()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment