|
@@ -102,7 +102,7 @@
|
|
|
and c.hospital_id = d.hospital_id
|
|
|
and c.hospital_id = #{hospitalId}
|
|
|
and c.behospital_code = #{behospitalCode}
|
|
|
- order by b.order_no, a.order_no
|
|
|
+ order by b.order_no, c.grade_type desc, a.order_no
|
|
|
</select>
|
|
|
|
|
|
<select id="getMsgByEntryCode" resultType="com.diagbot.dto.MsgDTO">
|