|
@@ -20,6 +20,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
update_time,
|
|
|
update_by,
|
|
|
order_status,
|
|
|
+ volunteer_info_id,
|
|
|
remark
|
|
|
) VALUES
|
|
|
<foreach collection="list" item="secondOrder" separator=",">
|
|
@@ -40,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
#{secondOrder.updateTime},
|
|
|
#{secondOrder.updateBy},
|
|
|
#{secondOrder.orderStatus},
|
|
|
+ #{secondOrder.volunteerInfoId},
|
|
|
#{secondOrder.remark}
|
|
|
)
|
|
|
</if>
|