提交信息!

This commit is contained in:
2021-03-18 16:19:57 +08:00
parent 92681a8cfe
commit 173aa6655f
4 changed files with 201 additions and 5 deletions

View File

@@ -71,7 +71,8 @@ void QNewRepairMonitorWidget::onImport()
string password = "cpic123456";
string tnsName = "xmcx1";
ImportNewRepairMonitorToOracle( userName, password, tnsName, recordVector );
//ImportNewRepairMonitorToOracle( userName, password, tnsName, recordVector );
ImportPriceCheckedListToOracle(userName, password, tnsName, recordVector);
//showNewRepairMonitorRecords();
}