正在进行中的事务接口文档
GET
/businessIngList
接口描述
获取当前部门所有正在进行中的事务(status=0,1,3)的,按照时间ddl排序
请求参数
参数名
类型
描述
必填
currentDepartment
int
当前部门id
必填
响应参数
参数名
类型
描述
必填
id
string
事务的id
必填
Tag
对象
事务的Tag,如:{content:'2020年7月大修',color:'#2ecc71'}
必填
status
int
事务的状态 status:0 待确认 1 进行中 2 已完成 3 已超时
必填
introduce
string
事务发起者的需求
必填
startTime
string
事务开始时间 2020-8-17
必填
deadLine
string
事务期望结束时间
必填
acceptTime
string
事务确认时间
必填
startDep
int
发起部门
必填
receiveDep
int
接受部门
必填
fileAddress
string
文件存放地址
必填
fileName
string
上传文件时文件的名字
必填