Commit 1a8b53cf42259e16624ce9160623ec7d0ccaf5d8
1 parent
752fb5ce6c
Exists in
master
and in
6 other branches
诸城初诊,复诊接口
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/zcfy/ZcPrenatalService.java
View file @
1a8b53c
... | ... | @@ -644,7 +644,7 @@ |
644 | 644 | |
645 | 645 | } |
646 | 646 | |
647 | - String inSql = "insert into lyms_zccsfz(id,name,idcard,vccardno,\n" + | |
647 | + /*String inSql = "insert into lyms_zccsfz(id,name,idcard,vccardno,\n" + | |
648 | 648 | "phone,checkDate,currentDueDate,checkDoctor,\n" + |
649 | 649 | "hospital,chiefComplaint,bp,weight,gongGao,\n" + |
650 | 650 | "abdominalCircumference,edema,tireNumber,quicken,\n" + |
... | ... | @@ -660,7 +660,7 @@ |
660 | 660 | "\""+map.get("hemoglobin")+"\",\""+map.get("urineProtein")+"\",\""+map.get("bloodSugar")+"\",\""+map.get("bloodSugar2")+"\",\n" + |
661 | 661 | "\""+map.get("bloodSugar3")+"\",\""+map.get("bloodSugar4")+"\",\""+map.get("bChao")+"\",\""+map.get("diagnosis")+"\",\n" + |
662 | 662 | "\""+map.get("diagnosisOther")+"\",\""+map.get("treatmentOpinion")+"\",\""+map.get("guide")+"\")"; |
663 | - | |
663 | +*/ | |
664 | 664 | |
665 | 665 | |
666 | 666 | String innSql = "insert into lyms_zccsfz(id,name,idcard,vccardno,\n" + |