Browse Source

bug fixes

plf 4 years ago
parent
commit
4ef997a6fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/OrderMapper.xml

+ 1 - 1
src/main/resources/mapper/OrderMapper.xml

@@ -292,7 +292,7 @@
           status = #{status},
           updateDate = NOW()
         WHERE
-          orderID = #{orderID}
+          orderID = #{orderId}
     </update>
 
     <select id="queryCode" resultType="com.caimei.model.po.CmMallOrderShareCodePo">