Commit 9703e530 authored by yht15023815643's avatar yht15023815643

Merge branch 'dev20230707' of http://192.168.60.201/root/dsk-operate-sys into dev20230707

parents b89ab4a0 20465ae5
...@@ -24,6 +24,14 @@ public class CustomerFollowRecordListVo implements Serializable { ...@@ -24,6 +24,14 @@ public class CustomerFollowRecordListVo implements Serializable {
* 客户id * 客户id
*/ */
private String customerId; private String customerId;
/**
* 企业id
*/
private Integer companyId;
/**
* 城投id
*/
private String uipId;
/** /**
* 客户名称 * 客户名称
*/ */
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<select id="selectAuthList" resultType="com.dsk.system.domain.customer.vo.CustomerFollowRecordListVo"> <select id="selectAuthList" resultType="com.dsk.system.domain.customer.vo.CustomerFollowRecordListVo">
select select
ct.company_name, u.nick_name, ct.company_id, ct.uip_id, ct.company_name, u.nick_name,
<include refid="Base_Bean"></include> <include refid="Base_Bean"></include>
from customer_follow_record cfr from customer_follow_record cfr
join customer ct on ct.customer_id = cfr.customer_id join customer ct on ct.customer_id = cfr.customer_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment