|
|
@@ -273,14 +273,14 @@
|
|
|
order_no, commodity_id, commodity_name,
|
|
|
commodity_quantity, commodity_price, task_comment,
|
|
|
split_super , receiver_name, create_time,service_life,
|
|
|
- service_year, year_sum, picture_url)
|
|
|
+ service_year, year_sum)
|
|
|
values
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
( #{item.tid,jdbcType=INTEGER}, #{item.cid,jdbcType=INTEGER}, #{item.splitStatus,jdbcType=INTEGER},
|
|
|
#{item.orderNo,jdbcType=VARCHAR}, #{item.commodityId,jdbcType=VARCHAR}, #{item.commodityName,jdbcType=VARCHAR},
|
|
|
#{item.commodityQuantity,jdbcType=INTEGER}, #{item.commodityPrice,jdbcType=DECIMAL}, #{item.taskComment,jdbcType=VARCHAR},
|
|
|
#{item.splitSuper,jdbcType=INTEGER}, #{item.receiverName,jdbcType=VARCHAR}, now(), #{item.serviceLife,jdbcType=VARCHAR},
|
|
|
- #{item.serviceYear,jdbcType=VARCHAR}, #{item.yearSum,jdbcType=INTEGER}, #{item.pictureUrl,jdbcType=VARCHAR})
|
|
|
+ #{item.serviceYear,jdbcType=VARCHAR}, #{item.yearSum,jdbcType=INTEGER})
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
<select id="selectByCid" resultType="com.goafanti.order.bo.TChangeTaskOut">
|