|
|
|
@ -83,8 +83,9 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
ettime = "", |
|
|
|
|
creationtime = q.creationtime, |
|
|
|
|
username = q.createusername, |
|
|
|
|
|
|
|
|
|
handleId = q.receptionuser, |
|
|
|
|
handleuser = userda?.name |
|
|
|
|
handleuser = q.receptionusername |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
//获取远程会见预约记录 |
|
|
|
@ -182,7 +183,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
creationtime = q.creationtime, |
|
|
|
|
username = q.lawyeruser, |
|
|
|
|
handleId = q.receptionuser, |
|
|
|
|
handleuser = userda?.name |
|
|
|
|
handleuser = q.receptionusername |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
//条件查询 |
|
|
|
@ -333,7 +334,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
reason = q.reason, |
|
|
|
|
sttime = q.receptiontime, |
|
|
|
|
ettime = "", |
|
|
|
|
qrsj=q.acceptancetime, |
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
creationtime = q.creationtime, |
|
|
|
|
receptionuser = q.receptionuser, |
|
|
|
|
receive = q.receptionuser, |
|
|
|
@ -757,9 +758,9 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
Code = "", |
|
|
|
|
state = q.zt,//状态 |
|
|
|
|
reason = "", |
|
|
|
|
sttime =q.cjsj,//创建时间 |
|
|
|
|
sttime = q.cjsj,//创建时间 |
|
|
|
|
ettime = q.qjsj == null ? "" : unixStartTime.AddMilliseconds(long.Parse(q.qjsj)).ToString("yyyy-MM-dd HH:mm"),//取件时间 |
|
|
|
|
creationtime =q.cjsj,//创建时间 |
|
|
|
|
creationtime = q.cjsj,//创建时间 |
|
|
|
|
receptionuser = "", |
|
|
|
|
username = "", |
|
|
|
|
receive = "", |
|
|
|
|