|
@@ -203,7 +203,7 @@
|
|
|
<if test="code != null and code != ''">
|
|
|
and qc.code like concat('%', #{code}, '%')
|
|
|
</if>
|
|
|
- <if test="casesId != null">
|
|
|
+ <if test="casesId != null and casesId != ''">
|
|
|
and qc.cases_id = #{casesId}
|
|
|
</if>
|
|
|
<if test="typeName != null and typeName != ''">
|