ソースを参照

去掉列表查询倒序字段

wangzl 4 ヶ月 前
コミット
b0a012b217

+ 1 - 2
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizDeviceMapper.xml

@@ -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>