libo 4 роки тому
батько
коміт
96e9ace9d7

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

@@ -61,6 +61,7 @@ public class UserService {
61 61
                         .withDate(localDate)
62 62
                         .withNum(num)
63 63
                         .withCreate_time(currentTime)
64
+                        .withUser_type(UserTypeEnum.NORMAL.ordinal())
64 65
                         .build());
65 66
 
66 67
                 List<Integer> idlist = listOfChildren(row, list);