This commit is contained in:
gazebo
2019-11-11 14:36:14 +08:00
parent b0856aee47
commit 88b0241955
2 changed files with 2 additions and 2 deletions

View File

@@ -770,8 +770,8 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa
}
} else {
dao.Commit(db)
notifyStoreOperatorChanged(store, valid["operatorPhone"])
}
notifyStoreOperatorChanged(store, valid["operatorPhone"])
}
} else {
globals.SugarLogger.Debugf("UpdateStore track:%s, store:%s", ctx.GetTrackInfo(), utils.Format4Output(store, true))