Commit e1a3a1e7c44170b3d3654bafd5d87f783ef6210b
1 parent
1b61d235cf
Exists in
master
and in
6 other branches
查询号bug修改
Showing 1 changed file with 21 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ViewController.java
View file @
e1a3a1e
| ... | ... | @@ -214,6 +214,27 @@ |
| 214 | 214 | data.remove("isZhuan"); |
| 215 | 215 | } |
| 216 | 216 | |
| 217 | + if (data.containsKey("oneisZhuan")) { | |
| 218 | + builder.moveToBookmark("oneisZhuan"); | |
| 219 | + markFrameText(builder, (String) data.get("oneisZhuan")); | |
| 220 | + data.remove("oneisZhuan"); | |
| 221 | + } | |
| 222 | + if (data.containsKey("twoisZhuan")) { | |
| 223 | + builder.moveToBookmark("twoisZhuan"); | |
| 224 | + markFrameText(builder, (String) data.get("twoisZhuan")); | |
| 225 | + data.remove("twoisZhuan"); | |
| 226 | + } | |
| 227 | + if (data.containsKey("threisZhuan")) { | |
| 228 | + builder.moveToBookmark("threisZhuan"); | |
| 229 | + markFrameText(builder, (String) data.get("threisZhuan")); | |
| 230 | + data.remove("threisZhuan"); | |
| 231 | + } | |
| 232 | + if (data.containsKey("fourisZhuan")) { | |
| 233 | + builder.moveToBookmark("fourisZhuan"); | |
| 234 | + markFrameText(builder, (String) data.get("fourisZhuan")); | |
| 235 | + data.remove("fourisZhuan"); | |
| 236 | + } | |
| 237 | + | |
| 217 | 238 | if (data.containsKey("ydfmw")) { |
| 218 | 239 | builder.moveToBookmark("ydfmw"); |
| 219 | 240 | List<String> ydfmw = (List<String>) data.get("ydfmw"); |