|
|
@ -352,10 +352,14 @@ |
|
|
|
and p.gf_tax_no = #{queryParams.gfsh} |
|
|
|
and p.gf_tax_no = #{queryParams.gfsh} |
|
|
|
</if> |
|
|
|
</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} |
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
</if> |
|
|
|
</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!=''"> |
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
@ -436,10 +440,14 @@ |
|
|
|
and p.gf_tax_no = #{queryParams.gfsh} |
|
|
|
and p.gf_tax_no = #{queryParams.gfsh} |
|
|
|
</if> |
|
|
|
</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} |
|
|
|
and p.rzh_yesorno = #{queryParams.rzhYesorno} |
|
|
|
</if> |
|
|
|
</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!=''"> |
|
|
|
<if test="queryParams.bdkStatus!=null and queryParams.bdkStatus!=''"> |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
and p.bdk_status = #{queryParams.bdkStatus} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|