Bläddra i källkod

修改订单bugfix

zhijiezhao 1 år sedan
förälder
incheckning
653d02ec68
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/main/resources/mapper/SubmitMapper.xml

+ 2 - 2
src/main/resources/mapper/SubmitMapper.xml

@@ -451,8 +451,8 @@
         <if test="status != null">
             shopStatus = #{status},
         </if>
-        <if test="realPay != null">
-            realPay = #{realPay},
+        <if test="realNeedPay != null">
+            realPay = #{realNeedPay},
         </if>
         <if test="receiptAmount != null">
             receiptAmount = #{receiptAmount},