Ver código fonte

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

songxinlu 4 anos atrás
pai
commit
ff32b8aef4

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

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