文档
测试

获取代维工单列表

POST
localhost:8030/tt/api/CommissionController/pc/getList

请求参数

参数名
类型
描述
必填
currentPage
number
示例:1
必填
order
number
示例:-1
必填
pageSize
number
示例:20
必填
prop
string
示例:create_time
必填
queryForm
object
数据字典
必填

响应参数

参数名
类型
描述
必填
flag
number
示例:1
必填
count
number
示例:4
必填
list
array
数据列表
必填
id
string
示例:89fd2a4d-7e75-4e56-ae5f-5ed5cc81cb91
必填
appointment_time
object
示例:null
必填
archive_time
object
示例:null
必填
breakdown_from
string
示例:213132321321
必填
breakdown_one_reason
object
示例:null
必填
breakdown_two_reason
object
示例:null
必填
business_level
string
示例:998
必填
business_type
string
示例:瞎写
必填
create_userid
string
示例:admin
必填
create_username
string
示例:管理员
必填
createtime
object
示例:null
必填
customer_advice
object
示例:null
必填
customer_contact
string
示例:罗鑫
必填
customer_dress
string
示例:光谷科技港
必填
customer_grade
object
示例:null
必填
customer_phone
string
示例:15927160258
必填
dispose_duration
object
示例:null
必填
dispose_time
object
示例:null
必填
dispose_user_id
object
示例:null
必填
dispose_user_name
object
示例:null
必填
dispose_user_phone
object
示例:null
必填
feed_back
object
示例:null
必填
fukai_number
string
示例:2134564
必填
group_customer
string
示例:胖炸
必填
if_business_full_blocking
boolean
示例:true
必填
if_from_10086
boolean
示例:false
必填
if_have_warning
boolean
示例:true
必填
inspection_results
object
示例:null
必填
maintain_company
string
示例:浙通服
必填
network_bridge_latitude
object
示例:null
必填
network_bridge_longitude
object
示例:null
必填
no
string
示例:CMCC-ZJJK-20190914-00007
必填
order_type
number
示例:3
必填
out_time
string
示例:1234
必填
pretreatment_condition
string
示例:ceshihi
必填
product_number
string
示例:03123456
必填
qy
string
示例:吴川
必填
remark
string
示例:132132132654654645
必填
revoke_remark
object
示例:null
必填
revoke_time
object
示例:null
必填
state
number
示例:0
必填
transfer_time
object
示例:null
必填
transfer_user_id
string
示例:b71b66d9-53e8-425a-ad39-cf9405c229d2
必填
transfer_user_name
string
示例:梁上海
必填
transfer_user_phone
string
示例:18719101657
必填
warning_time
string
示例:147822
必填
create_time
string
示例:2019-09-14 14:42:46
必填
if_appointment
object
示例:null
必填
reply_time
object
示例:null
必填

实体

@Id private String id; //主键ID private String no; //工单号 private String create_time; // 创建时间派单时间 private String create_userid; //创建人id private String create_username; //创建人名称 private String qy; //区域 private String product_number; //产品号码 private Boolean if_from_10086; //是否从10086下单 private Boolean if_appointment; //是否预约 private String fukai_number; //服开单号 private String group_customer; //集团客户 private String maintain_company; //维护公司 private String customer_contact; //客户联系人 private String customer_phone; //客户电话 private String customer_dress; //客户地址 private String business_type; //业务类型 private String business_level; //业务级别 private Boolean if_business_full_blocking; //是否全阻 private String out_time; //超时时间 private Boolean if_have_warning; //网管是否告警 private String warning_time; //告警时间 private String pretreatment_condition; //预处理情况 private String breakdown_from; //故障来源 private String remark; //备注 private String appointment_time; //预约时间 private String reply_time; //回复时间 private String archive_time; //归档时间 private String revoke_time; //撤单时间 private String revoke_remark; //撤单备注 private String transfer_time; //转派人获取工单时间 受理时间 private String dispose_time; //处理人获取工单时间 接单时间 private Integer dispose_duration; //处理时长(分钟)(未预约情况下为:处理时长=已回复时间-派单时间 预约状态情况下:处理时长=已回复时间-预约时间) private String over_time; //处理时限 private String dispose_user_id; //处理人id private String dispose_user_name; //处理人姓名 private String dispose_user_phone; //处理人电话 private String transfer_user_id; //转派人id private String transfer_user_name; //转派人姓名 private String transfer_user_phone; //转派人电话 @Column(name = "state", columnDefinition = " int(3) default 0 ") private Integer state; //工单环节 未分派、进行中、已回复、已归档 private Integer order_type; //工单类型 交维、工程、传输、铁通、网桥 //区域装维受理 private String breakdown_one_reason; //一级故障原因 private String breakdown_two_reason; //二级故障原因 //网桥受理 private String network_bridge_longitude; //网桥经度 private String network_bridge_latitude; //网桥纬度 //通用备注接收字段 private String feed_back; //反馈备注 //工单质检 private Integer customer_grade; //客户反馈评分 private String customer_advice; //客户意见 private String inspection_results; //质检结果

时间字段块

//代维 private String dw_transfer_time; //代维组长接单时间 private String dw_dispose_time; //代维组员接单时间 受理时间(代维/网桥) private String dw_reply_time; //代维回复时间 private String dw_dispose_duration; //代维处理时长 //网桥 private String wq_transfer_time; //网桥组长接单时间 private String wq_dispose_time; //网桥组员接单时间 private String wq_reply_time; //网桥回复时间 private String wq_dispose_duration; //网桥处理时长 //传输 private String cs_transfer_time; //传输接单时间 private String cs_reply_time; //传输回复时间 private String cs_dispose_duration; //传输处理时长 //工程 private String gc_transfer_time; //工程接单时间 private String gc_reply_time; //工程回复时间 private String gc_dispose_duration; //工程处理时长 //铁通 private String tt_transfer_time; //铁通接单时间 private String tt_reply_time; //铁通回复时间 private String tt_dispose_duration; //铁通处理时长