From 8a33e6a27d024821ddc6d6fdf5b31202feb4bdda Mon Sep 17 00:00:00 2001 From: xujiahong Date: Tue, 18 Apr 2017 10:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=83=A8=E5=88=86=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=E6=B5=8B=E8=AF=95=E7=9A=84=E4=B9=A6=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lyms/hospital/dao/changehospital/HighriskChangeHospitalMapper.xml | 2 +- .../src/main/java/com/lyms/hospital/dao/children/ChildrenExamMapper.xml | 2 +- .../src/test/java/test/hospital/service/ChildbirthServiceTest.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/changehospital/HighriskChangeHospitalMapper.xml b/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/changehospital/HighriskChangeHospitalMapper.xml index a908d73..d86a7bd 100644 --- a/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/changehospital/HighriskChangeHospitalMapper.xml +++ b/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/changehospital/HighriskChangeHospitalMapper.xml @@ -6,7 +6,7 @@ - + diff --git a/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/children/ChildrenExamMapper.xml b/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/children/ChildrenExamMapper.xml index 8ecab33..9b13920 100644 --- a/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/children/ChildrenExamMapper.xml +++ b/parent/hospital.mac/src/main/java/com/lyms/hospital/dao/children/ChildrenExamMapper.xml @@ -67,7 +67,7 @@ ID AS id, CHILD_ID AS childId, EXAM_TIME AS examTime, ORG_ID AS orgId, FOSTER_MAJOR AS fosterMajor, FEED_TYPE AS feedType, URINE AS urine, SHIT AS shit, SLEEP AS sleep, OUTSIDE AS outside, VD AS vd, OTHER_FOOD AS otherFood, FAMILY_MEASURE AS familyMeasure, SICK_CONDITION AS sickCondition, IS_ALLERGIC AS isAllergic, ALLERGIC_QMS AS allergicQms, ALLERGIC_XFMS AS allergicXfms, ALLERGIC_HAL AS allergicHal, ALLERGIC_OTHER AS allergicOther, ALLERGIC_OTHER_TEXT AS allergicOtherText, BODY_TEMPERATURE AS bodyTemperature, HEIGHT AS height, WEIGHT AS weight, PARAM_HW AS paramHw, HEAD_CIRCLE AS headCircle, CHEST_CIRCLE AS chestCircle, GROWTH_EVALUATE AS growthEvaluate, JPDHS_HEAD AS jpdhsHead, JPDHS_CHEST AS jpdhsChest, JPDHS_BELLY AS jpdhsBelly, QX_HEAD AS qxHead, QX_SIZE_ONE AS qxSizeOne, QX_SIZE_TWO AS qxSizeTwo, TOOTH AS tooth, FACE_COLOR AS faceColor, SKIN AS skin, EYE_APPEARANCE AS eyeAppearance, VISION AS vision, EAR_APPEARANCE AS earAppearance, LISTENING AS listening, NECK AS neck, CHEST AS chest, BELLY AS belly, LIMB AS limb, ANUS AS anus, GAIT AS gait, KYGLBZZ AS kyglbzz, KYGLBTZ AS kyglbtz, NERVOUS_CHECK AS nervousCheck, DIAGNOSE AS diagnose, HANDLE_SUGGESTION AS handleSuggestion, GUIDE_SUGGESTION AS guideSuggestion, DOCTOR_ID AS doctorId, NEXT_TIME AS nextTime, CREATE_TIME AS createTime, IF_DEL AS ifDel - SELECT e.EXAM_TIME AS examTime,p.`BIRTHDAY` AS birthday FROM CHILDREN_EXAM e INNER JOIN CHILDREN_PERSON p ON e.`CHILD_ID`=p.`ID` WHERE e.CHILD_ID=#{childId} diff --git a/parent/hospital.web/src/test/java/test/hospital/service/ChildbirthServiceTest.java b/parent/hospital.web/src/test/java/test/hospital/service/ChildbirthServiceTest.java index 44c7b0c..8fc17cf 100644 --- a/parent/hospital.web/src/test/java/test/hospital/service/ChildbirthServiceTest.java +++ b/parent/hospital.web/src/test/java/test/hospital/service/ChildbirthServiceTest.java @@ -21,7 +21,7 @@ public class ChildbirthServiceTest extends BaseServiceTest{ @Test public void createNewborn(){ ChildbirthNewborn c = new ChildbirthNewborn(); - c.setCid("test0411"); + c.setCid("test0418"); newbornService.create(c); } -- 1.8.3.1