he2802 4 년 전
부모
커밋
f2d708dab9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/order/OrderCouponMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/order/OrderCouponMapper.xml

@@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         LEFT JOIN activity_configuration ac ON c.configuration_id = ac.id
         <if test="orderSn != null and orderSn != ''" >
             WHERE
-            temp.order_sn = #{orderSn}
+            oc.order_sn = #{orderSn}
         </if>
     </select>