libo %!s(int64=4) %!d(string=hai) anos
pai
achega
a2bd19d461

+ 1 - 0
src/main/java/com/tdba/cxb/ares/api/service/UserService.java

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