Commit 6b46c5addd34a593325ea8165bcfff22c9b56d44
1 parent
9b0093811d
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
6b46c5a
... | ... | @@ -6167,6 +6167,7 @@ |
6167 | 6167 | model.setCheckDiagnoseLevel(diagnoseList); |
6168 | 6168 | model.setHandlSuggest(checkModel.getHandlSuggest()); |
6169 | 6169 | model.setGuideSuggest(checkModel.getGuideSuggest()); |
6170 | + model.setTcmGuide(checkModel.getTcmGuide()); | |
6170 | 6171 | |
6171 | 6172 | if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(checkModel.getCheckDoctor())) { |
6172 | 6173 |