Commit c2f96380c2b226edfd2b256d4708d47980ffea69
1 parent
5a8243725e
Exists in
master
and in
1 other branch
修改诸城妇幼 甲状腺bug
Showing 2 changed files with 10 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
c2f9638
| ... | ... | @@ -1977,7 +1977,15 @@ |
| 1977 | 1977 | map.put("ydfmw", ydfmw); |
| 1978 | 1978 | map.put("ydqjd", FunvCommonUtil.getBaseicConfigByid(ydqjd, basicConfigService)); |
| 1979 | 1979 | map.put("bChao", data.getbChao()); |
| 1980 | - | |
| 1980 | + /** | |
| 1981 | + * 甲状腺 | |
| 1982 | + * */ | |
| 1983 | + map.put("ft3", data.getfTthree()); | |
| 1984 | + map.put("ft4", data.getfTFour()); | |
| 1985 | + map.put("tsh", data.gettSH()); | |
| 1986 | + map.put("tpaAb", data.getTpaAb()); | |
| 1987 | + map.put("taAb", data.getTgAb()); | |
| 1988 | + map.put("atshr", data.getaTSHR()); | |
| 1981 | 1989 | |
| 1982 | 1990 | /** 优惠券编号 */ |
| 1983 | 1991 | map.put("couponCode", couponService.findByUsedId(id)); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
c2f9638
| ... | ... | @@ -1903,7 +1903,7 @@ |
| 1903 | 1903 | setfTFour(antExChuModel.getfTFour()); |
| 1904 | 1904 | settSH(antExChuModel.gettSH()); |
| 1905 | 1905 | setTpaAb(antExChuModel.getTpaAb()); |
| 1906 | - setTpaAb(antExChuModel.getTgAb()); | |
| 1906 | + setTgAb(antExChuModel.getTgAb()); | |
| 1907 | 1907 | setaTSHR(antExChuModel.getaTSHR()); |
| 1908 | 1908 | |
| 1909 | 1909 |