Browse Source

修改订单bugfix

zhijiezhao 1 year ago
parent
commit
37e518dcc3
1 changed files with 4 additions and 1 deletions
  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>