|
|
@ -462,6 +462,17 @@ |
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test="queryParams.rzhYesorno!=null and queryParams.rzhYesorno!=''"> |
|
|
|
|
|
|
|
<choose> |
|
|
|
|
|
|
|
<when test="queryParams.rzhYesorno == '3'.toString()"> |
|
|
|
|
|
|
|
and p.rzh_yesorno in ('1','2') |
|
|
|
|
|
|
|
</when> |
|
|
|
|
|
|
|
<otherwise> |
|
|
|
|
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
|
|
|
|
</otherwise> |
|
|
|
|
|
|
|
</choose> |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|