|
@@ -16,7 +16,7 @@
|
|
|
</if>
|
|
|
union all
|
|
|
select o.trade_time ,o.order_sn,o.member_levels,o.amount,o.count,o.pay_type,o.number,o.pay_status,o.time_zone_off,o.increment_id,
|
|
|
- o.customer_name,o.customer_type,o.end_customer,o.use_type,o.project_num,o.remark,o.agent_name,o.agent_id
|
|
|
+ o.customer_name,o.customer_type,o.end_customer,o.use_type,o.project_num,o.remark,o.agent_name,o.agent_id,
|
|
|
u.user_name,u.nick_name ,'线下'as payMethod from t_increment_order_mg o
|
|
|
left join t_user u on o.user_id = u.id
|
|
|
<include refid="commonWhere"></include>
|