From 8d9b56c3fef113d8dc36860a7d18a0a9b1afc6c1 Mon Sep 17 00:00:00 2001 From: yangfei Date: Tue, 29 Aug 2017 16:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AC=E5=8A=9B=E8=AF=8A=E6=96=AD=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mainOrm/master/BabyPatientExtendEarBirth.xml | 60 +++++++++++----------- .../java/com/lyms/platform/pojo/BabyModel.java | 1 - 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarBirth.xml b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarBirth.xml index e236fd8..0e801ab 100644 --- a/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarBirth.xml +++ b/platform-biz-service/src/main/resources/mainOrm/master/BabyPatientExtendEarBirth.xml @@ -56,58 +56,58 @@ insert into baby_patient_extend_ear_birth (id,fetu_number,product_number,birth_w parameterType="com.lyms.platform.permission.model.BabyPatientExtendEarBirth"> update baby_patient_extend_ear_birth - + fetu_number = #{fetuNumber,jdbcType=INTEGER}, - + product_number = #{productNumber,jdbcType=INTEGER}, - + birth_weight = #{birthWeight,jdbcType=DOUBLE}, parturition_type = #{parturitionType,jdbcType=VARCHAR}, - + birth_defect_type = #{birthDefectType,jdbcType=INTEGER}, birth_defect_desc = #{birthDefectDesc,jdbcType=VARCHAR}, - + fetu_embarras_type = #{fetuEmbarrasType,jdbcType=INTEGER}, - + apgar_score_one = #{apgarScoreOne,jdbcType=DOUBLE}, - + apgar_score_five = #{apgarScoreFive,jdbcType=DOUBLE}, - + apgar_score_ten = #{apgarScoreTen,jdbcType=DOUBLE}, - + birth_injury_type = #{birthInjuryType,jdbcType=INTEGER}, birth_injury_position = #{birthInjuryPosition,jdbcType=VARCHAR}, - + amniotic_fluid_type = #{amnioticFluidType,jdbcType=INTEGER}, - + abnormal_parturition_type = #{abnormalParturitionType,jdbcType=INTEGER}, abnormal_parturition_position = #{abnormalParturitionPosition,jdbcType=VARCHAR}, - + deformity_type = #{deformityType,jdbcType=INTEGER}, deformity_position = #{deformityPosition,jdbcType=VARCHAR}, - + birth_infection_type = #{birthInfectionType,jdbcType=INTEGER}, @@ -116,7 +116,7 @@ insert into baby_patient_extend_ear_birth (id,fetu_number,product_number,birth_w birth_course_disease = #{birthCourseDisease,jdbcType=VARCHAR}, - + birth_ill_type = #{birthIllType,jdbcType=INTEGER}, @@ -125,7 +125,7 @@ insert into baby_patient_extend_ear_birth (id,fetu_number,product_number,birth_w birth_ill_disease = #{birthIllDisease,jdbcType=VARCHAR}, - + head_trauma_history = #{headTraumaHistory,jdbcType=INTEGER}, @@ -203,58 +203,58 @@ select id,fetu_number,product_number,birth_weight,parturition_type,birth_defect_ and id = #{id,jdbcType=VARCHAR} - + and fetu_number = #{fetuNumber,jdbcType=INTEGER} - + and product_number = #{productNumber,jdbcType=INTEGER} - + and birth_weight = #{birthWeight,jdbcType=DOUBLE} and parturition_type = #{parturitionType,jdbcType=VARCHAR} - + and birth_defect_type = #{birthDefectType,jdbcType=INTEGER} and birth_defect_desc = #{birthDefectDesc,jdbcType=VARCHAR} - + and fetu_embarras_type = #{fetuEmbarrasType,jdbcType=INTEGER} - + and apgar_score_one = #{apgarScoreOne,jdbcType=DOUBLE} - + and apgar_score_five = #{apgarScoreFive,jdbcType=DOUBLE} - + and apgar_score_ten = #{apgarScoreTen,jdbcType=DOUBLE} - + and birth_injury_type = #{birthInjuryType,jdbcType=INTEGER} and birth_injury_position = #{birthInjuryPosition,jdbcType=VARCHAR} - + and amniotic_fluid_type = #{amnioticFluidType,jdbcType=INTEGER} - + and abnormal_parturition_type = #{abnormalParturitionType,jdbcType=INTEGER} and abnormal_parturition_position = #{abnormalParturitionPosition,jdbcType=VARCHAR} - + and deformity_type = #{deformityType,jdbcType=INTEGER} and deformity_position = #{deformityPosition,jdbcType=VARCHAR} - + and birth_infection_type = #{birthInfectionType,jdbcType=INTEGER} @@ -263,7 +263,7 @@ select id,fetu_number,product_number,birth_weight,parturition_type,birth_defect_ and birth_course_disease = #{birthCourseDisease,jdbcType=VARCHAR} - + and birth_ill_type = #{birthIllType,jdbcType=INTEGER} @@ -272,7 +272,7 @@ select id,fetu_number,product_number,birth_weight,parturition_type,birth_defect_ and birth_ill_disease = #{birthIllDisease,jdbcType=VARCHAR} - + and head_trauma_history = #{headTraumaHistory,jdbcType=INTEGER} diff --git a/platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java b/platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java index 3e35165..8152e43 100644 --- a/platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java +++ b/platform-dal/src/main/java/com/lyms/platform/pojo/BabyModel.java @@ -122,7 +122,6 @@ public class BabyModel extends BaseModel { private String babyHead; //助产机构 private String deliverOrg; - //是否畸形 0非畸形 1畸形 private Integer malformation; -- 1.8.3.1