Commit 7fd4c9bc5c3f41cae19051e441245ec2302da372

Authored by landong2015
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
... ... @@ -82,7 +82,7 @@
82 82  
83 83 String monthAgeStr = "";
84 84 for (int j = 0; j < ages.length ; j++) {
85   - String q = ages[j]+"月"+"("+ (j+1) +"/"+ages.length+")";
  85 + String q = ages[j]+"月"+"("+ (j+1) +"/"+ages.length+")";
86 86 monthAgeStr+=q;
87 87 if (ages.length-1 != j)
88 88 {
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();