Commit 7af440f550bff21ff63f4b4393bc03e08e0c0789
1 parent
6100769e5d
Exists in
master
and in
6 other branches
诸城人民初诊复诊字段添加
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExAddRequest.java
View file @
7af440f
| ... | ... | @@ -1102,7 +1102,7 @@ |
| 1102 | 1102 | examinationModel.settSH(df.format(tSH)); |
| 1103 | 1103 | } |
| 1104 | 1104 | if (null != tpaAb) { |
| 1105 | - examinationModel.setTgAb(df.format(tgAb)); | |
| 1105 | + examinationModel.setTpaAb(df.format(tpaAb)); | |
| 1106 | 1106 | } |
| 1107 | 1107 | if (null != aTSHR) { |
| 1108 | 1108 | examinationModel.setaTSHR(df.format(aTSHR)); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
7af440f
| ... | ... | @@ -1916,7 +1916,7 @@ |
| 1916 | 1916 | antExChuModel.settSH(df.format(tSH)); |
| 1917 | 1917 | } |
| 1918 | 1918 | if (null != tpaAb) { |
| 1919 | - antExChuModel.setTgAb(df.format(tgAb)); | |
| 1919 | + antExChuModel.setTpaAb(df.format(tpaAb)); | |
| 1920 | 1920 | } |
| 1921 | 1921 | if (null != aTSHR) { |
| 1922 | 1922 | antExChuModel.setaTSHR(df.format(aTSHR)); |