|
@@ -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}",
|