zhangjinkun 5 жил өмнө
parent
commit
b7c43922a9

+ 3 - 1
src/jy/extract/newextractcity.go

@@ -6,6 +6,8 @@ import (
 	qu "qfw/util"
 	"regexp"
 	"strings"
+
+	log "github.com/donnie4w/go-logger/logger"
 )
 
 var AgencyReg = []*regexp.Regexp{
@@ -874,7 +876,7 @@ func (e *ExtractTask) RemoveCD(finishP []string, j *ju.Job) {
 		for tmpcity, _ := range j.FullCityScore {
 			c := e.CityFullMap[tmpcity]
 			if c == nil {
-				qu.Debug("行政区划错误数据:", tmpcity, j.SourceMid)
+				log.Debug("行政区划错误数据:", tmpcity, j.SourceMid)
 				continue
 			}
 			tmpPb := c.P.Brief