@@ -172,6 +172,7 @@ public class UserService {
.withUid(row.getKey())
.withUser_type(UserTypeEnum.DACANG.ordinal())
.withDate(localDate)
+ .withNum(row.getValue().size())
.withCreate_time(currentTime)
.build()).toList());
}