1,修正Johao数据库结构(代码无关)

2,修正函数调用大于一层时Load失败
3,修正 “LoadStationPackets”中SQL语句条件连接符号 &-》and
This commit is contained in:
2024-05-20 22:20:51 +08:00
parent 985fec2287
commit 8077acf6bf
22 changed files with 12 additions and 5 deletions

View File

@@ -42,6 +42,7 @@
Dim exeResult As String = ""
'进程执行
If ProcessCommandManager.RunCmdGetReturn(_exePath, _exeArgs, _timeout, _stream, _destSrc, exeResult) = False Then
CommandReturn.ExecuteResultTipString = $"进程执行失败,{exeResult}"
CommandReturn.ExecuteResult = False