Browse Source

Merge branch 'dev-1.0.9' into dev-1.1.0

hurugang 5 years ago
parent
commit
6f8fce0555

+ 1 - 0
src/main/java/cn/hnthyy/thmz/mapper/his/MzReceiptSerialMapper.java

@@ -116,6 +116,7 @@ public interface MzReceiptSerialMapper {
             "<when test='receiptNo!=null'>",
             " and receipt_no=#{receiptNo}",
             "</when>",
+            " order by receipt_bill desc ",
             "</script>"})
     List<MzReceiptSerial> selectReceiptDetails(@Param(value = "patientId") String patientId, @Param("times") Integer times, @Param("receiptNo") Integer receiptNo);