From 099166f5433fbf621a2440e625ef164f6c4a7fe5 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 23 Aug 2021 10:22:51 +0800 Subject: [PATCH] aa --- business/jxcallback/orderman/order_comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {