|
|
@@ -103,7 +103,6 @@
|
|
|
and bcr.patient_name like concat('%',#{query.patientName},'%')
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by bih.last_upload_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectDeviceDetailAndClinicList" resultMap="deviceDetail">
|
|
|
@@ -129,7 +128,7 @@
|
|
|
and bcr.id = #{query.clinicId}
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by bih.last_upload_time desc
|
|
|
+ order by bih.infusion_start_time desc
|
|
|
</select>
|
|
|
|
|
|
|