|
@@ -279,9 +279,6 @@
|
|
|
<if test="receiverAddress != null">
|
|
|
receiver_address,
|
|
|
</if>
|
|
|
- <if test="depotId != null">
|
|
|
- depot_id,
|
|
|
- </if>
|
|
|
<if test="operId != null">
|
|
|
oper_id
|
|
|
</if>
|
|
@@ -404,9 +401,6 @@
|
|
|
<if test="receiverAddress != null">
|
|
|
#{receiverAddress,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="depotId != null">
|
|
|
- #{depotId,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
<if test="operId != null">
|
|
|
#{operId,jdbcType=INTEGER}
|
|
|
</if>
|