Commit 6b12a7a9 by xugaojun

修复一个字段问题

parent 3fc8ad4d
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
staff_belong_department_id, staff_belong_department_name, staff_belong_department_id, staff_belong_department_name,
select_type, select_type,
create_time, update_time, delete_flag) create_time, update_time, delete_flag)
values (#{welcome_suit_rang_id}, #{wxEnterpriseId}, #{welcomeId}, #{suitType}, #{suitDepartmentId}, #{suitDepartmentName}, values (#{welcomeSuitRangId}, #{wxEnterpriseId}, #{welcomeId}, #{suitType}, #{suitDepartmentId}, #{suitDepartmentName},
#{suitStaffId}, #{suitStaffName}, #{staffBelongDepartmentId}, #{staffBelongDepartmentName}, #{selectType} #{suitStaffId}, #{suitStaffName}, #{staffBelongDepartmentId}, #{staffBelongDepartmentName}, #{selectType}
#{createTime}, #{updateTime}, #{deleteFlag}) #{createTime}, #{updateTime}, #{deleteFlag})
</insert> </insert>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment