Browse Source

添加获取患者类型定时任务对外接口、修改获取患者病历列表接口

songxinlu 4 years ago
parent
commit
ff32b8aef4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/com/diagbot/web/MedCheckInfoController.java

+ 2 - 1
src/main/java/com/diagbot/web/MedCheckInfoController.java

@@ -101,7 +101,8 @@ public class MedCheckInfoController {
     }
     }
 
 
     @ApiOperation(value = "质控核查--生成患者病历类型[by:songxl]",
     @ApiOperation(value = "质控核查--生成患者病历类型[by:songxl]",
-            notes = "生成患者病历类型")
+            notes = "生成患者病历类型 <br>" +
+                    "备注:如果历史患者病历类型已经生成,接口只会筛选当前时间前半个小时入院患者生成类型")
     @PostMapping("/createMedBeHospitalInfoType")
     @PostMapping("/createMedBeHospitalInfoType")
     @SysLogger("createMedBeHospitalInfoType")
     @SysLogger("createMedBeHospitalInfoType")
     public RespDTO<Boolean> getCheckListByUserId() {
     public RespDTO<Boolean> getCheckListByUserId() {