Commit 40c6c8d4b9910b70c17eb8fbdba53fd1166c50a2
1 parent
6a9049d5c8
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveRecordFacade.java
View file @
40c6c8d
| ... | ... | @@ -316,7 +316,7 @@ |
| 316 | 316 | try { |
| 317 | 317 | out = response.getOutputStream(); |
| 318 | 318 | Map<String, String> cnames = new LinkedHashMap<>(); |
| 319 | - cnames.put("username","身份证号码"); //身份证号码 | |
| 319 | + cnames.put("username","姓名"); //姓名 | |
| 320 | 320 | cnames.put("vcCardNo","就诊卡号"); //就诊卡号 |
| 321 | 321 | cnames.put("cardNo","证件号"); //证件号 |
| 322 | 322 | cnames.put("phone","手机号码");//手机号码 |