Browse Source

新增订单bug调整

廖泽勇 1 month ago
parent
commit
effe59ae30
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/main/resources/mapper_xml/DepotHeadMapper.xml

+ 0 - 6
src/main/resources/mapper_xml/DepotHeadMapper.xml

@@ -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>