Commit 13a9d418a3f9f28b898f2703f799d2e6ae9524a8

Authored by shiyang
1 parent 0e38ac8fbe

update

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ 13a9d41
... ... @@ -345,7 +345,7 @@
345 345 if (null == firstRistRecord) {
346 346 firstRistRecord=new BabyFirstRistRecord();
347 347 firstRistRecord.setYn(YnEnums.YES.getId());
348   - firstRistRecord.setRistType(0);//初次高危发生类型 0:建档高危。1:检查高危
  348 + firstRistRecord.setRistType(1);//初次高危发生类型 0:建档高危。1:检查高危
349 349 firstRistRecord.setHospitalId(model.getHospitalId());//建档/检查医院
350 350 firstRistRecord.setParentId(model.getId());//建档/检查 数据id
351 351 firstRistRecord.setName(babyModel.getName());
... ... @@ -1082,7 +1082,7 @@
1082 1082 firstRistRecord=new BabyFirstRistRecord();
1083 1083 BabyModel babyModel = babyBookbuildingService.queryBabyBuildById(model.getBuildId());
1084 1084 firstRistRecord.setYn(YnEnums.YES.getId());
1085   - firstRistRecord.setRistType(0);//初次高危发生类型 0:建档高危。1:检查高危
  1085 + firstRistRecord.setRistType(1);//初次高危发生类型 0:建档高危。1:检查高危
1086 1086 firstRistRecord.setHospitalId(model.getHospitalId());//建档/检查医院
1087 1087 firstRistRecord.setParentId(model.getId());//建档/检查 数据id
1088 1088 firstRistRecord.setName(babyModel.getName());