|
|
@ -82,10 +82,10 @@ |
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'"> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != 3"> |
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
</if> |
|
|
|
</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 = '1' or t.rzh_yesorno = '2') |
|
|
|
and (t.rzh_yesorno = '1' or t.rzh_yesorno = '2') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
@ -224,10 +224,10 @@ |
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
and t.qs_status = #{qszt} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'"> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != 3"> |
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt == '3'"> |
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt == 3"> |
|
|
|
and (t.rzh_yesorno = '1' or t.rzt_yesorno = '2' ) |
|
|
|
and (t.rzh_yesorno = '1' or t.rzt_yesorno = '2' ) |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
|
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'"> |
|
|
|