|
|
|
@ -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, |
|
|
|
@ -750,16 +751,16 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
|
|
|
|
|
lawyerunit = Unitdata?.unitname,// |
|
|
|
|
location = "",// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phone = q.lxhm,//联系方式 |
|
|
|
|
matter = !string.IsNullOrEmpty(q.gjkqmm) ? q.gjkqmm : q.wbkqmm,//取件码 |
|
|
|
|
objectstr = "",//干警取件码 |
|
|
|
|
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 = "", |
|
|
|
|