|
@@ -139,4 +139,10 @@ public class SetlListUpldController {
|
|
|
@RequestParam("code") String code) {
|
|
|
return service.xiuGaiGuanChuangYiShen(patNo, times, code);
|
|
|
}
|
|
|
+
|
|
|
+ @GetMapping("/modifyMedicalCategory")
|
|
|
+ public ResultVo<String> modifyMedicalCategory(@RequestParam("iptMenType") String iptMenType,
|
|
|
+ @RequestParam("setlId") String setlId) {
|
|
|
+ return service.modifyMedicalCategory(iptMenType, setlId);
|
|
|
+ }
|
|
|
}
|