@@ -167,5 +167,11 @@ public class DownloadOrderMg implements Serializable {
@TableField("down_type")
private Integer downType;
+ /**
+ * 经销商名称
+ */
+ @TableField("agent_name")
+ private String agentName;
+
}
@@ -167,6 +167,10 @@ public class IncrementOrderMg implements Serializable {
*/
@TableField("remark")
private String remark;
-
@@ -4,7 +4,8 @@
<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 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
u.user_name ,
'线上' as payMethod
from t_download_order o
@@ -4,7 +4,7 @@
<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 customer_name,null as customer_type,null as end_customer,null as use_type ,null as project_num ,null as remark,null as agentName
u.user_name,u.nick_name,
from t_increment_order o