zjh
6 天以前 bda1ce873514c0848c4ad76bdd2274f01ab5dcc1
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());