Authored by mingdan.ge

cps

... ... @@ -353,7 +353,7 @@
select
<include refid="Base_Column_List" />
from union_share_orders where order_code is not null and status in (10,20,30,40)
and order_uid = #{orderUid} and promote_uid = #{promoteUid} and extra_activity_id=0
and order_uid = #{orderUid} and promote_uid = #{promoteUid}
<if test="beginTime != 0" >
and order_time &gt; #{beginTime}
</if>
... ...