Browse Source

提交切换自动加载

master
DESKTOP-58BB7H3\ZJH 4 months ago
parent
commit
575f8aeca6
6 changed files with 29120 additions and 1 deletions
  1. BIN
      .vs/CNAS_DBSync/v15/.suo
  2. BIN
      .vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal
  3. +2
    -0
      CNAS_DBSync/frmSyncParams.cs
  4. BIN
      dll/CNAS_DBSync.exe
  5. +1
    -1
      dll/DataConfig/SystemFormatConfig.xml
  6. +29117
    -0
      dll/ErrorLog/20250213.txt

BIN
.vs/CNAS_DBSync/v15/.suo View File


BIN
.vs/CNAS_DBSync/v15/Server/sqlite3/storage.ide-wal View File


+ 2
- 0
CNAS_DBSync/frmSyncParams.cs View File

@@ -269,6 +269,8 @@ namespace CNAS_DBSync
if (currentSyncItem.SyncInstrumentDSInfo != null&& currentSyncItem.SyncInstrumentDSInfo.InstrumentDataSourceType!=DataSourceType.None)
{
dgvMapping.DataSource = new BindingList<SyncParamasInfo>(currentSyncItem.LstSyncPramas);
if(currentSyncItem.SyncInstrumentDSInfo.ServerName!="")
btnLoadDBData_Click(sender, e);
}
else
{


BIN
dll/CNAS_DBSync.exe View File


+ 1
- 1
dll/DataConfig/SystemFormatConfig.xml View File

@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>-10</ShowDelayDays><TableInfoMode>1</TableInfoMode><ShowLogDays>-10</ShowLogDays><TargetDBType>mysql</TargetDBType><StartGeneralVersion>0</StartGeneralVersion><StartWebApi>0</StartWebApi><WebApiUrl>http://localhost:8080/api</WebApiUrl></SystemFormatConfig>
<?xml version="1.0" encoding="utf-8"?><SystemFormatConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ShowDelayDays>-10</ShowDelayDays><TableInfoMode>0</TableInfoMode><ShowLogDays>-10</ShowLogDays><TargetDBType>mysql</TargetDBType><StartGeneralVersion>0</StartGeneralVersion><StartWebApi>0</StartWebApi><WebApiUrl>http://localhost:8080/api</WebApiUrl></SystemFormatConfig>

+ 29117
- 0
dll/ErrorLog/20250213.txt
File diff suppressed because it is too large
View File


Loading…
Cancel
Save