diff --git a/src/main/resources/mapper/Archive_MasterMapper.xml b/src/main/resources/mapper/Archive_MasterMapper.xml index 3770b5e..c06bfba 100644 --- a/src/main/resources/mapper/Archive_MasterMapper.xml +++ b/src/main/resources/mapper/Archive_MasterMapper.xml @@ -128,7 +128,7 @@ and m.ID_NO like '%'+#{idNo,jdbcType=NCHAR}+'%' - + and m.sex = #{sex,jdbcType=NVARCHAR} @@ -137,7 +137,7 @@ #{item} - + and m.discharge_date_time = #{dischargeDateTime,jdbcType=NVARCHAR} @@ -155,28 +155,28 @@ - + and m.check_doctor = #{checkDoctor,jdbcType=NVARCHAR} and checked_doctor = #{checkedDoctor,jdbcType=NVARCHAR} - + and m.check_datetime = #{checkDatetime,jdbcType=NVARCHAR} and m.checked_datetime = #{checkedDatetime,jdbcType=NVARCHAR} - + and m.LockInfo = #{lockinfo,jdbcType=NVARCHAR} - + and m.DOCTOR_IN_CHARGE LIKE '%'+#{doctorInCharge,jdbcType=NVARCHAR}+'%' - + and m.DISCHARGE_DISPOSITION = #{dischargeDisposition,jdbcType=NVARCHAR} - + and m.dept_code_lend = #{deptCodeLend,jdbcType=NVARCHAR} ORDER BY m.admission_date_time desc