|
|
|
@ -299,12 +299,15 @@ |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99'"> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'.toString()"> |
|
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
|
</if> |
|
|
|
|
<if test='rzzt == "99"'> |
|
|
|
|
and t.rzh_yesorno in ('1','2','0') |
|
|
|
|
</if> |
|
|
|
|
<if test='rzzt == "3"'> |
|
|
|
|
and t.rzh_yesorno in ('1','2') |
|
|
|
|
</if> |
|
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
|
|
and t.rzlx = #{rzlx} |
|
|
|
|
</if> |
|
|
|
@ -549,12 +552,15 @@ |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99'"> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'.toString()"> |
|
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
|
</if> |
|
|
|
|
<if test='rzzt == "99"'> |
|
|
|
|
and t.rzh_yesorno in ('1','2','0') |
|
|
|
|
</if> |
|
|
|
|
<if test='rzzt == "3"'> |
|
|
|
|
and t.rzh_yesorno in ('1','2') |
|
|
|
|
</if> |
|
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
|
|
and t.rzlx = #{rzlx} |
|
|
|
|
</if> |
|
|
|
|