|
|
|
@ -359,10 +359,14 @@ |
|
|
|
|
and p.glzt = #{queryParams.glzt} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.rzhYesorno!=null and queryParams.rzhYesorno!=''"> |
|
|
|
|
<if test="queryParams.rzhYesorno!=null and queryParams.rzhYesorno!='' and queryParams.rzhYesorno != '3' "> |
|
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.rzhYesorno != null and queryParams.rzhYesorno != '' and queryParams.rzhYesorno == '3'"> |
|
|
|
|
and (p.rzh_yesorno = '1' or p.rzh_yesorno = '2') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
|
</if> |
|
|
|
@ -463,10 +467,14 @@ |
|
|
|
|
and p.glzt = #{queryParams.glzt} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.rzhYesorno!=null and queryParams.rzhYesorno!=''"> |
|
|
|
|
<if test="queryParams.rzhYesorno!=null and queryParams.rzhYesorno!='' and queryParams.rzhYesorno != '3'"> |
|
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.rzhYesorno != null and queryParams.rzhYesorno != '' and queryParams.rzhYesorno == '3'"> |
|
|
|
|
and (p.rzh_yesorno = '1' and p.rzh_yesorno = '2') |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
|
</if> |
|
|
|
|