Browse Source

参数错误

hurugang 2 years ago
parent
commit
054c188a79

+ 1 - 1
src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzfzPatientOrderMapper.java

@@ -221,7 +221,7 @@ public interface MzfzPatientOrderMapper {
      * @return
      */
     @Select({"<script>", "select top 1* from mzfz_patient_order WITH(NOLOCK) where patient_id = #{patientId}",
-            "<when test='statusFlagList!=null'>",
+            "<when test='statusFlags!=null'>",
             " and status_flag in ",
             "<foreach item='item' index='index' collection='statusFlags' open='(' separator=',' close=')'>",
             "#{item}",