Sfoglia il codice sorgente

修改订单bugfix

zhijiezhao 1 anno fa
parent
commit
37e518dcc3
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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>