Commit 379467786e5010089f81ced1a137bc5734bb09ee
1 parent
0d1baf6b0d
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 @
3794677
| ... | ... | @@ -350,7 +350,7 @@ |
| 350 | 350 | String a = ""; |
| 351 | 351 | String m = ""; |
| 352 | 352 | String y = ""; |
| 353 | - Map<String,Object> amy = queryModel.getMyzd(); | |
| 353 | + /*Map<String,Object> amy = queryModel.getMyzd(); | |
| 354 | 354 | if(null != amy.get("0")){ |
| 355 | 355 | if(true == amy.get("0")){ |
| 356 | 356 | a = "√"; |
| ... | ... | @@ -365,7 +365,7 @@ |
| 365 | 365 | if(true == amy.get("2")){ |
| 366 | 366 | y = "√"; |
| 367 | 367 | } |
| 368 | - } | |
| 368 | + }*/ | |
| 369 | 369 | map.put("A",a); |
| 370 | 370 | map.put("M",m); |
| 371 | 371 | map.put("Y",y); |