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>