Commit 973e2e8a9dadc1d4ce6863aab07cbfc2007da374
1 parent
283355f1f1
Exists in
master
and in
6 other branches
德州产检管理添加处理意见查询
Showing 1 changed file with 1 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
973e2e8
... | ... | @@ -116,13 +116,10 @@ |
116 | 116 | } |
117 | 117 | else if (antExManagerQueryRequest.getIsOpinion() == 1) |
118 | 118 | { |
119 | + antExRecordQuery.setIsOpinion(true); | |
119 | 120 | if (StringUtils.isNotEmpty(antExManagerQueryRequest.getTreatOpinion())) |
120 | 121 | { |
121 | 122 | antExRecordQuery.setTreatOpinion(antExManagerQueryRequest.getTreatOpinion()); |
122 | - } | |
123 | - else | |
124 | - { | |
125 | - antExRecordQuery.setIsOpinion(true); | |
126 | 123 | } |
127 | 124 | } |
128 | 125 | } |