门控箱继电器数据中的PDBJ视为PABJ
This commit is contained in:
parent
3c76b468b2
commit
01bd98a4d5
|
@ -641,7 +641,7 @@ func buildAndRelateElectronicComponent(repo *proto.Repository, relayGi *graphicD
|
|||
mkx.PcbjId = relay.Id
|
||||
} else if strings.Contains(relay.GetCode(), "POB") {
|
||||
mkx.PobjId = relay.Id
|
||||
} else if strings.Contains(relay.GetCode(), "PAB") {
|
||||
} else if strings.Contains(relay.GetCode(), "PAB") || strings.Contains(relay.GetCode(), "PDB") {
|
||||
mkx.PabjId = relay.Id
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue