|
|
@ -78,7 +78,6 @@ |
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
and t.export_mark = '0' |
|
|
|
and t.export_mark = '0' |
|
|
|
and t.auth_status != '0' |
|
|
|
and t.auth_status != '0' |
|
|
|
and t.rzh_yesorno != '0' |
|
|
|
|
|
|
|
and t.company = #{company} |
|
|
|
and t.company = #{company} |
|
|
|
and t.gf_tax_no in |
|
|
|
and t.gf_tax_no in |
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
@ -349,7 +348,6 @@ |
|
|
|
and t.auth_status != '0' |
|
|
|
and t.auth_status != '0' |
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
and t.bdk_status in ('1','2') |
|
|
|
and t.export_mark = '0' |
|
|
|
and t.export_mark = '0' |
|
|
|
and t.rzh_yesorno != '0' |
|
|
|
|
|
|
|
and t.company =#{company} |
|
|
|
and t.company =#{company} |
|
|
|
and t.gf_tax_no in |
|
|
|
and t.gf_tax_no in |
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> |
|
|
|