|
@@ -34,6 +34,7 @@ public class InpatientController {
|
|
|
return service.getInpatientBaseInfo(inpatientNo);
|
|
|
}
|
|
|
|
|
|
+ @PassToken
|
|
|
@PostMapping("/getZyFees")
|
|
|
public ResultVo<Map<String, Object>> getZyFees(@RequestBody GetZyFeeParam param) {
|
|
|
return service.getZyFees(param);
|