瀏覽代碼

bug fixes

plf 3 年之前
父節點
當前提交
9a21fd6191
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pay/src/main/resources/com-caimei-module-pay/PayMapper.xml

+ 1 - 1
pay/src/main/resources/com-caimei-module-pay/PayMapper.xml

@@ -598,7 +598,7 @@
     </insert>
 
     <select id="findPromotionsOrder" resultType="integer">
-        SELECT id FROM cm_organize_promotions_order WHERE orderId = #{orderId} LIMIT 1
+        SELECT id FROM cm_promotions_order WHERE orderId = #{orderId} LIMIT 1
     </select>
 
     <update id="updateUserBeans">