Commit fa9b0ba39dfe83ffb960da05f7e0dea289cc59e6
1 parent
9d2923c463
Exists in
master
and in
6 other branches
分娩报告卡导出
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java
View file @
fa9b0ba
| ... | ... | @@ -350,7 +350,7 @@ |
| 350 | 350 | String a = ""; |
| 351 | 351 | String m = ""; |
| 352 | 352 | String y = ""; |
| 353 | - Map<String,Object> amy = new HashMap<String,Object>(); | |
| 353 | + /*Map<String,Object> amy = new HashMap<String,Object>(); | |
| 354 | 354 | amy = queryModel.getMyzd(); |
| 355 | 355 | if(!amy.isEmpty()){ |
| 356 | 356 | if(true == (boolean)amy.get("0")){ |
| ... | ... | @@ -364,7 +364,7 @@ |
| 364 | 364 | if(true == (boolean)amy.get("2")){ |
| 365 | 365 | y = "√"; |
| 366 | 366 | } |
| 367 | - } | |
| 367 | + }*/ | |
| 368 | 368 | map.put("A",a); |
| 369 | 369 | map.put("M",m); |
| 370 | 370 | map.put("Y",y); |