forked from JointCloud/pcm-coordinator
parent
515216ac1c
commit
6f1cb013c7
|
@ -38,6 +38,10 @@ func (l *DeployInstanceListLogic) DeployInstanceList(req *types.DeployInstanceLi
|
||||||
return nil, tx.Error
|
return nil, tx.Error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if len(list) == 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
go updater.UpdateDeployInstanceStatusBatch(l.svcCtx, list)
|
go updater.UpdateDeployInstanceStatusBatch(l.svcCtx, list)
|
||||||
|
|
||||||
ins := list[0]
|
ins := list[0]
|
||||||
|
|
Loading…
Reference in New Issue