SELECT business_type_id,business_type_{0},business_type_{1} FROM dbo.i_business_type ; SELECT fc_cate_id,text_{0},text_{1} 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_{0},case_status_{1} FROM i_case_status;
SELECT dictionary_id,value,text_{0},text_{1} FROM dbo.s_dictionary WHERE dictionary_name = 'fee_cate_workitem'; SELECT dictionary_id,value,text_{0},text_{1} FROM dbo.s_dictionary WHERE dictionary_name ='fo_tax_rate_name';
select currency_id,currency_name_{0},currency_name_{1} from i_currency a;select country_id,country_{0},country_{1} from i_country a",Country1,Country2);
select currency_id,currency_name_{0},currency_name_{1} from i_currency a;select country_id,country_{0},country_{1} from i_country a;
select '完成处理事项' as config_type_name, 'FI' as config_type union select '新增处理事项' as config_type_name, 'AD' as config_type;