Explorar el Código

优惠券处理

igl hace 3 meses
padre
commit
fb33fcc633
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>