stringstr=@"SELECT case_type_id,case_type_zh_tw FROM dbo.i_case_type; SELECT apply_type_id,apply_type_zh_tw FROM dbo.i_apply_type
SELECT ctrl_proc_id,case_type_id,ctrl_proc_zh_tw FROM dbo.i_ctrl_proc where is_enabled=1;
SELECT business_type_id,business_type_zh_tw FROM dbo.i_business_type where isnull(business_type_zh_tw,'') <> ''; SELECT fc_cate_id,text_zh_tw FROM dbo.i_fc_category where is_enabled=1;
select customer_id,customer_name_en,customer_name from c_customer a where is_enabled=1 and isnull(customer_name,'') <> '';SELECT case_status_id,case_status_zh_tw FROM i_case_status where isnull(case_status_zh_tw,'') <> '';
SELECT dictionary_id,value,text_zh_tw FROM dbo.s_dictionary WHERE dictionary_name = 'fee_cate_workitem'; SELECT dictionary_id,value,text_zh_tw FROM dbo.s_dictionary WHERE dictionary_name ='fo_tax_rate_name';
select currency_id,currency_name_zh_tw from i_currency a;select country_id,country_zh_tw from i_country a";
stringstr=@"SELECT case_type_id,case_type_@Country FROM dbo.i_case_type; SELECT apply_type_id,apply_type_@Country FROM dbo.i_apply_type
SELECT ctrl_proc_id,case_type_id,ctrl_proc_@Country FROM dbo.i_ctrl_proc where is_enabled=1;
SELECT business_type_id,business_type_@Country FROM dbo.i_business_type where isnull(business_type_@Country,'') <> ''; SELECT fc_cate_id,text_@Country FROM dbo.i_fc_category where is_enabled=1;
select customer_id,customer_name_en,customer_name from c_customer a where is_enabled=1 and isnull(customer_name,'') <> '';SELECT case_status_id,case_status_@Country FROM i_case_status where isnull(case_status_@Country,'') <> '';
SELECT dictionary_id,value,text_@Country FROM dbo.s_dictionary WHERE dictionary_name = 'fee_cate_workitem'; SELECT dictionary_id,value,text_@Country FROM dbo.s_dictionary WHERE dictionary_name ='fo_tax_rate_name';
select currency_id,currency_name_@Country from i_currency a;select country_id,country_@Country from i_country a".Replace("@Country",Country);