|
@ -51,7 +51,7 @@ public class PrescriptionInfoController extends BaseController {
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/getPrescriptionFilter", method = RequestMethod.GET)
|
|
|
@ApiOperation(value = "获取过滤规则信息列表")
|
|
|
@ApiOperation(value = "获取过滤规则列表")
|
|
|
public String getPrescriptionFilter(@RequestParam(required = true) @ApiParam(value = "团队code", name = "teamCode")Integer teamCode,
|
|
|
@RequestParam(required = false) @ApiParam(value = "居民code", name = "patient")String patient) {
|
|
|
try {
|