|
|
@@ -200,6 +200,12 @@
|
|
|
<if test="updaterId != null" >
|
|
|
updaterId,
|
|
|
</if>
|
|
|
+ <if test="sa_turnstatus != null" >
|
|
|
+ sa_turnstatus,
|
|
|
+ </if>
|
|
|
+ <if test="sa_turnstatuscode != null" >
|
|
|
+ sa_turnstatuscode,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
<if test="sa_code != null" >
|
|
|
@@ -289,6 +295,12 @@
|
|
|
<if test="updaterId != null" >
|
|
|
#{updaterId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="sa_turnstatus != null" >
|
|
|
+ #{sa_turnstatus,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sa_turnstatuscode != null" >
|
|
|
+ #{sa_turnstatuscode,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.usoftchina.saas.transfers.po.SaleDown" >
|