提交merge1.3
This commit is contained in:
@@ -22,21 +22,6 @@
|
||||
|
||||
<!-- 根据区域id数组查询 区域表 -->
|
||||
<select id="searchLocationDataByBusNo" resultType="com.openhis.administration.dto.PatientBedInfoDto">
|
||||
<<<<<<< HEAD
|
||||
select id as bedLocationId,
|
||||
bus_no as busNo,
|
||||
name as bedName,
|
||||
status_enum as statusEnum,
|
||||
mode_enum as modeEnum,
|
||||
operational_enum as operationalEnum
|
||||
from adm_location
|
||||
where delete_flag = '0'
|
||||
and bus_no like concat (#{busNo}, '%') and form_enum = #{formEnum} and status_enum = #{statusEnum}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
=======
|
||||
select id as bedLocationId,
|
||||
bus_no as busNo,
|
||||
name as bedName,
|
||||
@@ -64,5 +49,4 @@
|
||||
</select>
|
||||
|
||||
|
||||
>>>>>>> v1.3
|
||||
</mapper>
|
||||
@@ -44,11 +44,7 @@
|
||||
</select>
|
||||
<!-- 根据关键字查询 如果关键字为空,查询10条,否则返回查询到的所有 -->
|
||||
<select id="searchMedListByKeyWord" resultType="com.openhis.medication.dto.AdjustPriceMedListDto">
|
||||
<<<<<<< HEAD
|
||||
select med.id as targetId, med_def.name as name, med.total_volume as volume, details.amount as
|
||||
=======
|
||||
select med_def.id as targetId, med_def.name as name, med.total_volume as volume, details.amount as
|
||||
>>>>>>> v1.3
|
||||
originRetailPrice,def_details.amount as originBuyingPrice,med_def.bus_no as busNo,med_def.min_unit_code as unitCode
|
||||
from med_medication med
|
||||
inner join med_medication_definition med_def on med.medication_def_id = med_def.id
|
||||
|
||||
Reference in New Issue
Block a user