印花税查询

select 
a.foursname 我方名称 ,  a.ctName 客商名称 ,a.fno 销售合同号 , a.create_by_name  制单人 ,
IFNULL(a.stampTaxAmt,0)  印花税金额 

from  salesContract a 

where ifnull(a.del_flag,0)<>1
and ifnull(a.isinitDate,'')<>'是'
and a.placed='2'
