Commit 6483cb75023370da228e7034b0bce6c1a5a7b911

Authored by gengxiaokai
1 parent f0bbc4d337

诸城妇幼分娩接口流程梳理完成

Showing 2 changed files with 8 additions and 8 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/llfy/LlfyFmService.java View file @ 6483cb7
... ... @@ -477,7 +477,7 @@
477 477  
478 478 if(a==0){
479 479 deliverAddRequest.setBabies(babies);
480   - deliverAddRequest.setFmHospital(HOSPITALID); //设置为德州妇幼
  480 + deliverAddRequest.setFmHospital(HOSPITALID); //设置为乐陵妇幼
481 481 ExceptionUtils.catchException("deliverAddRequest===" + deliverAddRequest);
482 482 if(users!=null && users.size()>0){
483 483 matDeliverFacade.addOrUpdateMatDeliver(deliverAddRequest, users.get(0).getId());
platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ZcfyFmService.java View file @ 6483cb7
... ... @@ -417,17 +417,17 @@
417 417 if(babyWeight!=null){
418 418 fmitem.setTz(allFm.getBABY_WEIGHT().toString());
419 419 }
420   - Integer pf1 = allFm.getBABY_APGAR_SCORE_ONE();
421   - Integer pf5 = allFm.getBABY_APGAR_SCORE_FIVE();
422   - Integer pf10 = allFm.getBABY_APGAR_SCORE_TEN();
  420 + String pf1 = allFm.getSBABY_APGAR_SCORE_ONE();
  421 + String pf5 = allFm.getSBABY_APGAR_SCORE_FIVE();
  422 + String pf10 = allFm.getSBABY_APGAR_SCORE_TEN();
423 423 if(pf1!=null){
424   - fmitem.setYfz(allFm.getBABY_APGAR_SCORE_ONE().toString());
  424 + fmitem.setYfz(allFm.getSBABY_APGAR_SCORE_ONE());
425 425 }
426 426 if(pf5!=null){
427   - fmitem.setWfz(allFm.getBABY_APGAR_SCORE_FIVE().toString());
  427 + fmitem.setWfz(allFm.getSBABY_APGAR_SCORE_FIVE());
428 428 }
429 429 if(pf10!=null){
430   - fmitem.setSfz(allFm.getBABY_APGAR_SCORE_TEN().toString());
  430 + fmitem.setSfz(allFm.getSBABY_APGAR_SCORE_TEN());
431 431 }
432 432 fmitem.setSfgw("");
433 433 Integer baby_Deformity = allFm.getBABY_DEFORMITY();
... ... @@ -442,7 +442,7 @@
442 442  
443 443 if(a==0){
444 444 deliverAddRequest.setBabies(babies);
445   - deliverAddRequest.setFmHospital(HOSPITALID); //设置为德州妇幼
  445 + deliverAddRequest.setFmHospital(HOSPITALID); //设置为诸城妇幼
446 446 ExceptionUtils.catchException("deliverAddRequest===" + deliverAddRequest);
447 447 if(users!=null && users.size()>0){
448 448 matDeliverFacade.addOrUpdateMatDeliver(deliverAddRequest, users.get(0).getId());