|
|
@ -230,7 +230,7 @@ |
|
|
<if test="param.hospitalId!=null and param.hospitalId!=0 "> |
|
|
<if test="param.hospitalId!=null and param.hospitalId!=0 "> |
|
|
and tpi.hospital_id=#{param.hospitalId} |
|
|
and tpi.hospital_id=#{param.hospitalId} |
|
|
</if> |
|
|
</if> |
|
|
<if test="inputStatus!=null and inputStatus.size()>0"> |
|
|
<if test="inputStatus!=null and inputStatus.length>0"> |
|
|
and tpi.input_status in |
|
|
and tpi.input_status in |
|
|
<foreach collection="inputStatus" item="item" open="(" close=")" separator=","> |
|
|
<foreach collection="inputStatus" item="item" open="(" close=")" separator=","> |
|
|
#{item} |
|
|
#{item} |
|
|
|