|
@@ -230,7 +230,7 @@ public interface QueryDrugsAndProjectsDao {
|
|
|
"<if test=\"start !=null and start != '' \">" +
|
|
|
" and a.admiss_date >= #{start} and a.admiss_date <= #{end} " +
|
|
|
"</if>" +
|
|
|
- "<if test=\"responces.size > 0\" >" +
|
|
|
+ "<if test=\"responces != null and responces.size > 0 \" >" +
|
|
|
"and a.responce_type in " +
|
|
|
"<foreach collection='responces' item='item' index='index' open='(' close=')' separator=','>" +
|
|
|
"#{item}" +
|