|
|
|
@ -86,10 +86,10 @@ |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' "> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '3'"> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != 3"> |
|
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzzt != null and rzzt == '3'"> |
|
|
|
|
<if test="rzzt != null and rzzt == 3"> |
|
|
|
|
and (t.rzh_yesorno = '2' OR t.rzh_yesorno = '1') |
|
|
|
|
</if> |
|
|
|
|
<if test="xfmc != null and xfmc != '' and xfmc != 'null' "> |
|
|
|
|