zjh
2025-06-05 2c19fa65dc87ea8f3d81f84154f4eeabff7f8d00
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);