[fix] bind table bug
This commit is contained in:
parent
9be7c25998
commit
c081bd43ed
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ func (p *Process) Merge(newProcess *Process) *Process {
|
|||
p.Process = newProcess.Process
|
||||
}
|
||||
|
||||
if p.ProcessBind == "" {
|
||||
p.ProcessBind = newProcess.ProcessBind
|
||||
}
|
||||
|
||||
if p.Guard == "" {
|
||||
p.Guard = newProcess.Guard
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue