diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java index ee3b7fc..14dc76c 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java @@ -1164,7 +1164,30 @@ public class ViewFacade { } Map map = new HashMap<>(); - + /***新增字段***/ + map.put("ttita", data.getTtita()); + map.put("totalThy", data.getTotalThy()); + map.put("ftita", data.getFtita()); + map.put("freeThy", data.getFreeThy()); + map.put("thyStim", data.getThyStim()); + map.put("antGlan", data.getAntGlan()); + map.put("tmab", data.getTmab()); + map.put("thyPerAnt", data.getThyPerAnt()); + map.put("prothTime", data.getProthTime()); + map.put("interStan", data.getInterStan()); + map.put("pta", data.getPta()); + map.put("actPar", data.getActPar()); + map.put("thrTime", data.getThrTime()); + map.put("fibrin", data.getFibrin()); + map.put("antil", data.getAntil()); + map.put("dimer", data.getDimer()); + map.put("totalChol", data.getTotalChol()); + map.put("tricer", data.getTricer()); + map.put("highDens", data.getHighDens()); + map.put("lowDens", data.getLowDens()); + map.put("apolipa", data.getApolipa()); + map.put("apolipb", data.getApolipb()); + map.put("electr", data.getElectr()); map.put("genRemark", data.getGenRemark()); map.put("gynRemark", data.getGynRemark()); @@ -1853,6 +1876,31 @@ public class ViewFacade { Map map = new HashMap<>(); + /***新增字段***/ + map.put("ttita", data.getTtita()); + map.put("totalThy", data.getTotalThy()); + map.put("ftita", data.getFtita()); + map.put("freeThy", data.getFreeThy()); + map.put("thyStim", data.getThyStim()); + map.put("antGlan", data.getAntGlan()); + map.put("tmab", data.getTmab()); + map.put("thyPerAnt", data.getThyPerAnt()); + map.put("prothTime", data.getProthTime()); + map.put("interStan", data.getInterStan()); + map.put("pta", data.getPta()); + map.put("actPar", data.getActPar()); + map.put("thrTime", data.getThrTime()); + map.put("fibrin", data.getFibrin()); + map.put("antil", data.getAntil()); + map.put("dimer", data.getDimer()); + map.put("totalChol", data.getTotalChol()); + map.put("tricer", data.getTricer()); + map.put("highDens", data.getHighDens()); + map.put("lowDens", data.getLowDens()); + map.put("apolipa", data.getApolipa()); + map.put("apolipb", data.getApolipb()); + map.put("electr", data.getElectr()); + map.put("genRemark", data.getGenRemark()); map.put("lastMenses", DateUtil.getyyyy_MM_dd(patients.getLastMenses()));