Commit 98d2e74433ae8da53f106dccfdbd762f54f9f9d9
1 parent
a7e37c2828
Exists in
dev
1:调整字段名称
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
98d2e74
| ... | ... | @@ -1909,9 +1909,9 @@ |
| 1909 | 1909 | map.put("treatmentOpinion3", getTreatmentOpinion3(data.getTreatmentOpinion2())); |
| 1910 | 1910 | // map.put("treatmentOpinion2", mongoUtil.findPlatList(data.getTreatmentOpinion2())); |
| 1911 | 1911 | map.put("quickenRemark", data.getQuickenRemark()); |
| 1912 | - map.put("daFileCode", patients.getFileCode()); | |
| 1912 | + map.put("fileCode", patients.getFileCode()); | |
| 1913 | 1913 | map.put("highRiskFileCode", patients.getHighRiskFileCode()); |
| 1914 | - map.put("IdCard", patients.getCardNo()); | |
| 1914 | + map.put("cardNo", patients.getCardNo()); | |
| 1915 | 1915 | |
| 1916 | 1916 | /* 基本信息 */ |
| 1917 | 1917 | //孕妇基本信息 |
| 1918 | 1918 | |
| ... | ... | @@ -3237,9 +3237,9 @@ |
| 3237 | 3237 | map.put("jmxspg", data.getJmxspg()); |
| 3238 | 3238 | map.put("jmxsScore", data.getJmxsScore()); |
| 3239 | 3239 | map.put("jmxsLevel", data.getJmxsLevel()); |
| 3240 | - map.put("daFileCode", patients.getFileCode()); | |
| 3240 | + map.put("fileCode", patients.getFileCode()); | |
| 3241 | 3241 | map.put("highRiskFileCode", patients.getHighRiskFileCode()); |
| 3242 | - map.put("IdCard", patients.getCardNo()); | |
| 3242 | + map.put("cardNo", patients.getCardNo()); | |
| 3243 | 3243 | /** |
| 3244 | 3244 | * start |
| 3245 | 3245 | * 遵化市妇幼新增字段 |