kobe6258 пре 4 месеци
родитељ
комит
95a6249f75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -157,7 +157,7 @@ func initMerchant(merchantId string) {
 			if merchant.MerchantID == merchantId {
 			if merchant.MerchantID == merchantId {
 				err = redisUtils.SetString(redis.GenerateMerchantKey(), merchant.MerchantID, 0)
 				err = redisUtils.SetString(redis.GenerateMerchantKey(), merchant.MerchantID, 0)
 				if err != nil {
 				if err != nil {
-					logger.Error("redis商户ID添加失败:%v", err)
+					logger.Error("ID添加失败:%v", err)
 					return
 					return
 				}
 				}
 				find = true
 				find = true