浏览代码

长处方

trick9191 7 年之前
父节点
当前提交
363f25f982

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/prescription/PrescriptionInfoController.java

@ -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());