|
|
@@ -36,6 +36,7 @@
|
|
|
<result column="pi_auditman" jdbcType="VARCHAR" property="pi_auditman" />
|
|
|
<result column="pi_address" jdbcType="VARCHAR" property="pi_address" />
|
|
|
<result column="pi_remark" jdbcType="VARCHAR" property="pi_remark" />
|
|
|
+ <result column="pi_iocode" jdbcType="VARCHAR" property="pi_iocode" />
|
|
|
</resultMap>
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.usoftchina.saas.storage.po.ProdInOut">
|
|
|
<result column="pi_address" jdbcType="LONGVARCHAR" property="pi_address" />
|
|
|
@@ -242,6 +243,9 @@
|
|
|
<if test="pi_remark != null">
|
|
|
pi_remark,
|
|
|
</if>
|
|
|
+ <if test="pi_iocode != null">
|
|
|
+ pi_iocode,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
|
@@ -338,6 +342,9 @@
|
|
|
<if test="pi_remark != null">
|
|
|
#{pi_remark,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
+ <if test="pi_iocode != null">
|
|
|
+ #{pi_iocode,jdbcType=LONGVARCHAR},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.usoftchina.saas.storage.po.ProdInOut">
|