소스 검색

优惠券处理

igl 4 달 전
부모
커밋
fb33fcc633
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vehicle-server/src/main/resources/mapper/UserCouponMapper.xml

+ 1 - 1
vehicle-server/src/main/resources/mapper/UserCouponMapper.xml

@@ -80,7 +80,7 @@
         from `user_coupon` ucn
         <where>
             ucn.used = 0
-            and cn.merchant_id in
+            and ucn.merchant_id in
             <foreach collection="param.merchantIds" item="id" open="(" close=")" separator=",">
                 #{id}
             </foreach>