|
@@ -35,6 +35,7 @@ func (ar *AnalysisRes) UpdateTag(ctx context.Context) {
|
|
|
total = len(ar.Data)
|
|
|
index = 0
|
|
|
)
|
|
|
+ g.Log().Infof(ctx, "UpdateTag code %s 更新%d个开始", ar.Code, len(ar.Data))
|
|
|
for id, ok := range ar.Data {
|
|
|
if !ok {
|
|
|
continue
|
|
@@ -63,7 +64,7 @@ func (ar *AnalysisRes) UpdateTag(ctx context.Context) {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- g.Log().Infof(ctx, "code %s 更新%d个完成", ar.Code, len(ar.Data))
|
|
|
+ g.Log().Infof(ctx, "UpdateTag code %s 更新%d个完成", ar.Code, len(ar.Data))
|
|
|
}
|
|
|
|
|
|
func NewManager() *UserAnalysis {
|