plf 4 лет назад
Родитель
Сommit
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">