Browse Source

bug fixes

plf 3 years ago
parent
commit
9a21fd6191
1 changed files with 1 additions and 1 deletions
  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">