Commit 3478d7afae7dc73932ea03b835129395b8f419c1
1 parent
a449ebd238
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
3478d7a
| ... | ... | @@ -2515,7 +2515,7 @@ |
| 2515 | 2515 | // |
| 2516 | 2516 | @RequestMapping(value = "/lis/lpcs") |
| 2517 | 2517 | @ResponseBody |
| 2518 | - public Map<String, String> getLpLis(@RequestParam("vcCardNo") String vcCardNo) { | |
| 2518 | + public Map<String, String> getLpLis(@RequestParam("cardNo") String cardNo) { | |
| 2519 | 2519 | Map<String, String> map = new HashMap<String, String>(); |
| 2520 | 2520 | map.put("xhdb", "1");//血红蛋白 |
| 2521 | 2521 | map.put("bxbjs", "2");//白细胞计数 |