|
@@ -317,7 +317,7 @@
|
|
|
companyId, updaterId, updateTime,
|
|
companyId, updaterId, updateTime,
|
|
|
sd_text1, sd_text2, sd_text3,
|
|
sd_text1, sd_text2, sd_text3,
|
|
|
sd_text4, sd_text5,
|
|
sd_text4, sd_text5,
|
|
|
- creatorId,createTime,creatorName)
|
|
|
|
|
|
|
+ creatorId,createTime,creatorName, sd_yqty)
|
|
|
values
|
|
values
|
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=",">
|
|
<foreach collection="list" item="item" index="index" open="" close="" separator=",">
|
|
|
(
|
|
(
|
|
@@ -329,7 +329,7 @@
|
|
|
#{item.companyId,jdbcType=INTEGER}, #{item.updaterId,jdbcType=INTEGER}, #{item.updateTime,jdbcType=TIMESTAMP},
|
|
#{item.companyId,jdbcType=INTEGER}, #{item.updaterId,jdbcType=INTEGER}, #{item.updateTime,jdbcType=TIMESTAMP},
|
|
|
#{item.sd_text1,jdbcType=VARCHAR}, #{item.sd_text2,jdbcType=VARCHAR}, #{item.sd_text3,jdbcType=VARCHAR},
|
|
#{item.sd_text1,jdbcType=VARCHAR}, #{item.sd_text2,jdbcType=VARCHAR}, #{item.sd_text3,jdbcType=VARCHAR},
|
|
|
#{item.sd_text4,jdbcType=VARCHAR}, #{item.sd_text5,jdbcType=VARCHAR},
|
|
#{item.sd_text4,jdbcType=VARCHAR}, #{item.sd_text5,jdbcType=VARCHAR},
|
|
|
- #{item.creatorId,jdbcType=INTEGER}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.creatorName,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ #{item.creatorId,jdbcType=INTEGER}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.creatorName,jdbcType=VARCHAR},#{item.sd_yqty,jdbcType=DOUBLE}
|
|
|
)
|
|
)
|
|
|
</foreach>
|
|
</foreach>
|
|
|
</insert>
|
|
</insert>
|