ExportMap/cs/Tools.cs
@@ -60,7 +60,7 @@ { if (null == _dbHelper) { _dbHelper = new PostgreHelper(DbEnum.langfang); _dbHelper = new PostgreHelper(); } return _dbHelper; @@ -229,7 +229,7 @@ str = se.ReadToEnd(); //if (!string.IsNullOrEmpty(info)) LogOut.Debug(info); if (!string.IsNullOrEmpty(str)) LogOut.Error(str); if (!string.IsNullOrEmpty(str) && !str.Contains("@jit(cache=True, nogil=True)")) LogOut.Error(str); if (p.HasExited == false) p.Kill(); task = TaskDBHelper.SelectById(task.id);