up
This commit is contained in:
@@ -770,8 +770,8 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
dao.Commit(db)
|
dao.Commit(db)
|
||||||
notifyStoreOperatorChanged(store, valid["operatorPhone"])
|
|
||||||
}
|
}
|
||||||
|
notifyStoreOperatorChanged(store, valid["operatorPhone"])
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
globals.SugarLogger.Debugf("UpdateStore track:%s, store:%s", ctx.GetTrackInfo(), utils.Format4Output(store, true))
|
globals.SugarLogger.Debugf("UpdateStore track:%s, store:%s", ctx.GetTrackInfo(), utils.Format4Output(store, true))
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ type OrderComment struct {
|
|||||||
UserCommentID string `orm:"column(user_comment_id);size(48)" json:"userCommentID"`
|
UserCommentID string `orm:"column(user_comment_id);size(48)" json:"userCommentID"`
|
||||||
IsReplied int8
|
IsReplied int8
|
||||||
Status int8
|
Status int8
|
||||||
ModifyDuration int8 // 改评价的小时数
|
ModifyDuration int16 // 改评价的小时数
|
||||||
|
|
||||||
TagList string
|
TagList string
|
||||||
Score int8
|
Score int8
|
||||||
|
|||||||
Reference in New Issue
Block a user