Commit 1274d330 by xugaojun

fix:修复一个新增Bug

parent 07ae8234
......@@ -222,9 +222,9 @@
)
values
<foreach collection="welcomeSuitRangList" item="model" separator=",">
(#{wxEnterpriseId}, #{welcomeId}, #{suitType}, #{suitDepartmentId}, #{suitDepartmentName},
#{suitStaffId}, #{suitStaffName}, #{staffBelongDepartmentId}, #{staffBelongDepartmentName}, #{selectType}
#{createTime}, #{updateTime}, #{deleteFlag})
(#{model.wxEnterpriseId}, #{model.welcomeId}, #{model.suitType}, #{model.suitDepartmentId}, #{model.suitDepartmentName},
#{model.suitStaffId}, #{model.suitStaffName}, #{model.staffBelongDepartmentId}, #{model.staffBelongDepartmentName}, #{model.selectType}
#{model.createTime}, #{model.updateTime}, #{model.deleteFlag})
</foreach>
</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