|
@@ -4,10 +4,10 @@
|
|
|
<mapper namespace="com.management.platform.mapper.ErpOrderInfoMapper">
|
|
|
|
|
|
<insert id="batchInsert">
|
|
|
- insert into erp_order_info(order_id, project_id, project_name, line, status,rels_date,dept_id,dept_name)
|
|
|
+ insert into erp_order_info(order_id, project_id, project_name, line, status,rels_date,moDId,dept_id,dept_name)
|
|
|
VALUES
|
|
|
<foreach collection="resList" separator="," item="res">
|
|
|
- (#{res.orderId},#{res.projectId},#{res.projectName},#{res.line},#{res.status},#{res.relsDate},#{res.deptId},#{res.deptName})
|
|
|
+ (#{res.orderId},#{res.projectId},#{res.projectName},#{res.line},#{res.status},#{res.relsDate},#{res.moDId},#{res.deptId},#{res.deptName})
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
<select id="getExistIds" resultType="java.lang.String">
|