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