mitao
2025-04-03 83070ae1b6c99bff833b9a43910b58b970037383
cloud-server-account/src/main/java/com/dsh/account/controller/ClassDetailsController.java
@@ -262,7 +262,12 @@
                    SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
                    vo.setBirthday(simpleDateFormat.format(sts.getBirthday()));
                    vo.setStuName(sts.getName());
                    if (sts.getBirthday()!=null){
                    vo.setStuAge(DateUtil.age(sts.getBirthday()));
                    }else{
                        vo.setStuAge(18);
                    }
                    vo.setStuHeight(sts.getHeight());
                    vo.setStuWeight(sts.getWeight());
                    vo.setIsNot(sts.getIsDefault());