Commit 7fd4c9bc5c3f41cae19051e441245ec2302da372
1 parent
388b25d820
Exists in
master
修改错别字体
Showing 2 changed files with 2 additions and 2 deletions
webApi/src/main/java/com/lyms/yimiao/web/controller/v1/InoculateRecordController.java
View file @
7fd4c9b
webApi/src/main/java/com/lyms/yimiao/web/controller/v1/VaccineNamesController.java
View file @
7fd4c9b
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | String[] ages = medVaccineName.getVnMonthAge().split(",");//1,2 |
68 | 68 | List<String> list = new ArrayList(); |
69 | 69 | for (int j = 0; j < ages.length ; j++) { |
70 | - String q = ages[j]+"月齡"+"("+ (j+1) +"/"+ages.length+")"; | |
70 | + String q = ages[j]+"月龄"+"("+ (j+1) +"/"+ages.length+")"; | |
71 | 71 | list.add(q); |
72 | 72 | } |
73 | 73 | StringBuffer q = new StringBuffer(); |