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) }