|
|
@@ -38,6 +38,7 @@
|
|
|
<result column="pd_text3" jdbcType="VARCHAR" property="pd_text3" />
|
|
|
<result column="pd_text4" jdbcType="VARCHAR" property="pd_text4" />
|
|
|
<result column="pd_text5" jdbcType="VARCHAR" property="pd_text5" />
|
|
|
+ <result column="pd_remark" jdbcType="VARCHAR" property="pd_remark" />
|
|
|
<result column="pd_ym" jdbcType="INTEGER" property="pd_ym" />
|
|
|
<result column="pd_yqty" jdbcType="DOUBLE" property="pd_yqty" />
|
|
|
<result column="pd_ioid" jdbcType="INTEGER" property="pd_ioid" />
|
|
|
@@ -603,8 +604,9 @@
|
|
|
#{item.pd_text5,jdbcType=VARCHAR},
|
|
|
#{item.pd_ym,jdbcType=INTEGER},
|
|
|
#{item.pd_yqty,jdbcType=DOUBLE},
|
|
|
- #{item.pd_remark,jdbcType=LONGVARCHAR},
|
|
|
- #{item.pd_ioid,jdbcType=INTEGER})
|
|
|
+ #{item.pd_ioid,jdbcType=INTEGER},
|
|
|
+ #{item.pd_remark,jdbcType=LONGVARCHAR}
|
|
|
+ )
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
|