呼入,呼出列表提交

dev
wangxy 1 year ago
parent 3def4ab75b
commit b66309d613

@ -64,7 +64,7 @@
title : '坐席账号'
},
{
field : 'code',
field : 'department',
title : '所属部门'
},
{

@ -64,7 +64,7 @@
title : '坐席账号'
},
{
field : 'code',
field : 'department',
title : '所属部门'
},
{

@ -258,32 +258,13 @@ public class FsChannelRecordVo implements Serializable {
*/
private String shopaddress;
/**
*
*/
private String enclosure;
/**
*
*/
private Date dealtime;
/**
* 1
*/
private String linkage11;
/**
* 2
*/
private String linkage12;
/**
*
*/
private String checkbox1;

@ -81,6 +81,7 @@
a.aj AS aj,
a.is_lost AS is_lost,
a.code AS code,
(SELECT t.department FROM external_department t where t.code=a.code) as department,
a.pid AS pid,
a.ring_time AS ring_time,
a.list_in AS list_in,
@ -107,11 +108,7 @@
b.office AS office,
b.shopname AS shopname,
b.shopaddress AS shopaddress,
b.enclosure AS enclosure,
b.dealtime AS dealtime,
b.linkage11 AS linkage11,
b.linkage12 AS linkage12,
b.checkbox1 AS checkbox1 from fs_channel_record a
b.dealtime AS dealtime from fs_channel_record a
LEFT JOIN fs_remark_record b ON a.uuid = b.uuid
<where>
<if test="channelType != null">

Loading…
Cancel
Save