SELECT cost_platform_fee FROM dc_base_oms_sku where platform_type='FBA' AND bailun_sku=#{bailunSku} AND website=#{webSite} AND cost_platform_fee > 0 limit 1
SELECT cost_platform_fee FROM dc_base_oms_sku where platform_type=#{platformType} AND bailun_sku=#{bailunSku} AND website=#{webSite} AND cost_platform_fee > 0 limit 1