Commit b642c8215efb0bb359c1523188e7e006ace22772

Authored by liquanyu
1 parent f3790d7e77

update

Showing 1 changed file with 6 additions and 9 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PreEugebicsServiceImpl.java View file @ b642c82
... ... @@ -1096,17 +1096,14 @@
1096 1096 datas.add(dataHusband);
1097 1097  
1098 1098 }
1099   -
1100   -
1101 1099 Map <String, String> cnames = new LinkedHashMap <>();
1102   - cnames.put("xz", "乡镇");
1103   - cnames.put("username", "姓名");
1104   - cnames.put("certificateNum", "证件号");
1105   - cnames.put("age", "年龄");
1106   - cnames.put("addressStr", "居住地");
  1100 + cnames.put("name", "姓名");
  1101 + cnames.put("cardNo", "证件号");
  1102 + cnames.put("sex", "性别");
1107 1103 cnames.put("phone", "联系电话");
1108   - cnames.put("spouseName", "配偶姓名");
1109   - cnames.put("spousePhone", "联系方式");
  1104 + cnames.put("cxNum", "采血编号");
  1105 + cnames.put("age", "年龄");
  1106 + cnames.put("currentAddressStr", "地址");
1110 1107 ResponseUtil.responseExcel(cnames, datas, response);
1111 1108 }
1112 1109 }