카테고리 중간 수정버전
git-svn-id: svn://192.168.0.12/source@261 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -26,7 +26,8 @@ private:
|
||||
bool initInfluencer();
|
||||
bool initSpammer();
|
||||
bool initPlatform();
|
||||
bool initConsumerCategory();
|
||||
//bool initConsumerCategory();
|
||||
bool initCategory();
|
||||
|
||||
|
||||
public:
|
||||
@@ -79,6 +80,14 @@ public:
|
||||
E_DATA_etc,
|
||||
E_DATA_MAX,
|
||||
};
|
||||
enum E_SERVICE
|
||||
{
|
||||
E_SERVICE_INFLUENCER = 1,
|
||||
E_SERVICE_CONSUMER,
|
||||
E_SERVICE_SPAMMER,
|
||||
E_SERVICE_POWERCAFE,
|
||||
E_SERVICE_MAX
|
||||
};
|
||||
|
||||
struct stDataBaseInfo
|
||||
{
|
||||
@@ -128,6 +137,7 @@ public:
|
||||
int m_nFilterProcessOrder;
|
||||
int m_nFilterProcessType;
|
||||
int m_nCompanyNum;
|
||||
int m_nServiceNum;
|
||||
};
|
||||
|
||||
struct stFilter
|
||||
@@ -165,6 +175,7 @@ private:
|
||||
stPlatform m_stPlatform;
|
||||
QMap<int, int> m_mapConsumerCategory;
|
||||
int m_nConsumerAllCategory;
|
||||
int m_anAllCategory[E_SERVICE_MAX];
|
||||
|
||||
public:
|
||||
bool init(const QString& _strFilterProcessGroupID, const QString& _strFilterProcessGroupName);
|
||||
@@ -191,6 +202,7 @@ public:
|
||||
double getInfluencerParam(int _BodyorReply);
|
||||
void updateWebDBInfoState(QSqlDatabase &_db, int _nCompany, QString _strStatus);
|
||||
void updateWebDBInfoComplete(QSqlDatabase _db, QString _mindate, QString _maxdate, QString _lastupdate, int _bodycount, int _replycount, int _nCompany);
|
||||
int getAllCategoryNum(int _nService);
|
||||
//bool disableIndex(QSqlDatabase& db, QString _tableName, QStringList _strIndexNames, int _nMode = MODE);
|
||||
//bool enableIndex(QSqlDatabase& db, QString _tableName, QStringList _strIndexNames, int _nMode = MODE);
|
||||
//bool disableSettings(QSqlDatabase& db, int _nMode = MODE);
|
||||
|
||||
Reference in New Issue
Block a user