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