|
@ -47,7 +47,7 @@ public class PrescriptionInfoController extends BaseController{
|
|
|
|
|
|
@RequestMapping(value = "/getPrescriptionFilter", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
@ApiOperation(value = "获取过滤规则信息")
|
|
|
@ApiOperation(value = "获取过滤规则信息列表")
|
|
|
public String getPrescriptionFilter(){
|
|
|
try {
|
|
|
return write(200, "查询成功!", "data",prescriptionInfoService.getPrescriptionFilter());
|