{call initCompany(#{tenantId},#{companyId})}
INSERT INTO epc_tenant_info
(
tenant_id,
tenant_name
)
VALUE
(
#{tenantId},
#{tenantName}
)
INSERT INTO epc_cost_type_{rule}
(
codeId,
id,
type,
node_name,
parent_id
,gId
)
values
(
#{item.codeId},
#{item.codeId},
#{item.type},
#{item.nodeName},
#{item.parentId}
,#{gId}
)
INSERT INTO epc_cost_type_{rule}
(
codeId,
id,
type,
node_name,
parent_id
,gId
)
values
(
#{item.codeId},
#{item.codeId},
#{item.type},
#{item.nodeName},
#{item.parentId}
,#{gId}
)