|
@@ -136,6 +136,12 @@
|
|
|
<if test="sporadicId != null">
|
|
|
sporadic_id_ = #{sporadicId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="orderNo != null">
|
|
|
+ order_no_ = #{orderNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="transNo != null">
|
|
|
+ trans_no_ = #{transNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="name != null">
|
|
|
name_ = #{name,jdbcType=VARCHAR},
|
|
|
</if>
|