Authored by mingdan.ge

cps

... ... @@ -372,7 +372,7 @@
select
<include refid="Base_Column_List" />
from union_share_orders
where order_uid = #{orderUid} and promote_uid = #{promoteUid} and activity_id = #{activityId}
where order_uid = #{orderUid} and promote_uid = #{promoteUid} and activity_id = #{activityId} and status in (10,20,30,40)
limit 1
</select>
<select id="selectListBySearchCodition" resultMap="BaseResultMap" parameterType="com.yoho.service.model.union.request.UnionShareOrderSearchReqBO">
... ...