Jelajahi Sumber

修改订单bugfix

zhijiezhao 1 tahun lalu
induk
melakukan
37e518dcc3
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      src/main/resources/mapper/SubmitMapper.xml

+ 4 - 1
src/main/resources/mapper/SubmitMapper.xml

@@ -478,7 +478,10 @@
             shopProductAmount = #{shopProductAmount},
         </if>
         <if test="shopTaxFee != null">
-            shopTaxFee = #{shopTaxFee}
+            shopTaxFee = #{shopTaxFee},
+        </if>
+        <if test="shouldPayShopAmount != null">
+            shouldPayShopAmount = #{shouldPayShopAmount}
         </if>
         where shopOrderId = #{shopOrderId}
     </update>