Parcourir la source

修改订单bugfix

zhijiezhao il y a 1 an
Parent
commit
37e518dcc3
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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>