Jelajahi Sumber

【界面标准化】【销售订单】【销售更新带sa_delivery,采购xml去掉sa_delivery】【后端处理】

rainco 7 tahun lalu
induk
melakukan
420a0dc072

+ 0 - 3
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseMapper.xml

@@ -372,9 +372,6 @@
       <if test="pu_currency != null" >
         pu_currency = #{pu_currency,jdbcType=VARCHAR},
       </if>
-      <if test="sa_delivery!=null">
-        sa_delivery = #{sa_delivery,jdbcType=TIMESTAMP},
-      </if>
     </set>
     where pu_id = #{id,jdbcType=INTEGER}
   </update>

+ 3 - 0
applications/sale/sale-server/src/main/resources/mapper/SaleMapper.xml

@@ -346,6 +346,9 @@
       <if test="sa_nettotal != null" >
         sa_nettotal = #{sa_nettotal,jdbcType=DOUBLE},
       </if>
+      <if test="sa_delivery!=null">
+        sa_delivery = #{sa_delivery,jdbcType=TIMESTAMP},
+      </if>
     </set>
     where sa_id = #{id,jdbcType=INTEGER}
   </update>