소스 검색

修改订单bugfix

zhijiezhao 1 년 전
부모
커밋
37e518dcc3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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>