Commit cf4ca759c34bf2682c63694705a21c5d9239c1d3
1 parent
276b876f18
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 1 additions and 62 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CancerScreeningFacade.java
View file @
cf4ca75
... | ... | @@ -708,6 +708,7 @@ |
708 | 708 | query.setOverdueStart(start); |
709 | 709 | } |
710 | 710 | //地区 |
711 | + query.setProvinceId(queryRequest.getProvinceId()); | |
711 | 712 | query.setCityId(queryRequest.getCityId()); |
712 | 713 | query.setAreaId(queryRequest.getAreaId()); |
713 | 714 | query.setStreetId(queryRequest.getStreetId()); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BreastAfterVisitRequest.java
View file @
cf4ca75
... | ... | @@ -45,21 +45,6 @@ |
45 | 45 | //隆化乳腺X钼靶检查内容,展示用到enum(LhBreastXRayContent) |
46 | 46 | private String rxXJc; |
47 | 47 | |
48 | - /** | |
49 | - * 乳腺临床检查 | |
50 | - */ | |
51 | - //乳头左 | |
52 | - private Map<String, Object> rxlRtz; | |
53 | - //乳头右 | |
54 | - private Map<String, Object> rxlRty; | |
55 | - //溢液左 ,遵化新增,血性5 浆液性6 清水性7 | |
56 | - private Map<String, Object> rxlYyz; | |
57 | - //溢液右 | |
58 | - private Map<String, Object> rxlYyy; | |
59 | - //肿块左 | |
60 | - private Map<String, Object> rxlZkz; | |
61 | - //肿块右 | |
62 | - private Map<String, Object> rxlZky; | |
63 | 48 | |
64 | 49 | public String getCheckDate() { |
65 | 50 | return checkDate; |
... | ... | @@ -165,52 +150,5 @@ |
165 | 150 | this.rxXJc = rxXJc; |
166 | 151 | } |
167 | 152 | |
168 | - public Map<String, Object> getRxlRtz() { | |
169 | - return rxlRtz; | |
170 | - } | |
171 | - | |
172 | - public void setRxlRtz(Map<String, Object> rxlRtz) { | |
173 | - this.rxlRtz = rxlRtz; | |
174 | - } | |
175 | - | |
176 | - public Map<String, Object> getRxlRty() { | |
177 | - return rxlRty; | |
178 | - } | |
179 | - | |
180 | - public void setRxlRty(Map<String, Object> rxlRty) { | |
181 | - this.rxlRty = rxlRty; | |
182 | - } | |
183 | - | |
184 | - public Map<String, Object> getRxlYyz() { | |
185 | - return rxlYyz; | |
186 | - } | |
187 | - | |
188 | - public void setRxlYyz(Map<String, Object> rxlYyz) { | |
189 | - this.rxlYyz = rxlYyz; | |
190 | - } | |
191 | - | |
192 | - public Map<String, Object> getRxlYyy() { | |
193 | - return rxlYyy; | |
194 | - } | |
195 | - | |
196 | - public void setRxlYyy(Map<String, Object> rxlYyy) { | |
197 | - this.rxlYyy = rxlYyy; | |
198 | - } | |
199 | - | |
200 | - public Map<String, Object> getRxlZkz() { | |
201 | - return rxlZkz; | |
202 | - } | |
203 | - | |
204 | - public void setRxlZkz(Map<String, Object> rxlZkz) { | |
205 | - this.rxlZkz = rxlZkz; | |
206 | - } | |
207 | - | |
208 | - public Map<String, Object> getRxlZky() { | |
209 | - return rxlZky; | |
210 | - } | |
211 | - | |
212 | - public void setRxlZky(Map<String, Object> rxlZky) { | |
213 | - this.rxlZky = rxlZky; | |
214 | - } | |
215 | 153 | } |