1,修正Johao数据库结构(代码无关)
2,修正函数调用大于一层时Load失败 3,修正 “LoadStationPackets”中SQL语句条件连接符号 &-》and
This commit is contained in:
@@ -549,7 +549,7 @@ Namespace UTSModule.Project
|
||||
colList.Add(DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.PacketMd5.ToString())
|
||||
colList.Add(DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.Description.ToString())
|
||||
|
||||
Dim condition As String = $"`{DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.ProjectID}` = {pid} & `{DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.StationID}` = {sid}"
|
||||
Dim condition As String = $"`{DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.ProjectID}` = {pid} and `{DbTableModel.Customer.StationPacketReleaseLogTable.ColNames.StationID}` = {sid}"
|
||||
Dim dtProject As DataTable = db.ExecuteDataTable(db.CmdHelper.Search(colList, tableName, condition), False)
|
||||
|
||||
Dim packetList As New List(Of StationPacketVo)
|
||||
|
||||
Reference in New Issue
Block a user