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