This commit is contained in:
Kane Wang 2020-05-13 21:24:02 +08:00
parent 9cfdd61539
commit 76704f699d
2 changed files with 31 additions and 32 deletions

View File

@ -101,8 +101,6 @@ void RepairMonitoringFromExcelToOracle( const std::wstring & filePath,
//逐列绑定sql语句
for ( colIndex = firstColumnIndex; colIndex <= lastColumnIndex; colIndex++ )
{
}
}
}
}

View File

@ -1,4 +1,4 @@
#include "QCarDealerSchemaWidget.h"
#include "QCarDealerSchemaWidget.h"
QCarDealerSchemaWidget::QCarDealerSchemaWidget(QWidget *parent)
: QWidget(parent)
@ -8,4 +8,5 @@ QCarDealerSchemaWidget::QCarDealerSchemaWidget(QWidget *parent)
QCarDealerSchemaWidget::~QCarDealerSchemaWidget()
{
}