|
@@ -69,13 +69,6 @@ public class YizhuLuRuController {
|
|
|
return server.getParentOrders(patNo, times);
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/correctSubOrders")
|
|
|
- public ResultVo<String> correctSubOrders(@RequestParam("patNo") String patNo,
|
|
|
- @RequestParam("times") Integer times) {
|
|
|
- return server.correctSubOrders(patNo, times);
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
@GetMapping("/huoQuYiZhuMingCheng")
|
|
|
public ResultVo<List<GetDropdownBox>> huoQuYiZhuMingCheng(@RequestParam("inpatientNo") String inpatientNo,
|
|
|
@RequestParam("admissTimes") Integer admissTimes,
|