날짜 체크 버그 수정
git-svn-id: svn://192.168.0.12/source@132 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1766,7 +1766,7 @@ void SFilterProcess::DataPut(QString _strCompanyNum)
|
||||
strQuery = "delete from stats_articlebuzzbyday where company_num = " + _strCompanyNum;
|
||||
if(query.exec(strQuery.toUtf8()) == false) {InsertLog(query.lastError().text());return;}
|
||||
|
||||
QDate date = QDate::currentDate().addDays(-60);
|
||||
QDate date = QDate::currentDate().addDays(m_nCutDays);
|
||||
QString astrOrderBy[D_ARTICLE_MAX] = {"body","reply","all"};
|
||||
while(date <= QDate::currentDate())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user