zjh
2025-06-24 1fe9e1202299b4d5ec432baab9f98375eb950f29
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TestMapper.java
@@ -303,7 +303,7 @@
            "FROM\n" +
            "  vi_his_patientresult a JOIN vi_his_patientinfo b ON b.SAMPLEID=a.SAMPLEID\n" +
            "WHERE  b.PATIENTTYPE=3 AND\n" +
            "  a.SAMPLEID = #{tmh}")
            "  a.SAMPLEID = #{tmh}  ORDER BY a.PRINTORDER")
    List<LtkjHybgd> getCcXZxYyLtkjHybgdByLisVi(String tmh);