...
|
...
|
@@ -257,8 +257,11 @@ func (srv StaffAssessServeice) QueryMemberPerformanceIndicator(in *query.MemberP |
|
|
dupleList = append(dupleList, it)
|
|
|
}
|
|
|
} else {
|
|
|
dupleMap[it.TargetUserId] = it.BeginDay
|
|
|
dupleList = append(dupleList, it)
|
|
|
// 有内容分类,才算正常数据,反之不显示
|
|
|
if len(it.ContentCategory) > 0 {
|
|
|
dupleMap[it.TargetUserId] = it.BeginDay
|
|
|
dupleList = append(dupleList, it)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|