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">