libo 4 年之前
父節點
當前提交
a2bd19d461
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/tdba/cxb/ares/api/service/UserService.java

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

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