feat: 薪资项目分权oracle异常问题

This commit is contained in:
fcli 2022-11-16 18:06:43 +08:00
parent f1bdd0ada9
commit 3ec5c34589
1 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@
t.create_time,
t.update_time,
t.data_type,
t.shared_type,
t."shared_type",
t.tax_agent_ids
</sql>
@ -202,7 +202,7 @@
data_type,
</if>
<if test="sharedType != null">
shared_type,
"shared_type",
</if>
<if test="taxAgentIds != null">
tax_agent_ids,
@ -335,7 +335,7 @@
data_type=#{dataType},
</if>
<if test="sharedType != null">
shared_type=#{sharedType},
"shared_type"=#{sharedType},
</if>
<if test="taxAgentIds != null">
tax_agent_ids=#{taxAgentIds},
@ -358,7 +358,7 @@
INSERT INTO hrsa_salary_item
(id, name, code, system_type, sys_salary_item_id, use_default, use_in_employee_salary,
rounding_mode, pattern, value_type, formula_id, description, can_edit, create_time,
update_time, creator, delete_type, tenant_key, data_type, shared_type, tax_agent_ids)
update_time, creator, delete_type, tenant_key, data_type, "shared_type", tax_agent_ids)
VALUES
<foreach collection="collection" item="item" separator=",">
(#{item.id},#{item.name}, #{item.code}, #{item.systemType}, #{item.sysSalaryItemId},
@ -373,7 +373,7 @@
INSERT INTO hrsa_salary_item
(id,name, code, system_type, sys_salary_item_id, use_default, use_in_employee_salary,
rounding_mode, pattern, value_type, formula_id, description, can_edit, create_time,
update_time, creator, delete_type, tenant_key, data_type, shared_type, tax_agent_ids)
update_time, creator, delete_type, tenant_key, data_type, "shared_type", tax_agent_ids)
<foreach collection="collection" item="item" separator="union all">
select
@ -406,7 +406,7 @@
INSERT INTO hrsa_salary_item
(id,name, code, system_type, sys_salary_item_id, use_default, use_in_employee_salary,
rounding_mode, pattern, value_type, formula_id, description, can_edit, create_time,
update_time, creator, delete_type, tenant_key, data_type, shared_type, tax_agent_ids)
update_time, creator, delete_type, tenant_key, data_type, "shared_type", tax_agent_ids)
VALUES
(#{item.id},#{item.name}, #{item.code}, #{item.systemType}, #{item.sysSalaryItemId},
#{item.useDefault}, #{item.useInEmployeeSalary}, #{item.roundingMode},