diff --git a/business/jxcallback/orderman/order_comment.go b/business/jxcallback/orderman/order_comment.go index 1865ae7a0..217a8c9cf 100644 --- a/business/jxcallback/orderman/order_comment.go +++ b/business/jxcallback/orderman/order_comment.go @@ -184,7 +184,7 @@ func (c *OrderManager) replyOrderComment(vendorOrgCode string, orderComment *mod score = 4 } var config *tReplyConfig - if configs, err := dao.QueryConfigs(dao.GetDB(), utils.Int2Str(score), model.ConfigTypeSys, ""); err == nil { + if configs, err := dao.QueryConfigs(dao.GetDB(), utils.Int2Str(score), model.ConfigTypeReply, ""); err == nil { json.Unmarshal([]byte(configs[0].Value), &config) } if config == nil {