|
|
|
@ -78,6 +78,7 @@ |
|
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
|
and t.export_mark = '0' |
|
|
|
|
and t.auth_status != '0' |
|
|
|
|
and t.rzh_yesorno != '0' |
|
|
|
|
and t.company = #{company} |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
@ -345,6 +346,7 @@ |
|
|
|
|
and t.auth_status != '0' |
|
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
|
and t.export_mark = '0' |
|
|
|
|
and t.rzh_yesorno != '0' |
|
|
|
|
and t.company =#{company} |
|
|
|
|
and t.gf_tax_no in |
|
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
@ -383,7 +385,7 @@ |
|
|
|
|
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' "> |
|
|
|
|
and t.inaccount_status = #{inAccountStatus} |
|
|
|
|
</if> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' "> |
|
|
|
|
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'"> |
|
|
|
|
and t.qs_status = #{qszt} |
|
|
|
|
</if> |
|
|
|
|
<if |
|
|
|
|