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