浏览代码

bug fixes

plf 4 年之前
父节点
当前提交
4ef997a6fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">