更新门店公告

This commit is contained in:
苏尹岚
2019-12-17 10:42:48 +08:00
parent 7d944f4ac6
commit 57fb6ac078
5 changed files with 11 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
"open_level": remoteStoreInfo.OpenLevel,
"is_online": remoteStoreInfo.IsOnline,
"third_tag_name": remoteStoreInfo.ThirdTagName,
"promotion_info": storeDetail.PromoteInfo,
}
// globals.SugarLogger.Debug(utils.Format4Output(params, false))
if globals.EnableMtwmStoreWrite {