Commit 7ab62e34 authored by duanjinfei's avatar duanjinfei

Merge branch 'master' into test

parents 51b6174d 1d1c2e0a
......@@ -58,7 +58,7 @@ func (m *MonitorNm) monitorNmClient() {
log.Info("------------------------Send deviceInfo message ended------------------------")
if len(m.DockerOp.ReportModelIds) == 0 {
params := utils.BuildParams(m.DockerOp.ReportModelIds)
params := utils.BuildParams(m.DockerOp.ReportModelIds, []uint64{0})
msgRespWorker.RegisterMsgResp(nodeManager, worker, SubmitResourceMapRes, params)
}
log.Info("------------------------Send once-off message ended------------------------")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment