Browse Source

1、增加缺陷推送到his

liuqq 3 years ago
parent
commit
d1bd02569e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/web/DataViewController.java

+ 1 - 1
src/main/java/com/diagbot/web/DataViewController.java

@@ -45,7 +45,7 @@ public class DataViewController {
     }
 
 
-    @ApiOperation(value = "获取HIS医生信息")
+    @ApiOperation(value = "推送缺陷反馈到HIS")
     @PostMapping("/pushFeedback")
     @SysLogger("pushFeedback")
     public RespDTO pushFeedback(@RequestBody FeedbackHosVO feedbackHosVO){