|
|
@@ -116,8 +116,8 @@
|
|
|
<if test=" keyword != null and keyword != ''">
|
|
|
and c.survey_template_name LIKE CONCAT('%', #{ keyword}, '%')
|
|
|
</if>
|
|
|
- <if test=" status != null and status != ''">
|
|
|
- and c.status=#{ status}
|
|
|
+ <if test="status != null and status != '' or status == 0">
|
|
|
+ and c.status=#{status}
|
|
|
</if>
|
|
|
<if test="dataScope != null and dataScope >= 0">
|
|
|
<if test=" dataScope ==0">
|