|
|
@@ -39,7 +39,7 @@
|
|
|
<result column="pd_text4" jdbcType="VARCHAR" property="pd_text4" />
|
|
|
<result column="pd_text5" jdbcType="VARCHAR" property="pd_text5" />
|
|
|
<result column="pd_ym" jdbcType="INTEGER" property="pd_ym" />
|
|
|
- <result column="pd_yqty" jdbcType="DOUBLE" property="pd_yqty" />
|
|
|
+ <result column="pd_yqty" jdbcType="INTEGER" property="pd_yqty" />
|
|
|
</resultMap>
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.usoftchina.saas.purchase.po.ProdIODetail">
|
|
|
<result column="pd_remark" jdbcType="LONGVARCHAR" property="pd_remark" />
|
|
|
@@ -187,7 +187,7 @@
|
|
|
#{pd_status,jdbcType=INTEGER}, #{companyid,jdbcType=INTEGER}, #{updaterid,jdbcType=INTEGER},
|
|
|
#{updatetime,jdbcType=TIMESTAMP}, #{pd_text1,jdbcType=VARCHAR}, #{pd_text2,jdbcType=VARCHAR},
|
|
|
#{pd_text3,jdbcType=VARCHAR}, #{pd_text4,jdbcType=VARCHAR}, #{pd_text5,jdbcType=VARCHAR},
|
|
|
- #{pd_ym,jdbcType=INTEGER}, #{pd_yqty,jdbcType=DOUBLE}, #{pd_remark,jdbcType=LONGVARCHAR}
|
|
|
+ #{pd_ym,jdbcType=INTEGER}, #{pd_yqty,jdbcType=INTEGER}, #{pd_remark,jdbcType=LONGVARCHAR}
|
|
|
)
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.usoftchina.saas.purchase.po.ProdIODetail">
|
|
|
@@ -423,7 +423,7 @@
|
|
|
#{pd_ym,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="pd_yqty != null">
|
|
|
- #{pd_yqty,jdbcType=DOUBLE},
|
|
|
+ #{pd_yqty,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="pd_remark != null">
|
|
|
#{pd_remark,jdbcType=LONGVARCHAR},
|
|
|
@@ -551,7 +551,7 @@
|
|
|
pd_ym = #{record.pd_ym,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="record.pd_yqty != null">
|
|
|
- pd_yqty = #{record.pd_yqty,jdbcType=DOUBLE},
|
|
|
+ pd_yqty = #{record.pd_yqty,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="record.pd_remark != null">
|
|
|
pd_remark = #{record.pd_remark,jdbcType=LONGVARCHAR},
|
|
|
@@ -600,7 +600,7 @@
|
|
|
pd_text4 = #{record.pd_text4,jdbcType=VARCHAR},
|
|
|
pd_text5 = #{record.pd_text5,jdbcType=VARCHAR},
|
|
|
pd_ym = #{record.pd_ym,jdbcType=INTEGER},
|
|
|
- pd_yqty = #{record.pd_yqty,jdbcType=DOUBLE},
|
|
|
+ pd_yqty = #{record.pd_yqty,jdbcType=INTEGER},
|
|
|
pd_remark = #{record.pd_remark,jdbcType=LONGVARCHAR}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
@@ -645,7 +645,7 @@
|
|
|
pd_text4 = #{record.pd_text4,jdbcType=VARCHAR},
|
|
|
pd_text5 = #{record.pd_text5,jdbcType=VARCHAR},
|
|
|
pd_ym = #{record.pd_ym,jdbcType=INTEGER},
|
|
|
- pd_yqty = #{record.pd_yqty,jdbcType=DOUBLE}
|
|
|
+ pd_yqty = #{record.pd_yqty,jdbcType=INTEGER}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
|
@@ -762,7 +762,7 @@
|
|
|
pd_ym = #{pd_ym,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="pd_yqty != null">
|
|
|
- pd_yqty = #{pd_yqty,jdbcType=DOUBLE},
|
|
|
+ pd_yqty = #{pd_yqty,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="pd_remark != null">
|
|
|
pd_remark = #{pd_remark,jdbcType=LONGVARCHAR},
|
|
|
@@ -808,7 +808,7 @@
|
|
|
pd_text4 = #{pd_text4,jdbcType=VARCHAR},
|
|
|
pd_text5 = #{pd_text5,jdbcType=VARCHAR},
|
|
|
pd_ym = #{pd_ym,jdbcType=INTEGER},
|
|
|
- pd_yqty = #{pd_yqty,jdbcType=DOUBLE},
|
|
|
+ pd_yqty = #{pd_yqty,jdbcType=INTEGER},
|
|
|
pd_remark = #{pd_remark,jdbcType=LONGVARCHAR}
|
|
|
where pd_id = #{pd_id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
@@ -850,7 +850,7 @@
|
|
|
pd_text4 = #{pd_text4,jdbcType=VARCHAR},
|
|
|
pd_text5 = #{pd_text5,jdbcType=VARCHAR},
|
|
|
pd_ym = #{pd_ym,jdbcType=INTEGER},
|
|
|
- pd_yqty = #{pd_yqty,jdbcType=DOUBLE}
|
|
|
+ pd_yqty = #{pd_yqty,jdbcType=INTEGER}
|
|
|
where pd_id = #{pd_id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
|