From 9c135ed9277964b59db3fcef5b0182f35774bc32 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 12 Sep 2019 18:18:43 +0800 Subject: [PATCH] - fk --- business/netspider/netspider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/netspider/netspider.go b/business/netspider/netspider.go index 60f1648a2..7885b67b4 100644 --- a/business/netspider/netspider.go +++ b/business/netspider/netspider.go @@ -166,7 +166,7 @@ func GetAndStoreCitiesShops(ctx *jxcontext.Context, vendorIDs []int, cityCodeLis cityCodeList2 = append(cityCodeList2, cityCodeList[:index]...) cityCodeList = cityCodeList2 } - globals.SugarLogger.Debugf("GetAndStoreCitiesShops cityCodeList:%v", cityCodeList) + globals.SugarLogger.Debugf("GetAndStoreCitiesShops last cityCode:%d, cityCodeList:%v", lastShop.CityCode, cityCodeList) } else { globals.SugarLogger.Debugf("GetAndStoreCitiesShops get lastest city code error:%v", err2) }