@@ -5,7 +5,7 @@
<select id="pageList" resultType="com.fdkankan.manage.vo.response.DownOrderVo">
select o.* ,
null as customer_name,null as customer_type,null as end_customer,null as use_type ,null as project_num ,
- null as remark,null as downType,null as agentName
+ null as remark,null as downType,null as agentName,null as agentId,
u.user_name ,
'线上' as payMethod
from t_download_order o
@@ -4,7 +4,8 @@
<select id="pageList" resultType="com.fdkankan.manage.vo.response.IncrementOrderVo">
- null as customer_name,null as customer_type,null as end_customer,null as use_type ,null as project_num ,null as remark,null as agentName
+ null as customer_name,null as customer_type,null as end_customer,null as use_type ,null as project_num ,
+ null as remark,null as agentName,null as agentId,
u.user_name,u.nick_name,
from t_increment_order o