insert into sg_wbs_fee
(id,
wbs_code,
original_total_cost,
original_rg_cost,
original_cbr_cost,
original_fbr_cost,
original_jx_cost,
rg_cost,
cbr_cost,
fbr_cost,
jx_cost,
measures_fee1,
measures_fee12,
other_cost,
fees,
tex,
total_fee
) values (
id,
wbsCode,
originalTotalCost,
originalRgCost,
originalCbrCost,
originalFbrCost,
originalJxCost,
rgCost,
cbrCost,
fbrCost,
jxCost,
measuresFee1,
measuresFee2,
otherCost,
fees,
tax,
totalFee
)
insert into sg_wbs_project
(id,
name,
create_date
) values (
id,
name,
createDate
)