From 88b02419551e11218c5bfa02e40761e55159a3e5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 11 Nov 2019 14:36:14 +0800 Subject: [PATCH] up --- business/jxstore/cms/store.go | 2 +- business/model/order.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index fd96c1695..ec1a05806 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -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)) diff --git a/business/model/order.go b/business/model/order.go index 600446e87..b11836029 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -245,7 +245,7 @@ type OrderComment struct { UserCommentID string `orm:"column(user_comment_id);size(48)" json:"userCommentID"` IsReplied int8 Status int8 - ModifyDuration int8 // 改评价的小时数 + ModifyDuration int16 // 改评价的小时数 TagList string Score int8