Commit 70338dbde913bb41eb7a4501d130053dc8ce1d00

Authored by gengxiaokai
1 parent 57ff1d83d2

德州妇幼Lis接口更新

Showing 3 changed files with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/dzfy/DzfyHisService.java View file @ 70338db
... ... @@ -23,6 +23,7 @@
23 23 @Service("dzfyHisService")
24 24 public class DzfyHisService {
25 25  
  26 +
26 27 public List<CheckByDate> queryCheckListupdate(String cardNo,int ftype){
27 28  
28 29 if(1==ftype){
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java View file @ 70338db
... ... @@ -162,6 +162,7 @@
162 162 checkByDate.add(CheckByDate1);
163 163 }
164 164 }else{
  165 +
165 166 List<CheckResponse> result = new ArrayList<CheckResponse>();
166 167 if("7".equals(HIS_VERSION)){
167 168 //根据调用接口获取四川南充中心医院的Lis数据
platform-operate-api/src/main/resources/config.properties View file @ 70338db
... ... @@ -16,6 +16,7 @@
16 16 #His系统版本 0:未使用,1:桓台,2:新乐,3:青龙县医院,4:秦皇岛妇幼,5:抚宁妇幼, 6: 德州妇幼,7:南充中心医院
17 17 his_version=6
18 18  
  19 +
19 20 #统计中心url
20 21 center_statistics_url=http://api.healthbaby.com.cn/
21 22