JeffWang 2 lat temu
rodzic
commit
6377a172c4

+ 3 - 0
FactoryTool_CShare/fix/fix.bat

@@ -0,0 +1,3 @@
+echo %~dp0
+"%~dp0sqlite3.exe" "%~dp0Error.db"<"%~dp0fix.sql"
+pause

+ 1 - 0
FactoryTool_CShare/fix/fix.sql

@@ -0,0 +1 @@
+update CopyDelayReport set url = REPLACE(url,'/reportData/report','') where url like '%/reportData/report%';

BIN
FactoryTool_CShare/fix/sqlite3.exe