zjh
7 天以前 f8150f79c0914080c42af9737d36c676f0c1a9f8
ltkj-admin/src/main/java/com/ltkj/web/jmreport/ReportDataController.java
@@ -272,7 +272,7 @@
                } else {
                    reportVo.setPacName("无");
                }
                Date cusBrithday = tjCustomer.getCusBrithday();
                String cusBrithday = tjCustomer.getCusBrithday();
                int age = DateUtil.ageOfNow(cusBrithday);
                reportVo.setCusAge(age);
                reportVo.setCusPhone(tjCustomer.getCusPhone());